View Single Post
Old 04-25-2002, 05:53 PM   #6
Sevoric
Member
 
Join Date: Apr 2002
Posts: 41
Sevoric is on a distinguished road
ok, I recompiled and got this new error after I added to the makefile.

[code]
act_comm.o;In function 'is_profane';
act_comm.c;3347; undefinded reference to 're_exec'
act_info.o; In function 'do_hset';
act_info.c;2041; undefined reference to 'RENAME'
act_wiz.o; in function 'do_balzhur'
act_wiz.c;3258; undefined reference to 'RENAME'
act_wiz.o In function 'do_mortalize'
act_wiz.c;4880; undefined reference to 'RENAME'
act_wiz.o; In function 'do_destroy';
act_wiz.c;5756; undefined reference to 'RENAME'
act_wiz.c;5784; undefined reference to 'RENAME'
act_wiz.c;9914; more undefinded reference to 'RENAME' follow
9914
collect2; ld returned exit 1 status
[/quote]

yes, all this from 2 changes in the make file...
Sevoric is offline   Reply With Quote