This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
recursion ok?
- From: danny <danny at 3rdplanetsoftware dot com>
- To: gcc gnu <gcc-help at gcc dot gnu dot org>
- Date: Tue, 23 Jul 2002 15:56:38 -0700
- Subject: recursion ok?
Hey Now Gcc People,
I'm writing a recursive function and i'm getting this error when
linking.
xxx.cpp(.eh_frame+0x11): undefined reference to '__gxx_personality_v0'
If I leave out the line of code that calls itself the function works and
links
fine.
Any idea what's the matter? Is there some linking param I should know
about? I'm going to try and right the old factorial as a test to c if
that will link ok.
Well this is the second time I e-mailed this. The first time I got no
response. I'm not sure weather my email got lost or if no one ever saw
this before.
:-) :-)
Thanks
Danny