This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10456] missing include in string.h


https://sourceware.org/bugzilla/show_bug.cgi?id=10456

Poor Yorick <org.sourceware at pooryorick dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |org.sourceware at pooryorick dot c
                   |                            |om

--- Comment #4 from Poor Yorick <org.sourceware at pooryorick dot com> ---
running a gcc-4.4.1 on Red Hat Enterprise Linux 6 that was compiled on Red-Hat
Enterprise Linux 5 resulted in a situation where gcc used its own modified
versin of the RHEL5 features.h, resulting in the following error:

   #/usr/include/time.h:226: error: expected declaration specifiers or '...'    
   #before '__locale_t 

In this situation, __USE_XOPEN2K8 indeed was unset while __USE_GNU was set.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]