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.
http://bugs.winehq.org/show_bug.cgi?id=31188
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=31188
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-07-17 08:02:00 CDT --- An app with a 2G bss is not going to load on Windows either, the large address flag won't help.
http://bugs.winehq.org/show_bug.cgi?id=31188
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-07-19 07:43:42 CDT --- Closing