Okay I'm trying to compile Rom2.4b4 on linux and this is the error message I get, I can't seem to find anyone that knows how to help me. I hope you can. Thanks!
[xolethor@fate src]$ make &
[1] 12684
[xolethor@fate src]$ gcc -c -Wall -O -g act_comm.c
gcc -c -Wall -O -g act_enter.c
gcc -c -Wall -O -g act_info.c
act_info.c: In function `do_look':
act_info.c:1132: warning: suggest explicit braces to avoid ambiguous `else'
act_info.c:1141: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g act_move.c
gcc -c -Wall -O -g act_obj.c
act_obj.c: In function `do_put':
act_obj.c:431: warning: suggest explicit braces to avoid ambiguous `else'
act_obj.c:469: warning: suggest explicit braces to avoid ambiguous `else'
act_obj.c: In function `get_cost':
act_obj.c:2488: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g act_wiz.c
gcc -c -Wall -O -g alias.c
gcc -c -Wall -O -g ban.c
gcc -c -Wall -O -g comm.c
gcc -c -Wall -O -g const.c
gcc -c -Wall -O -g db.c
gcc -c -Wall -O -g db2.c
gcc -c -Wall -O -g effects.c
gcc -c -Wall -O -g fight.c
fight.c: In function `one_hit':
fight.c:586: warning: suggest explicit braces to avoid ambiguous `else'
fight.c: In function `damage':
fight.c:960: warning: suggest explicit braces to avoid ambiguous `else'
fight.c: In function `damage_old':
fight.c:1276: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g flags.c
gcc -c -Wall -O -g handler.c
handler.c: In function `reset_char':
handler.c:569: warning: suggest explicit braces to avoid ambiguous `else'
handler.c: In function `get_max_train':
handler.c:765: warning: suggest explicit braces to avoid ambiguous `else'
handler.c: In function `unequip_char':
handler.c:1645: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g healer.c
gcc -c -Wall -O -g interp.c
gcc -c -Wall -O -g note.c
gcc -c -Wall -O -g lookup.c
gcc -c -Wall -O -g magic.c
magic.c: In function `obj_cast_spell':
magic.c:645: warning: suggest explicit braces to avoid ambiguous `else'
magic.c: In function `spell_earthquake':
magic.c:2205: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g magic2.c
gcc -c -Wall -O -g music.c
gcc -c -Wall -O -g recycle.c
gcc -c -Wall -O -g save.c
gcc -c -Wall -O -g scan.c
gcc -c -Wall -O -g skills.c
gcc -c -Wall -O -g special.c
gcc -c -Wall -O -g tables.c
gcc -c -Wall -O -g update.c
rm -f rom
gcc -O -g gcc -o rom act_comm.o act_enter.o act_info.o act_move.o act_obj.o act_
wiz.o alias.o ban.o comm.o const.o db.o db2.o effects.o fight.o flags.o handler.
o healer.o interp.o note.o lookup.o magic.o magic2.o music.o recycle.o save.o sc
an.o skills.o special.o tables.o update.o -lcrypt -o rom act_comm.o act_enter.o
act_info.o act_move.o act_obj.o act_wiz.o alias.o ban.o comm.o const.o db.o db2.
o effects.o fight.o flags.o handler.o healer.o interp.o note.o lookup.o magic.o
magic2.o music.o recycle.o save.o scan.o skills.o special.o tables.o update.o
gcc: gcc: No such file or directory
make: *** [rom] Error 1
[xolethor@fate src]$
[1] Exit 2 make
[xolethor@fate src]$
[xolethor@fate src]$ make &
[1] 12684
[xolethor@fate src]$ gcc -c -Wall -O -g act_comm.c
gcc -c -Wall -O -g act_enter.c
gcc -c -Wall -O -g act_info.c
act_info.c: In function `do_look':
act_info.c:1132: warning: suggest explicit braces to avoid ambiguous `else'
act_info.c:1141: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g act_move.c
gcc -c -Wall -O -g act_obj.c
act_obj.c: In function `do_put':
act_obj.c:431: warning: suggest explicit braces to avoid ambiguous `else'
act_obj.c:469: warning: suggest explicit braces to avoid ambiguous `else'
act_obj.c: In function `get_cost':
act_obj.c:2488: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g act_wiz.c
gcc -c -Wall -O -g alias.c
gcc -c -Wall -O -g ban.c
gcc -c -Wall -O -g comm.c
gcc -c -Wall -O -g const.c
gcc -c -Wall -O -g db.c
gcc -c -Wall -O -g db2.c
gcc -c -Wall -O -g effects.c
gcc -c -Wall -O -g fight.c
fight.c: In function `one_hit':
fight.c:586: warning: suggest explicit braces to avoid ambiguous `else'
fight.c: In function `damage':
fight.c:960: warning: suggest explicit braces to avoid ambiguous `else'
fight.c: In function `damage_old':
fight.c:1276: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g flags.c
gcc -c -Wall -O -g handler.c
handler.c: In function `reset_char':
handler.c:569: warning: suggest explicit braces to avoid ambiguous `else'
handler.c: In function `get_max_train':
handler.c:765: warning: suggest explicit braces to avoid ambiguous `else'
handler.c: In function `unequip_char':
handler.c:1645: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g healer.c
gcc -c -Wall -O -g interp.c
gcc -c -Wall -O -g note.c
gcc -c -Wall -O -g lookup.c
gcc -c -Wall -O -g magic.c
magic.c: In function `obj_cast_spell':
magic.c:645: warning: suggest explicit braces to avoid ambiguous `else'
magic.c: In function `spell_earthquake':
magic.c:2205: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -Wall -O -g magic2.c
gcc -c -Wall -O -g music.c
gcc -c -Wall -O -g recycle.c
gcc -c -Wall -O -g save.c
gcc -c -Wall -O -g scan.c
gcc -c -Wall -O -g skills.c
gcc -c -Wall -O -g special.c
gcc -c -Wall -O -g tables.c
gcc -c -Wall -O -g update.c
rm -f rom
gcc -O -g gcc -o rom act_comm.o act_enter.o act_info.o act_move.o act_obj.o act_
wiz.o alias.o ban.o comm.o const.o db.o db2.o effects.o fight.o flags.o handler.
o healer.o interp.o note.o lookup.o magic.o magic2.o music.o recycle.o save.o sc
an.o skills.o special.o tables.o update.o -lcrypt -o rom act_comm.o act_enter.o
act_info.o act_move.o act_obj.o act_wiz.o alias.o ban.o comm.o const.o db.o db2.
o effects.o fight.o flags.o handler.o healer.o interp.o note.o lookup.o magic.o
magic2.o music.o recycle.o save.o scan.o skills.o special.o tables.o update.o
gcc: gcc: No such file or directory
make: *** [rom] Error 1
[xolethor@fate src]$
[1] Exit 2 make
[xolethor@fate src]$