George Woltman wrote:
> I went to build the 25.11 executables with libcurl staticly linked in using
> -Wl,-Bstatic -lcurl.
> Debian linux 64-bit - no problems.  FreeBSD - no problems.  Debian linux
> 32-bit - no luck.
>
> I can dynamic link just fine.  64-bit Linux uses libcurl 7.15 package.
> 32-bit linux uses libcurl 7.18.
> I tried downloading the latest libcurl sources (7.19) and things got even
> worse.  I tried configuring
> without ssl, ssh2, etc.  No luck - I'm not much of a linux expert.
>
> Ideas anyone?
>
> I'm willing to wipe Debian off the disk if some other distro can do a static
> link.  Anyone want
> to try a build on their distro?  To try it, do this:
>
>   


centos 4.latest failed too.  long error dump similar to that on centos 
5.latest

fails on CentOS 3.9 x86 too.

[pier...@svxeon1 mprime]$ cd gwnum/
[pier...@svxeon1 gwnum]$ make
gcc -I.. -O2 -march=i486 -malign-double -c cpuid.c
gcc -I.. -O2 -march=i486 -malign-double -c gwnum.c
gcc -I.. -O2 -march=i486 -malign-double -c gwthread.c
gcc -I.. -O2 -march=i486 -malign-double -c gwutil.c
g++ -I.. -I../qd -O2 -march=i486 -malign-double -c gwdbldbl.cpp
gcc -I.. -O2 -march=i486 -malign-double -c giants.c
gcc -I.. -O2 -march=i486 -malign-double -c ecmstag1.c
cp linux/gwnum.a .
ar -rs gwnum.a cpuid.o gwnum.o gwthread.o gwutil.o gwdbldbl.o giants.o 
ecmstag1.o
[pier...@svxeon1 gwnum]$ cd ../linux
[pier...@svxeon1 linux]$ make
[ ! -e ../security.h ] && touch ../security.h || true
[ ! -e ../security.c ] && touch ../security.c || true
[ ! -e ../secure5.c ] && touch ../secure5.c || true
gcc -I.. -I../gwnum -O2 -march=i486 -malign-double -c prime.c
In file included from prime.c:111:
../primenet.c: In function `curl_trace':
../primenet.c:620: `CURLINFO_SSL_DATA_IN' undeclared (first use in this 
function)
../primenet.c:620: (Each undeclared identifier is reported only once
../primenet.c:620: for each function it appears in.)
../primenet.c:623: `CURLINFO_SSL_DATA_OUT' undeclared (first use in this 
function)
../primenet.c: In function `pnHttpServerCURL':
../primenet.c:699: `CURLOPT_PROXYAUTH' undeclared (first use in this 
function)
make: *** [prime.o] Error 1

gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-59)
curl-devel-7.10.6-9.rhel3



do you know if this requires some specific version of curl?  I could  
try cobbling up that environment

an ancient RHEL 2.1 legacy test server I keep online at work also failed 
with errors similar to centos 3.



_______________________________________________
Prime mailing list
[email protected]
http://hogranch.com/mailman/listinfo/prime

Reply via email to