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.
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.