This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] As the subject states, I am having troubles compiling the ROM 2.4 source code in Linux Mandrake 7.2 with the standard gcc compiler. My machine is a 500Mhz PIII, with 224 megabytes of RAM, and a 32mb nVidia TNT2 Rage video card. Mandrake is installed on its own hard drive. Anyhow, here's the error I'm receiving:
Near the end of the compile, where .o files are being dealt with, I get the following string of error outputs: act_info.o: In function `do_password': <path>act_info.c:2722: undefined reference to `crypt' <path>act_info.c:2739: undefined reference to `cript' <path>comm.o: In function `nanny': <path>comm.c:1652: undefined reference to `crypt' <path>comm.c:1764: undefined reference to `crypt' <path>comm.c:1787: undefined reference to `crypt' collect2: 1d returned 1 exit status make: *** [rom] Error 1 <path> refers to the directory structure of where the source files are. I assumed it wasn't important to include it. Any help with this problem would be greatly appreciated. Thanks for your interest, Thori --

