minor bug in win32 support

2002-04-26 Thread Robert Collins
When libtool is targeted at i686-pc-mingw32, and configured with --disable-shared, the following message "libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries" is output. It seems to me that with shared libraries disabled, libtool should not produce any out rel

Error configuring in libltdl -- cvs HEAD

2002-04-26 Thread Miles Lane
I get this error building HEAD and binary-branch. cd . \ && CONFIG_FILES= CONFIG_HEADERS=[config.h:config-h.in] \ /bin/sh ./config.status config.status: creating [config.h config.status: error: cannot find input file: config-h.in] make[1]: *** [stamp-h] Error 1

circular deps in libs and --preserve-dup-deps

2002-04-26 Thread Matthias Braun
Hi, after an upgrade to libtool 1.4d I have problems with a non libtool package that has libs with circular deps. Problem1: To preserve these duplicate libs, I need to give --preserve-dup-deps on the libtool commandline. How do I do this in Makefile.am? myapp_LDFLAGS = --preserve-dup-dep

Suggested minor patches for Win32

2002-04-26 Thread Tor Lillqvist
Hi, For the current CVS libtool, I suggest the following patches: - Pass the --enable-auto-image-base switch to the linker when building a DLL. - Grep case-insentively for drive letters in the gcc -print-search-dirs output. Index: libtool.m4