On Tue, Feb 15, 2000 at 04:49:15PM +0100, Lars J. Aas wrote:
: I'm programming on some automake/autoconf/libtool based projects on
: Linux and BeOS. A while back we upgraded from libtool 1.2f to libtool
: 1.3.4 and libtool stopped producing shared libraries.
[...]
I did this change in the generated "libtool", and got libtool to create
a shared library again:
# Flag that allows shared libraries with undefined symbols to be built.
- allow_undefined_flag="unsupported"
+ allow_undefined_flag="supported"
Lars J