At 10:38 AM -0500 12/8/99, Patrick wrote: >Following Loic's lead.. > >./configure --enable-maintainter-mode --enable-tests >... >make >... >`__memp_cmpr_deflate' >/usr/src/cvs-1.10.7/htdig3/test/dbbench.cc:488: undefined reference to >`__memp_cmpr_inflate' >collect2: ld returned 1 exit status >make[1]: *** [dbbench] Error 1 >make[1]: Leaving directory `/usr/src/cvs-1.10.7/htdig3/test' >make: *** [all-recursive] Error 1 > >Does anyone know what this means? I have a good idea that it has to do >with zlib/compression. Is there a library that I must have installed >before this snapshot should compile? Yes, your linking line does not refer to -lz. So you're correct when you say it has to do with zlib/compression. Loic and Marcel? Does the code check for zlib and ignore it? On the other hand, if you've gotten all the way to the tests, it's a generally good sign since everything else compiled OK. -Geoff ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
