On Mon, May 07, 2007 at 09:27:56PM +0200, Benjamin Berkels wrote:
> Last week I reported a crash of ld when trying to build the Windows 
> version of ZDoom 2.1.7 under Linux with Winelib.

I think it very likely that you are using the wrong compiler.  The
tarfile you provided, zdoom217objects.tar.bz2, contains a bunch of
linux ELF object files and one windows resource file, debugobj/zdoom.o
I suspect you're trying to link these ELF files with windows PE
libraries.  That won't work.

I'm no windows/cygwin expert, but I think that if you want to build
something that runs under wine, then you ought to be using a compiler
that produces windows PE object files.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to