This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/24649] Hello world c++ prog core dumps when configured with /usr/ccs/bin/as



------- Comment #9 from steve at telxio dot com  2005-11-03 23:15 -------
The problem lies in the file:
/opt/utsi/test/R500/opt/utsi/lib/libstdc++.so.6.0.3

If I compile the program with gcc-3.4.3 --without-gnu-as, the executable fails.

I then install the libstdc++ library from the config --with-gnu-as, the
executable now runs correctly.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24649


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