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: CC src/modules/rlm_eap/radeapclient.c gcc.orig: ": No such file or directory gcc.orig: ": No such file or directory <command-line>: warning: missing terminating " character <command-line>: warning: missing terminating " character <command-line>: warning: "IS_MODULE" redefined <command-line>: warning: this is the location of the previous definition <command-line>: warning: missing terminating " character <command-line>: warning: missing terminating " character make: *** [build/objs/src/modules/rlm_eap/radeapclient.lo] Error 1 GCC Builds: [tmp]# gcc -v gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) [tmp]# ls -al /usr/bin/gcc -rwxr-xr-x 1 root root 535 Jun 27 2013 /usr/bin/gcc [tmp]# cc -v gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) [tmp]# ls -al /usr/bin/cc lrwxrwxrwx 1 root root 3 Nov 7 09:01 /usr/bin/cc -> gcc Attached is my configure output and make output. Any ideas on what might be the issue?