Hello all,
I've searched and searched and can't quite find an answer to my problem.
I am a newbie to Cygwin, and as such, don't know if this error is the issue of a package I didn't download, or something in the files themselves. To be certain, I downloaded two codebases (ROM 2.4b4 and SMAUG 1.8).
I can see under ls my Makefile, and all the .c and .h files.
---
When I 'make' for ROM, I get these errors:
gcc -c -Wall -O -g update.c
gcc: error: spawn: No such file or directory
Makefile:18: recipe for target `update.o' failed
make: *** [update.o] Error 1
And they show up for most of the files, but not all of them. It still doesn't make any .o files.
---
When I 'make' for SMAUG, I get:
make smaug
make[1]: Entering directory `/home/Nico/smaug1.8/src'
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG -DREGEX -DUSE_IMC act_comm.c
gcc: error: spawn: No such file or directory
Makefile:73: recipe for target `act_comm.o' failed
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/home/Nico/smaug1.8/src'
Makefile:63: recipe for target `all' failed
make: *** [all] Error 2
---
I'm hopeful that this is something simple and I can chalk it up to my dubious newbiousness, but any help that can be offered, I'd sincerely appreciate.
I've searched and searched and can't quite find an answer to my problem.
I am a newbie to Cygwin, and as such, don't know if this error is the issue of a package I didn't download, or something in the files themselves. To be certain, I downloaded two codebases (ROM 2.4b4 and SMAUG 1.8).
I can see under ls my Makefile, and all the .c and .h files.
---
When I 'make' for ROM, I get these errors:
gcc -c -Wall -O -g update.c
gcc: error: spawn: No such file or directory
Makefile:18: recipe for target `update.o' failed
make: *** [update.o] Error 1
And they show up for most of the files, but not all of them. It still doesn't make any .o files.
---
When I 'make' for SMAUG, I get:
make smaug
make[1]: Entering directory `/home/Nico/smaug1.8/src'
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG -DREGEX -DUSE_IMC act_comm.c
gcc: error: spawn: No such file or directory
Makefile:73: recipe for target `act_comm.o' failed
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/home/Nico/smaug1.8/src'
Makefile:63: recipe for target `all' failed
make: *** [all] Error 2
---
I'm hopeful that this is something simple and I can chalk it up to my dubious newbiousness, but any help that can be offered, I'd sincerely appreciate.