Hi,
I'm trying to get configure to find/use zlib in 3.1.4 so I patched
the Makefile.config.in and added the complete path to the libz.a
file, but configure still doesn't find the deflate routine. The
routine is there. Anyone Ideas on how to get configure to use
zlib support?
LIBDIRS= -L../htlib -L../htcommon -L../db/dist -L/usr/lib
-L/opt/htdig/lib/zlib/lib
INCS= -I$(top_srcdir)/htlib -I$(top_srcdir)/htcommon \
-I../db/dist -I../include -I/opt/htdig/lib/zlib/include
HTLIBS= ../htcommon/libcommon.a \
../htlib/libht.a \
../db/dist/libdb.a \
/opt/htdig/lib/zlib/lib/libz.a
LIBS= $(HTLIBS) @LIBS@
....
checking for socket in -lsocket... no
checking for t_accept in -lnsl... no
checking for deflate in -lz... LIBS:=-lz /opt/htdig/lib/zlib/lib/libz.a
no
checking for ANSI C header files... yes
....
NB: the LIBS:= is a addition I made, to see what LIBS is.
<msql@chaos:6> ar tvf /opt/htdig/lib/zlib/lib/libz.a
rw-r--r-- 5365/4900 6727 Jan 28 16:35 2000 adler32.o
rw-r--r-- 5365/4900 7410 Jan 28 16:35 2000 compress.o
rw-r--r-- 5365/4900 7521 Jan 28 16:35 2000 crc32.o
rw-r--r-- 5365/4900 43251 Jan 28 16:35 2000 gzio.o
rw-r--r-- 5365/4900 6523 Jan 28 16:35 2000 uncompr.o
rw-r--r-- 5365/4900 45447 Jan 28 16:35 2000 deflate.o
rw-r--r-- 5365/4900 45463 Jan 28 16:35 2000 trees.o
rw-r--r-- 5365/4900 19302 Jan 28 16:35 2000 zutil.o
rw-r--r-- 5365/4900 26612 Jan 28 16:35 2000 inflate.o
rw-r--r-- 5365/4900 28289 Jan 28 16:35 2000 infblock.o
rw-r--r-- 5365/4900 30409 Jan 28 16:35 2000 inftrees.o
rw-r--r-- 5365/4900 23821 Jan 28 16:35 2000 infcodes.o
rw-r--r-- 5365/4900 19829 Jan 28 16:35 2000 infutil.o
rw-r--r-- 5365/4900 21714 Jan 28 16:35 2000 inffast.o
<msql@chaos:7>
--jesse
--------------------------------------------------------------------
J. op den Brouw Johanna Westerdijkplein 75
Haagse Hogeschool 2521 EN DEN HAAG
Sector Techniek Netherlands
Afdeling Elektrotechniek +31 70 4458936
-------------------- [EMAIL PROTECTED] --------------------
Linux - because reboots are for hardware changes
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.