Peter Bray <[EMAIL PROTECTED]> writes: > One small issue with compiling WGET-1.8 (Solaris 8 INTEL/GCC 3.0.2) > is that ./src/gen-md5.c failes to compile as it picked up md5.h from > my std include area (/pkgs/include) which happened to be the > cyrus-sasl-1.5.24 version of md5.h.
I see. Is there also a libmd5? Because Wget checks for MD5Update in libmd5, and considers that the "system MD5 library" found on recent Solaris releases. <md5.h> is the correct header file to include for that library. > The Changelog would suggest that ./gen-md5.c:# include <md5.h> > should probably reference gen/gnu-md5.h Only if HAVE_BUILTIN_MD5 is used. I'm trying to fix this problem for 1.8.1. Is there a way to tell that this md5.h and that md5 library are not usable for Wget? Or will I have to conditionalize on Solaris (which would suck)? Anyway, thanks for the report.
