http://bugs.winehq.org/show_bug.cgi?id=17498
Summary: winemaker fails on 64-bit systems Product: Wine Version: 1.1.15 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: Andrew.Talbot@talbotville.com CC: julliard@winehq.org
After running winemaker in the normal way, e.g.
winemaker --lower-uppercase .
performing a make results in the following error messages.
/usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (test.o) to format elf64-x86-64 (test.8QHnKr.o) is not supported winebuild: /usr/bin/ld -r failed with status 256
Git commit a5947ffcd1ffbf15587ebdcf206efdfd308a2a47 "winegcc: Don't pass the as/ld/nm commands to winebuild" causes this regression.