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 troubles


I am still unable to get V3 working on AIX.  I compile everything with
AIX as except ios.cc and string-inst.cc, where I use gas from CVS.
With that I'm able to compile and link this:

#include <iostream.h>

int
main(void)
{
    cout << "Hello!" << endl;
    return 0;
}

But when I run it, it dies in some exception stuff.  Other C++
programs die too the same way, backtrace is included below.  I read
here that V3 can be made work on AIX, maybe I missed some detail how
to get there.  I'm using AIX 4.3.3.

Zoli


#0  0xd017ad28 in raise ()
#1  0xd0174454 in abort ()
#2  0xd257f59c in __default_terminate ()
#3  0xd257f5f4 in __terminate ()
#4  0xd2580b14 in __throw ()
#5  0xd2593890 in _ZSt9use_facetISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale (__loc=@0x0)
    at ../../../../gcc/libstdc++-v3/include/bits/localefwd.h:65393
#6  0xd255db84 in _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E (this=0xf081a99c, __sb=0x20001d58)
    at ../../../../gcc/libstdc++-v3/include/bits/basic_ios.tcc:124
#7  0xd25a2b9c in _ZNSt8ios_base4InitC1Ev (this=0x20001be0)
    at /local/hzoli/egcs-cvs/gcc/libstdc++-v3/include/bits/std_ostream.h:1
#8  0x1000062c in __static_initialization_and_destruction_0 (__initialize_p=0, 
    __priority=0)
    at /.../austin.ibm.com/fs/projects/opensource/test/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/2.97/include/g++/bits/std_ostream.h:65591
#9  0x100006d4 in global constructors keyed to main ()
    at /.../austin.ibm.com/fs/projects/opensource/test/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/2.97/include/g++/bits/std_ostream.h:270
#10 0x10003d60 in _GLOBAL__FI_a_out ()
#11 0xd0181ee0 in mod_init1 ()
#12 0xd0181df4 in __modinit ()
#13 0x1000019c in __start ()


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