Make[1]: *** [act_comm.o] Error 255

Posted by Vermea on Sat 07 Dec 2002 10:37 PM — 2 posts, 11,305 views.

USA #0
Well, I have the SMAUG that you told us to download, and I set up everything as you said, but when it came to the makefile command, I type it in and this is what I get.

$ make
make smaug
make[1]: Entering directory '/cygdrive/d/justin/cygwin/home/hayesfamily/smaug/dist/src`
gcc -c -0 -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
make[1]: *** [act_comm.o] Error 255
make[1]: Leaving directory `/cygdrive/d/justin/cygwin/home/hayesfamily/smaug/dist/src`
make: *** [all] Error 2

OKay, thats it. I downloaded the whole cygwin (if there is a part that is missing that would cause that, then please tell me) and help me!!!
USA #1
Nevermind. I figured out the problem. I needed the gcc function. I did not have it, thus making the compile inaffective. SO anyone who has this problem, just go download the gcc functions from setup.exe. That should fix it.