Aime wrote: > I would like to know what must be in place in order to > successfully compile Freeradius.
A complete compiling environment - the error below, namely, this bit: > configure:869: gcc -o conftest conftest.c 1>&5 > /usr/bin/ld: cannot open crt1.o: No such file or > directory means that the linker is missing (or can't find) the C startup it needs to construct an executable. That kind of prevents gcc from building any executables (although it appeared to compile to object file OK). -- Regards, Daryl Tester, Software Wrangler and Bit Herder, IOCANE Pty. Ltd. "If I have been given to see further than other men, it is because I have stood on the faces of midgets." -- Astrel Joie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

