I've been trying and trying to compile SMAUG 1.4a in Cygwin, and have followed the directions in "How to Compile" several times from start to finish, but I consistently get this same error message when I try to compile:
$ make
make smaug
make[1]: Entering directory `/cygdrive/g/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
2 [main] ? 3748 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (3748): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 416 init_cheap: Couldn't reserve 3600336 bytes of space for cyg
win's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (416): *** AllocationBase 0x0, Ba
seAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2932 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2932): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2868 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2868): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2280 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2280): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
18 [main] ? 3712 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (3712): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/cygdrive/g/smaug/dist/src'
make: *** [all] Error 2
I'm completely confused and have looked all over for someone with the same problem...
Any thoughts? Thanks!
$ make
make smaug
make[1]: Entering directory `/cygdrive/g/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
2 [main] ? 3748 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (3748): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 416 init_cheap: Couldn't reserve 3600336 bytes of space for cyg
win's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (416): *** AllocationBase 0x0, Ba
seAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2932 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2932): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2868 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2868): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
2 [main] ? 2280 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (2280): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
18 [main] ? 3712 init_cheap: Couldn't reserve 3600336 bytes of space for cy
gwin's heap, Win32 error 487
g:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1.exe (3712): *** AllocationBase 0x0, B
aseAddress 0x61820000, RegionSize 0x360000, State 0x10000
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/cygdrive/g/smaug/dist/src'
make: *** [all] Error 2
I'm completely confused and have looked all over for someone with the same problem...
Any thoughts? Thanks!