(I am not the one with the problem here, but reporting on behalf to stick to the protocol. Please ignore your user agent's default reply to address and send replies to the list, not to me.)
(Why don't you simply set the "reply-to:" header in your posting accordingly?) (I did it with this posting ;-))
The following build error appears for a user that compiles on a Mac:
gcc -g -O2 -std=c99 -Wall -W -Werror-implicit-function-declaration -Werror -Wno-format -Wno-unused-function -Wno-unused-label -Wno-uninitialized -D_REENTRANT -o .libs/MapiClient MapiClient.o ReadlineTools.o -L/sw/lib ./.libs/libMapi.dylib /Users/rvjansen/Desktop/MonetDB/src/common/.libs/libstream.dylib -lreadline ../../../common/.libs/libmutils.dylib ../../../common/.libs/libstream.dylib /Users/rvjansen/Desktop/MonetDB/src/common/.libs/libmutils.dylib -lz /sw/lib/libiconv.dylib ld: Undefined symbols: _BZ2_bzclose _BZ2_bzflush _BZ2_bzopen _BZ2_bzread _BZ2_bzwrite make[7]: *** [MapiClient] Error 1 make[6]: *** [all] Error 2 make[5]: *** [all-recursive] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Hm, at a first glance, this looks as if libbz[2] was not found by configure, but the code / makefiles do not properly check whether libbz2 is indeed available ... "someone" needs to check this ...
The user's tools versions: automake 1.9.3 aclocal 1.9.3 autoconf 2.59 libtool ? (there is no --version: default Apple distribution one)
one MacOS/Darwin, we have to use "glibtool". ./bootstrap takes care of this and even tells you the version of [g]libtool ;-) ======== 17:46:48 monet@monet:~/Monet/MonetDB $ uname -a Darwin monet.cs.umass.edu 7.8.0 Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004; root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC Power Macintosh powerpc 17:46:55 monet@monet:~/Monet/MonetDB $ type -a libtool glibtool libtool is /usr/bin/libtool glibtool is /usr/bin/glibtool 17:47:06 monet@monet:~/Monet/MonetDB $ ./bootstrap using /usr/bin/glibtool and /usr/bin/glibtoolize. automake 1.6.3 is 1.5 or newer. Good. autoconf 2.57 is 2.57 or newer. Good. libtool 1.5 is 1.4 or newer. Good. Python 2.3 is 2.0.0 or newer. Good. [...] ======== More importantly: Which version of MonetDB are we dealing with ??? Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |