This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
AIX Status
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: AIX Status
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Thu, 25 Jan 2001 02:28:20 -0800
- Cc: gcc at gcc dot gnu dot org, Benjamin Kosnik <bkoz at nabi dot net>
- Organization: CodeSourcery, LLC
I am now able to build V3, and link programs with it.
As you mentioned, you have to use GNU as to get a libstdc++ that `nm'
can process.
However, no use of C++ I/O seems to work. For example:
include <iostream.h>
int main () {
cerr << "Hello, world.\n";
}
produces no output, suggesting that the V3 initializers are not being
run.
David, is there a `truss' or `strace' equivalent on AIX that you can
use to actually see what system calls are being made?
Benjamin, did you get a chance to look at the patch I sent you to do
placement-new initialization?
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com