war <[EMAIL PROTECTED]> writes: > This file contains any messages produced by compilers while running > configure, to aid debugging if configure makes a mistake.
This configure run looks totally hosed. The line we're looking for is the one that attempts to detect MD5Update in libmd5: > configure:7251: checking for MD5Update in -lmd5 No output? And then, later: > checking for MD5Update in -lmd5... (cached) yes Cached to "yes"? What's this about? How exactly are you running `configure'? This test makes Wget think that it detected Solaris MD5 library: > /* Define if we're using Solaris libmd5. */ > #define HAVE_SOLARIS_MD5 1
