31 May
2014
31 May
'14
9:25 a.m.
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.