"Simon Gray" <[EMAIL PROTECTED]> wrote: > I've spent a good few hours search through the mailing lists, google and > read doc/CYGWIN without any luck. ... > gcc .libs/radiusdS.o -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS ... > -Wl,--export-dynamic -/usr/lib
"-/usr/lib" ? That isn't a valid option to gcc. Try "-L/usr/lib" > undefined reference to `_crypt' ... > Note - the output of 'nm /usr/lib/libcrypt.a' does contain '_crypt' Yes, but you're not telling it to look in /usr/lib. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

