
|
IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
crypt_gen.c & FreeBSD 5.2.1
- From: Jason Lixfeld
- Date: Wed Oct 13 10:46:33 2004
crypt_gen.c from iRRD-2.1.5 doesn't want to compile on FreeBSD.
su-2.05b# gcc -o crypt_gen.o crypt_gen.c
/var/tmp//ccRfk7tK.o: In function `main':
/var/tmp//ccRfk7tK.o(.text+0x1a8): undefined reference to `crypt'
su-2.05b#
Looks like the crypt function is in unistd.h which is in /usr/include
so I'm not too sure what it's having trouble with. My compile options
maybe? No idea what I'm doing -- no instructions, just trying some
basic options that I recall from other similar situations.
|
[an error occurred while processing this directive]
| |