http://bugs.winehq.org/show_bug.cgi?id=17366
Summary: winegcc fails on 64-bit Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: nerv@dawncrow.de
when compiling something with winegcc following error comes up.
winegcc -mwindows -mno-cygwin -o showbug.exe.so showbug.o showbug.res -lodbc32 -lole32 -loleaut32 -lwinspool -lodbccp32 -luuid /usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (showbug.o) to format elf64-x86-64 (showbug.GIsw5z.o) is not supported
it not came up in the past, i compiled this program already the same way.
http://bugs.winehq.org/show_bug.cgi?id=17366
--- Comment #1 from André H. nerv@dawncrow.de 2009-02-12 14:09:23 --- i think i found the problematic patch:
winegcc: Pass the -m32/-m64 options to winebuild too.
http://source.winehq.org/git/wine.git/?a=commit;h=64e43b619286dbc3a347dad5d6...
this forces us to use one of these parameters in winegcc under 64-bit. so i will include it in winemaker also.
http://bugs.winehq.org/show_bug.cgi?id=17366
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=17366
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-02-13 03:55:52 --- Yes, winegcc is supposed to behave just like gcc, so on 64-bit you now have to use -m32.
http://bugs.winehq.org/show_bug.cgi?id=17366
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from André H. nerv@dawncrow.de 2009-03-10 15:36:53 --- lets close it
http://bugs.winehq.org/show_bug.cgi?id=17366
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from André H. nerv@dawncrow.de 2009-03-10 15:51:41 --- closing