This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: GCC 4.x Solaris locale support...
- From: Loren James Rittle <rittle at latour dot labs dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: tscheresky at micron dot com
- Date: Thu, 24 Sep 2009 18:10:06 -0500 (CDT)
- Subject: Re: GCC 4.x Solaris locale support...
- Reply-to: rittle at labs dot mot dot com
Hello Todd,
My best advice: A motivated user or maintainer of *-*-solaris8 will
have to investigate this issue. I have not attempted such a build
since ~2003 but you could use an explicit configuration override:
--enable-clocale=ieee_1003.1-2001 (which may or may not compile on
*-*-solaris8; please report back if this works for you)
If that doesn't work, there is also: --enable-clocale=darwin which
assumes a ~BSD libc and which is the default on both freebsd and
darwin (and which may or may not compile on *-*-solaris8; and may or
may not be useful if it does compile)
Regards,
Loren