This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: AIX atomicity.h support
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: AIX atomicity.h support
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 26 Sep 2000 23:41:17 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com, Mark Mitchell <mark at codesourcery dot com>, Geoff Keating <geoffk at cygnus dot com>
> Ben> Don't worry about the libio directory right now. Can you jump ahead to the
> Ben> src directory and try to build in that subdir?
>
> I already tried to do that, but complex_io.cc eventually includes
> libio/_G_config.h via c++io.h, so it's back to the same problems.
if you do
make string-inst.o
then you can see if the atomicity.h header is being used correctly.
Sorry if I wasn't clearer.
-benjamin