gcc issue

Kevin Kofler kevin.kofler at chello.at
Wed Feb 4 16:17:46 UTC 2009


Steve wrote:
> I had tried putting #define __USE_GNU in the code but that didn't make any
> difference.

You need to #define _GNU_SOURCE, not __USE_GNU. glibc #undefs all the
__USE_* macros, then #defines them based on the _*_SOURCE macros you used.

        Kevin Kofler




More information about the fedora-list mailing list