|
From: Michael B. <mic...@gm...> - 2005-01-13 22:41:07
|
Martin Winning wrote: > Michael Bester wrote: > >> Sternbach, William [IT] wrote: >> >>> Hi, >>> >>> To compile a "c" program which has a huge 3 dimensional array, >>> I am using the gcc option which allows for up to 32 MB arrays): >>> gcc -Wl,--stack=0x1312D0000 program.c -oprogram.exe >> >> Hi, >> I have no problems to run the program under XP if I trimm one 0 from >> the stack size, >> i.e. -Wl,--stack=0x1312D000. >> > Win2k works fine for me, but XP with sp2 does not, with or without > that extra 0 on the stack size. > I've checked XP with and without sp2 - no problems. |