http://bugs.winehq.org/show_bug.cgi?id=31188
Bug #: 31188 Summary: winegcc -Wl,--large-address-aware doesn't seem to work Product: Wine Version: 1.5.8 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: t.artem@mailcity.com Classification: Unclassified
$ cat app.c
# include <stdio.h>
char a[1024*1024*1024]; char b[1024*1024*1024];
int main (int argc, char **argv) { return 0; }
$ winegcc -Wl,--large-address-aware -o app.exe app.c
$ ./app.exe wine: Bad EXE format for Z:\tmp\app.exe.so.