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

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 that calls itself the function works and links
fine.

Any idea what's the matter?

Thanks
  Danny


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