AIX Status

Mark Mitchell mark@codesourcery.com
Thu Jan 25 02:22:00 GMT 2001


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


More information about the Gcc mailing list