This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 static data in classes vs AIX
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: V3 static data in classes vs AIX
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 31 May 2001 11:48:33 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>
> If I manually remove the common symbol in the application and
> allow it to use the library definition, everything works.
Ok.
> I assume that this is another case where SVR4 uses weak symbols to
> define a single, global instance -- a feature which AIX does not yet have.
> Can locale::id be made global?
No. But, there's got to be a way to rig the headers so that the library
definitions are used.
What are the exact symbols?
-benjamin