This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: gcc3.2 coredump in exception handling


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


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