Jason Curl wrote: > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info > 0:0:0 -o libtp.la -rpath /usr/local/lib version.lo > libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin > shared libraries
Libtool won't build shared libraries on Win32/PE targets without -no-undefined in *_LDFLAGS. The text of this warning message could perhaps be clearer, because it's not telling you that you necessarily have any undefined symbols, it's telling you that you didn't assure libtool that you don't. > lib -OUT:.libs/libtp.lib version.o > ../libtool: line 5973: lib: command not found I'm not sure why it's trying to use lib here, that seems wrong if you're using gcc/binutils. Possibly a configure problem? Brian _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool