Hi,
 
I've spent a good few hours search through the mailing lists, google and read doc/CYGWIN without any luck.
 
Have removed all unneeded modules. Followed all suggestions from the back dated mailing lists with cygwin.
 
Currently using:
 
./configure -without-snmp -enable-static --disable-ltdl-install
 
The make fails with.
 
gcc .libs/radiusdS.o -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I../include -o radiusd.exe radiusd.o files.o util.o acct.o nas.o log.o valuepair.o version.o proxy.o exec.o auth.o timestr.o conffile.o modules.o modcall.o session.o xlat.o threads.o smux.o radius_snmp.o client.o request_list.o mainconfig.o -Wl,--export-dynamic  -/usr/lib -L/usr/local/src/freeradius-0.9.3/src/lib -lcrypt -lpthread /usr/lib/libradius.a .libs/libimp-cygltdl-3.a /usr/lib/libradius.a(crypt.o)(.text+0x35): In function `lrad_crypt_check': /usr/local/src/freeradius-0.9.3/src/lib/crypt.c:60: undefined reference to `_crypt'
collect2: ld returned 1 exit status
rm -f .libs/radiusdS.o
make[4]: *** [radiusd] Error 1
make[4]: Leaving directory `/usr/local/src/freeradius-0.9.3/src/main'
make[3]: *** [common] Error 1
make[3]: Leaving directory `/usr/local/src/freeradius-0.9.3/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/freeradius-0.9.3/src'
make[1]: *** [common] Error 1
make[1]: Leaving directory `/usr/local/src/freeradius-0.9.3'
make: *** [all] Error 2
 
Note - the output of 'nm /usr/lib/libcrypt.a' does contain '_crypt'
 
Any ideas/suggestions?
 
TIA
 
Simon

Reply via email to