gcc3.2 coredump in exception handling
Phil Edwards
phil@jaj.com
Thu Apr 24 18:56:00 GMT 2003
On Thu, Apr 24, 2003 at 02:52:42PM -0400, Shen Wu wrote:
> libsub.so:
> g++ -g -Wall -c -o sub.o sub.cpp
> g++ -shared -o libsub.so sub.o
For starters, see "Things that only look like bugs":
http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#4_4_dlsym
and fix your makefile flags. That may or may not be enough, but it should
get you farther along.
--
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace. We seek
not your counsel, nor your arms. Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen. - Samuel Adams
More information about the Libstdc++
mailing list