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.