IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Nope. and Update:
If I:

1) rename /usr/lib/libstdc++-etcetcetc
2) recompile the compiler with --enable-static (creates a static libstdc++)
3) move /usr/lib/libstdc++-etcetcetc back to its original name

then the exception handling works. Basically the above forces the linker to use the static libstdc++.a instead of the .so, which it would normally prefer. Now I just have to figure out how to do that without all the rigamarole. :-P

Incidentally, we have done the above on Solaris to get around a similar problem (it's actually worse on Solaris: nothing works at all), but on Solaris we just have to remove the .so and it works fine. On Linux everything is compiled against the .so directly, and ln bitches if it isn't there at runtime.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New such a joy (at least your getting paid I hope) :-)
will work for cash and other incentives [link|http://home.tampabay.rr.com/boxley/resume/Resume.html|skill set]

questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Yep. :-)
I'm the local "blue sky worker", as they like to call me. So, basically it means that I get paid to research lots of different things whether or not they get used.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New used to call that the tiger team, fun stuff
will work for cash and other incentives [link|http://home.tampabay.rr.com/boxley/resume/Resume.html|skill set]

questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
     gcc 2.95.4 .so exception handling bug - (admin) - (8)
         Use the source, Luke! Er, the source site that is. - (Another Scott)
         are you mixing c++ and gcc code and libs? -NT - (boxley) - (6)
             It's all C++. - (admin) - (5)
                 just on the off chance - (boxley) - (4)
                     Nope. and Update: - (admin) - (3)
                         such a joy (at least your getting paid I hope) :-) -NT - (boxley) - (2)
                             Yep. :-) - (admin) - (1)
                                 used to call that the tiger team, fun stuff -NT - (boxley)

It's Zeus. He's taking you away to the Acropolis.
79 ms