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 before. This way is deprecated
If you use LT_INIT, pass win32-dll to it
In both case, you have to pass -no-undefined to libtool (during linking).
See http://www.gnu.org/software/libtool/manual/libtool.html#LT_005fINIT
regards
Vincent Torri
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool