Hello everyone. Some of you might remember me, I think it was a long time ago. Now I need help, again... Sorry.
I put my SmaugFUSS on the c:cygwin/bin So its with the 68.1mb worth of cygwin files i need to compile the mud. Now I type
cd smaugfuss/src
then...
../../make
and this is what it says
/usr/bin/smaugfuss/src/../../make -s smaug
Compiling o/imc.o....
make[1]: gcc: Command not found
make[1]: *** [o/imc.o] Error 127
make: *** [all] Error 2
bash-3.00$
Now I think I know why it won't work, probably because the gcc is on the same folder as make. But I am looking for a way to seperate the cygwin files from the src files because it really slows down my comp when they are together and now when i try to make it doesn't work.
Do I have to put all of my cygwin files on my src folder again so I can successfully make or is there a way to just seperate both of them? When I am at bin and I type ls or any other commands it works out fine, but when I am at another folder and i type ls it won't work because ls is not in that folder, so if I am at my src folder I'd have to type ../../ls to see it and when i do it with ../../make it just stops at gcc. Any help I would greatly appreciate. Thanks.
I put my SmaugFUSS on the c:cygwin/bin So its with the 68.1mb worth of cygwin files i need to compile the mud. Now I type
cd smaugfuss/src
then...
../../make
and this is what it says
/usr/bin/smaugfuss/src/../../make -s smaug
Compiling o/imc.o....
make[1]: gcc: Command not found
make[1]: *** [o/imc.o] Error 127
make: *** [all] Error 2
bash-3.00$
Now I think I know why it won't work, probably because the gcc is on the same folder as make. But I am looking for a way to seperate the cygwin files from the src files because it really slows down my comp when they are together and now when i try to make it doesn't work.
Do I have to put all of my cygwin files on my src folder again so I can successfully make or is there a way to just seperate both of them? When I am at bin and I type ls or any other commands it works out fine, but when I am at another folder and i type ls it won't work because ls is not in that folder, so if I am at my src folder I'd have to type ../../ls to see it and when i do it with ../../make it just stops at gcc. Any help I would greatly appreciate. Thanks.