While making a patched version of ROM, trying to set up version 2.0 of Ivan's OLC, I run into
act_info.o: In function `do_password': /cygdrive/c/windows/desktop/allen/wed/rom24/src/act_info.c:2731: undefined refer ence to `crypt' /cygdrive/c/windows/desktop/allen/wed/rom24/src/act_info.c:2748: undefined refer ence to `crypt' comm.o: In function `nanny': /cygdrive/c/windows/desktop/allen/wed/rom24/src/comm.c:1697: undefined reference to `crypt' /cygdrive/c/windows/desktop/allen/wed/rom24/src/comm.c:1809: undefined reference to `crypt' /cygdrive/c/windows/desktop/allen/wed/rom24/src/comm.c:1832: undefined reference to `crypt' collect2: ld returned 1 exit status make: *** [rom] Error 1 Funny thing is, my makefile already has the anti-crypt thingies in it's function calls... C_FLAGS = -Wall -DOLD_RAND -DNOCRYPT $(PROF) $(NOCRYPT) -DFIRST_BOOT Any advice?

