Erik DUH Olson <[EMAIL PROTECTED]> wrote: > Line 265 ------> #if _FORTIFY_SOURCE > 0 && __GNUC_PREREQ (4, 1) && > __OPTIMIZE__ > 0 [..] > compiler directives?
Yes, they are. That's strange. Either __GNUC_PREREQ or __OPTIMIZE__ is wrongly expanded. Try adding -U_FORTIFY_SOURCE to your compiler invocation (e.g. by adding it to CPPFLAGS Makefile variable). Regards, Sergey _______________________________________________ Help-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-radius
