Still Errors

Posted by Strangar on Mon 15 Jul 2002 04:02 AM — 1 posts, 7,752 views.

#0
when I compile, I get errors such as:

act_comm.o: In function `is_profane':
/cygdrive/c/dist/src/act_comm.c:3347: undefined reference to `re_exec'

act_info.o: In function `do_password':
/cygdrive/c/dist/src/act_info.c:3474: undefined reference to `crypt'

comm.o:/cygdrive/c/dist/src/comm.c:1771: more undefined references to `crypt' fo
llow
collect2: ld returned 1 exit status
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/cygdrive/c/dist/src'
make: *** [all] Error 2

and plus a few other simliar ones, I went into the makefile and uncommented the ones that seemed to say they were the right ones. Yet I still recieve these errors.
If you could offer some help, I would be greatful.