- From: <jose.kahan@w3.org>
- Date: Thu, 11 May 2000 12:50:45 +0200 (MET DST)
- To: Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk>
- CC: Amaya Mailing List <www-amaya@w3.org>
Hello Hugh, In our previous episode, Hugh Sasse Staff Elec Eng said: > -DW3C_ICONS=\"/usr/local/share/w3c-libwww\" -g -O2 -W > -Wp,-MD,.deps/HTZip.pp -c ../../../../../libwww/Library/src/HTZip.c -o > HTZip.o > ../../../../../libwww/Library/src/HTZip.c:23: zlib.h: No such file or > directory > gmake[3]: *** [HTZip.lo] Error 1 > > This doesn't seem very informative to me. What further information can > I give that will help you find the problem? The problem there is that the zlib.a, zlib.h, and zconf.h are not found where the libwww configure expects them to be (/usr/local/lib/libz.a or /usr/lib/libz.a, and the same for the include/zlib.h). We don't have right now any mechanism allowing to pass an extra include dir to the libwww configure. What you can do is to go the libwww/Library/src directory and make a symlink to zlib.h and zconf.h. You can find those files in the Amaya/libpng/zlib directory. It should compile then. Of course, now the question is... why don't we arrange our configure to use those files systematically? or should we try to continue using those found in the system? -Jose
Received on Thursday, 11 May 2000 06:51:03 UTC