Re: Ayuda gnu radius --with-included-argp
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
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