Hi Simon, Thanks for the report. However, I do not think this is a bug:
* Simon Josefsson wrote on Wed, Jun 21, 2006 at 03:48:08PM CEST: > Hi! I'm using Debian's mingw32 packages to build native win32 > DLL/EXE's with libtool. I'm configuring with: > > --host=i586-mingw32msvc --build=i686-pc-linux-gnu > > However, when linking a shared library, I get this error: [...] > # Used on cygwin: object dumper. > OBJDUMP="objdump" > > This is incorrect on my system, the "objdump" binary is the > i686-pc-linux-gnu objdump, which doesn't understand the Windows DLLs. > The "correct" objdump would be called i586-mingw32msvc-objdump. Do you use AC_LIBTOOL_WIN32_DLL? Cheers, Ralf _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
