View Single Post
Old 08-17-2003, 07:59 PM   #7
Yui Unifex
Senior Member
 
Join Date: Apr 2002
Location: Florida
Posts: 323
Yui Unifex is on a distinguished road
Send a message via ICQ to Yui Unifex Send a message via AIM to Yui Unifex
Question

In the Makefile, change the line that reads:
$(CC) $(L_FLAGS) -o $(OUT_FILE) $(O_FILES)

To:
$(CC) $(L_FLAGS) -o $(OUT_FILE) $(O_FILES) -lcrypt

And those undefined references should go away.

I did not start the mud, but that file named 'QUESTstartup' looks mighty suspicious.
Yui Unifex is offline   Reply With Quote