Greetings! I'm new to this mailing list, though not to wget. I've successfully compiled wget on a variety of platforms in the past, but I seem to be having a problem, and I'm hoping someone can help me.

I am attempting to build wget 1.8.2 on one of the new G5 PowerMac machines (dual processor) from Apple. I also compiled OpenSSL 0.9.7c and installed it; the tests all ran without a hitch, so I'm assuming that OpenSSL is compiled and running correctly.

When building wget, the link phase bombs with the following error message:
gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o headers.o host.o html-parse.o html-url.o http.o init.o log.o main.o gen-md5.o netrc.o progress.o rbuf.o recur.o res.o retr.o safe-ctype.o snprintf.o gen_sslfunc.o url.o utils.o version.o -L/usr/local/lib -lssl -lcrypto
ld: Undefined symbols:
_OPENSSL_add_all_algorithms_noconf
make[1]: *** [wget] Error 1
make: *** [src] Error 2


I've successfully built wget with OpenSSL support previously on a G4 PowerMac, so I'm wondering if there's an issue with the G5's compiler (gcc 3.3 with G5 optimizations) or if there's something else wrong. Perhaps I forgot to configure something correctly with OpenSSL or wget?

Any suggestions?

Best Regards,
Rob Poole
[EMAIL PROTECTED]



Reply via email to