New With Cygwin Compiler
Posted by Mr.UnhappyDragon on Sat 15 Dec 2001 07:23 PM — 13 posts, 45,528 views.
$ make
Bash : Make : command not found
Sounds like you didn't install 'make' when you installed Cygwin. Make sure you install make and the C compiler.
Detailed information about doing compiles, getting a compiler, making changes, and other useful topics are in the web page How to make changes, including compiling. Whilst this is written for SMAUG, a great deal also applies to ROM as well.
Take another look at the Cygwin install. You should see an image like the one below. You need to click inside the install window and scroll bars will appear, and click on the categories (eg. Devel) to see the individual files. In the screen dump you can see, near the bottom, gcc, the compilers.
make *** [db.o] Error 1
Then you can paste it into a message here.
$ make
rm -f merc
gcc -O -o merc act_comm.o act_info.o act_move.o act_obj.o act_wiz.o comm.o cons
t.o db.o fight.o handler.o interp.o magic.o save.o special.o update.o clan_table
.o kav_wiz.o kav_fight.o kav_info.o clan.o more.o artifact.o home.o rot_wiz.o de
mon.o werewolf.o olc.o string.o bit.o imc.o imc-interp.o imc-version.o imc-mail.
o imc-util.o imc-events.o imc-config.o imc-mercbase.o ice.o icec.o icec-mercbase
.o core.o
collect2: ld terminated with signal 11 [Segmentation fault]
make: *** [merc] Error 1
Can you derive anything from this jibberish talk?