This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++-v3 won't build on IRIX 5.2
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libstdc++-v3 won't build on IRIX 5.2
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 6 Feb 2001 14:55:19 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
> I see these macros aren't available on IRIX 6.3 either. Is there any
> reason for not using generic/ctype_base.h, given that most IRIX
> versions don't have these macros available?
No.
> Alternatively, we could probably #ifndef/#define these macros on
> the irix-specific version of ctype_base.h.
Ugh. Don't do this. If you're going down this road, make versioned irix
folders, like solaris.
-benjamin