[Bug 17366] New: winegcc fails on 64-bit
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(a)winehq.org ReportedBy: nerv(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17366 --- Comment #1 from André H. <nerv(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17366 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17366 --- Comment #2 from Alexandre Julliard <julliard(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17366 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #3 from André H. <nerv(a)dawncrow.de> 2009-03-10 15:36:53 --- lets close it -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17366 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from André H. <nerv(a)dawncrow.de> 2009-03-10 15:51:41 --- closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org