> > I fixed the problem by adding an explicit "-no-undefined" to the
> > libtool link command - is this considered to be the correct fix or
> > am I missing something obvious?
>
> This is correct.
>
> If you use AM_PROG_LIBTOOL or AC_PROG_LIBTOOL in your configure.ac
> script, add AC_LIBTOOL_WIN3
Hey,
I fixed the problem by adding an explicit "-no-undefined" to the
libtool link command - is this considered to be the correct fix or am I
missing something obvious?
This is correct.
If you use AM_PROG_LIBTOOL or AC_PROG_LIBTOOL in your configure.ac script,
add AC_LIBTOOL_WIN32_DLL just
Hi,
I just ran into a small problem using libtool to build DLLs on mingw.
A library package had just been updated to libtool 2.2.6 and DLLs were
no longer being built - only the static library.
libtool reported that:
"undefined symbols not allowed in $host shared libraries"
however I knew the