[Bug 31188] New: winegcc -Wl,--large-address-aware doesn't seem to work

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 10 13:55:33 CDT 2012


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 at winehq.org
        ReportedBy: t.artem at 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.

-- 
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.



More information about the wine-bugs mailing list