This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AIX Status



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]