OBJDUMP incorrect on cross-compiles to mingw32

2006-06-21 Thread Simon Josefsson
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: *** Warning: linker path does not have real file for library -lws2_32. *** I

Re: OBJDUMP incorrect on cross-compiles to mingw32

2006-06-21 Thread Ralf Wildenhues
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