Author

Topic: configure does not work (Read 1199 times)

zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
August 28, 2014, 03:04:09 AM
#3
Try  

Code:
./autogen.sh
./configure
make



yeah, oops, had something else posted, but it's def the ./configure.ac .. not the file you want to run
sr. member
Activity: 294
Merit: 250
August 27, 2014, 01:32:19 PM
#2
Try  

Code:
./autogen.sh
./configure
make

newbie
Activity: 1
Merit: 0
August 27, 2014, 01:02:32 PM
#1
I am new to bitcoin development and am trying to configure and make the source code. however I get this error  (I am on linux mint) whenever i do ./configure.ac :
    ./configure.ac: line 1: syntax error near unexpected token `('
    ./configure.ac: line 1: `dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)'
what is the problem? If anyone can help me that would be great

Jump to: