This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Is -D_XOPEN_SOURCE=500 necessary in gcc/config/sparc/sol2.h?


On Jul 11, 2001, Gerhard Franke <Gerhard.Franke@mni.fh-giessen.de> wrote:

> On Tue, Jul 10, 2001 at 03:45:12PM -0300, Alexandre Oliva wrote:
>> On Jul 10, 2001, Gerhard Franke <Gerhard.Franke@mni.fh-giessen.de> wrote:
 
>> > Can I safely remove the -D_XOPEN_SOURCE=500 or replace it with some
>> > other less offensive defines?
 
>> I'm afraid this would render libstdc++-v3 useless.

> Why this?

It's a known problem in libstdc++-v3.  Currently, it depends on
features and declarations that are only present with this define, on a
number of platforms.  It's in the wishlist to remove this dependence,
but it couldn't be done in time for GCC 3.0.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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