On Thu, Sep 09, 2010 at 02:15:03AM +0000, Lou Picciano wrote: > Hello friends, > > Trying my first test build of cURL - on Solaris, and immediately get: > > # ./configure > ./configure: line 2461: CURL_OVERRIDE_AUTOCONF: command not found > ./configure: line 2464: syntax error near unexpected token `lib/curl_config.h' > ./configure: line 2464: `AM_CONFIG_HEADER(lib/curl_config.h src/curl_config.h > include/curl/curlbuild.h)' > > Get same result from either the tarball or the autconf'd git tree.
Is this the release tarball or the daily build tarball? Are you running autoreconf or similar first? What happens if you run ./buildconf first, before the ./configure? >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
