Compile and link problems with wget 1.9 beta5

2003-10-12 Thread Robert Poole
After ploughing through the archives of this mailing list, looking for additional clues why wget 1.8.2 wasn't linking correctly, I found that wget 1.9 beta 5 was released recently. I downloaded the source code for wget 1.9 beta 5 and am getting the same link problems I was getting with 1.8.2:

RE: Compile and link problems with wget 1.9 beta5

2003-10-12 Thread Post, Mark K
] Subject: Compile and link problems with wget 1.9 beta5 After ploughing through the archives of this mailing list, looking for additional clues why wget 1.8.2 wasn't linking correctly, I found that wget 1.9 beta 5 was released recently. I downloaded the source code for wget 1.9 beta 5 and am

Re: Compile and link problems with wget 1.9 beta5

2003-10-12 Thread Hrvoje Niksic
Robert Poole [EMAIL PROTECTED] writes: gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.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

Re: Compile and link problems with wget 1.9 beta5

2003-10-12 Thread Robert Poole
I did a little digging. Even though I compiled openssl, and it installed things under /usr/local, there are other libssl and libcrypto versions on the system; so I'm kind of scratching my head, trying to figure out how to force wget to build against the stuff that I actually compiled, instead

Re: Compile and link problems with wget 1.9 beta5

2003-10-12 Thread Robert Poole
I tried what you suggested, and of course did a make clean to make sure everything got recompiled from scratch, but the link still bombs with the same error message. I even copied the libssl.a and libcrypto.a files to /usr/local/ssl/lib (which was empty up to this point, very strange), and