2 Sep 2005 15:29
cygwin build problem with m4 HEAD
Eric Blake <ebb9 <at> byu.net>
2005-09-02 13:29:58 GMT
2005-09-02 13:29:58 GMT
I don't know if this is a bug in m4 or in libtool, but with the absolute latest CVS autoconf, automake, and libtool installed into /usr/local, and latest CVS m4 plus my patch to fix bootstrap (http://article.gmane.org/gmane.comp.gnu.m4.patches/229), m4 is failing to build on cygwin due to: /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -pipe -no-undefined -export-dynamic -o m4/libm4.la -rpath /usr/local/lib m4/builtin.lo m4/debug.lo m4/hash.lo m4/input.lo m4/m4.lo m4/macro.lo m4/module.lo m4/output.lo m4/path.lo m4/symtab.lo m4/syntax.lo m4/utility.lo gnu/libgnu.la -lltdl -lintl libtool: link: rm -fr m4/.libs/libm4.dll.a libtool: link: gcc -shared m4/.libs/builtin.o m4/.libs/debug.o m4/.libs/hash.o m4/.libs/input.o m4/.libs/m4.o m4/.libs/macro.o m4/.libs/module.o m4/.libs/output.o m4/.libs/path.o m4/.libs/symtab.o m4/.libs/syntax.o m4/.libs/utility.o -Wl,--whole-archive gnu/.libs/libgnu.a -Wl,--no-whole-archive /usr/lib/libltdl.dll.a /usr/lib/libintl.dll.a -L/usr/lib /usr/lib/libiconv.dll.a -o m4/.libs/cygm4-0.dll -Wl,--image-base=0x10000000 -Wl,--out-implib,m4/.libs/libm4.dll.a Creating library file: m4/.libs/libm4.dll.a m4/.libs/module.o:module.c:(.text+0x6cb): undefined reference to `_lt_dlhandle_find' m4/.libs/module.o:module.c:(.text+0x8a5): undefined reference to `_lt_dlhandle_first' m4/.libs/module.o:module.c:(.text+0x95e): undefined reference to `_lt_dlhandle_find' m4/.libs/module.o:module.c:(.text+0xea): undefined reference to `_lt_dlhandle_first'(Continue reading)

RSS Feed