- From: <jose.kahan@w3.org>
- Date: Fri, 15 Sep 2000 11:47:35 +0200 (MET DST)
- To: Graham Leggett <minfrin@sharp.fm>
- CC: www-lib@w3.org
Hello Graham, In our previous episode, Graham Leggett said: > Hi all, > > When trying to build libwww v5.3.1 on a Solaris v2.6 machine, it bombs > out like below when it tries to compile MD5 support. > > Some investigation reveals that the md5 library that it is trying to > link against is an md5.h provided by the Cyrus SASL library, instead of > the md5 library in ./modules/md5/md5.h. > > Can this be fixed? I'll change the makefile. In the meantime, you can compile by moving the modules -I to be used before the . and /usr/local/ includes. gcc -DHAVE_CONFIG_H -I../../modules/md5 -I. -I. -I../.. -I/usr/local/include -I../../modules/expat/xmlparse -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -c HTAABrow.c -fPIC -DPIC -o .libs/HTAABrow.lo In a perfect world, the autoconf and makefile should have used your md5 library if it was more recent than the libwww one, instead of compiling a new one. -Jose
Received on Friday, 15 September 2000 05:47:38 UTC