Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: arm-gp2x-linux-gcc - Cross Compiling GNU GCC targeted at arm-gp2x-linux https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242206 ------- Additional Comments From kevin@xxxxxxxxxxxxxxxx 2007-07-30 19:08 EST ------- I built glibc now and built a non-bootstrap GCC against it. C works, but C++ chokes on this simple program: #include <iostream> int main(void) { std::cout << "Hello World!" << std::endl; return 0; } This compiles fine with the native g++, but arm-gp2x-linux-g++ gives me tons of undefined references to `_Unwind_SjLj_Register', `_Unwind_SjLj_Unregister' and`_Unwind_SjLj_Resume'. -fno-exceptions doesn't help. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review