Rafael de Farias Meurer wrote: > I’m trying to install free radius 3.0.3, after make I receive this error. > CC src/lib/cbuff.c > > gcc: unrecognized option `-KPIC' You're building on Solaris. Arg. Edit scripts/jlibtool.c, and change "-KPIC" to "-fPIC". It should then build. Alan DeKok.