I just downloaded and compiled wget 1.8 on Solaris 8 Intel MU6 with gcc
2.95.3 (configured to use Solaris ld and GNU as) and OpenSSL 0.9.6b. Thanks
for folding in the PRNG code into this release.

One problem I have encountered while building wget is a conflict between
/usr/include/md5.h and /usr/local/include/md5.h (installed with the SASL
library) that causes compilation of gen-md5.c to fail. Switching include
paths to include /usr/include before others does not work because then
/usr/include/stdarg.h overrides the gcc built-in, causing compilation to
fail again.

The workaround I used is to symlink /usr/include/md5 into wget-1.8/src.
Ugly, but effective.

Yours,

--
Fazal Majid                          Chief Technology Officer
[EMAIL PROTECTED]                     Kefta
Voice: +1 415 391 6881 ext 8014      153 Kearny St. Suite 209
Fax: +1 415 391 7097                 San Francisco, CA 94108, USA

Reply via email to