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
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
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
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