On Fri, 14 Aug 1998, David L. Kocher wrote:

> gcc  -o -lcrypt 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 magic.o save.o special.o update.o bit.o mem.o
> olc.o o
> lc_act.o olc_save.o string.o mob_commands.o mob_prog.o gr_magic.o id.o
> chat_new.
> o interp.o chat_act.o ore_prog.o quest.o raceskill.o act_room.o track.o
> -lc
> act_info.o: In function `do_password':
> act_info.o(.text+0x7030): undefined reference to `crypt'
> act_info.o(.text+0x70bc): undefined reference to `crypt'

put -lcrypt at the end of the compilation line. And btw you don't need
-lc, it is default.

--
Madarasz Gergely           [EMAIL PROTECTED]         [EMAIL PROTECTED]
          Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
              HuLUG: http://www.cab.u-szeged.hu/local/linux/

Reply via email to