hi, a new *build* of
libtool (Build: 1.2599 2008/03/02 00:05:01) 2.2 from cvs seems ok (no noticed errors) on OSX 10.5.2, Darwin Kernel Version 9.2.0: Tue Feb 5 16:15:19 PST 2008; root:xnu-1228.3.13~1/RELEASE_PPC w/ automake --version automake (GNU automake) 1.10.1 autoconf --version autoconf (GNU Autoconf) 2.61 a, make -k check is currently chugging slowly along (test #25 & counting ...) a subsequent build of libtool-2.1-ized libidn, re-glibtoolize'd & autoreconf'd with new 2.2 is also problem-free. but, an attempt @ berkeley-db-4.6.21, after "the age-old way" of, rehash cd /build/db-4.6.21/dist glibtoolize --force --copy cp /usr/local/share/aclocal/libtool.m4 aclocal/libtool.ac sh s_config then ./configure ... complains but doesn't die @, ... checking JMODSUFFIX from libtool... .jnilib ./libtool: line 456: CDPATH: command not found /build/db-4.6.21/build_unix/libtool: line 456: CDPATH: command not found ./libtool: line 456: CDPATH: command not found /build/db-4.6.21/build_unix/libtool: line 456: CDPATH: command not found checking for javac... javac ... however, a subsequent 'make' does die @, ... /bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/.. -I/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -O3 ../dist/../mutex/mut_tas.c ./libtool: line 456: CDPATH: command not found /build/db-4.6.21/build_unix/libtool: line 456: CDPATH: command not found /build/db-4.6.21/build_unix/libtool: line 1259: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.2, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2 libtool: and run autoconf again. make: *** [mut_tas.lo] Error 63 checking fresh bdb src prior to glibtoolize, there are instances of 'CDPATH', grep -rln CDPATH . ./db-4.6.21/dist/aclocal/libtool.m4 ./db-4.6.21/dist/configure ./db-4.6.21/dist/ltmain.sh ./db-4.6.21/mod_db4/configure so, Im not immediately clear whether the complaint originates with new libtool, or db src given an earlier comment you'd made in another thread, > We've tried to maintain full backwards compatibility with 1.5.x, > ... If autoupdate doesn't migrate ... then that's a bug in the libtool > release... i re-tried the bdb build by adding rehash cd /build/db-4.6.21/dist glibtoolize --force --copy cp /usr/local/share/aclocal/libtool.m4 aclocal/libtool.ac sh s_config + autoupdate but, doesn't seem to make a difference, in that I still see, ... ./libtool: line 456: CDPATH: command not found /build/db-4.6.21/build_unix/libtool: line 456: CDPATH: command not found ... during configure, and 'make' still fails as above. is this a libtool or bdb problem? or, am i again missing a new/required step? thoughts? _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool