Re: OBJDUMP incorrect on cross-compiles to mingw32

2006-06-28 Thread Simon Josefsson
Ralf Wildenhues [EMAIL PROTECTED] writes: * Simon Josefsson wrote on Thu, Jun 22, 2006 at 12:28:04PM CEST: Ralf Wildenhues [EMAIL PROTECTED] writes: * Simon Josefsson wrote on Wed, Jun 21, 2006 at 03:48:08PM CEST: # Used on cygwin: object dumper. OBJDUMP=objdump This is incorrect

Re: OBJDUMP incorrect on cross-compiles to mingw32

2006-06-22 Thread Simon Josefsson
Ralf Wildenhues [EMAIL PROTECTED] writes: 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:

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