30 Jan
2017
30 Jan
'17
10:25 a.m.
On Jan 30, 2017, at 10:02 AM, Chris Taylor (chtaylo2) <chtaylo2@cisco.com> wrote:
Hi, I’m trying to build FreeRadius v.3.0.12 on a RHEL6.4 patched to a 6.8 kernel.
make has been erroring at:
Your GCC is probably too old. Try the v3.0.x branch from git. If that doesn't work, try installing a newer version of GCC.
GCC Builds:
[tmp]# gcc -v
gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
Yeah... that's 5 years old. We've moved v3 to using newer C compiler features. They make programming much simpler. Alan DeKok.