[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OBJDUMP incorrect on cross-compiles to mingw32
From: |
Ralf Wildenhues |
Subject: |
Re: OBJDUMP incorrect on cross-compiles to mingw32 |
Date: |
Wed, 21 Jun 2006 21:42:19 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
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