gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undefined symbol "__Unwind_Resume"


From: Andrew Pinski
Subject: Re: Undefined symbol "__Unwind_Resume"
Date: Sat, 13 May 2006 15:03:36 -0700


On May 13, 2006, at 2:59 PM, Oliver Langer wrote:

Hi,

i got stock on an linker problem and maybe someone can help me...:
On my OS X 10.4 box using gcc-4.0.1 my linker tells me
  "ld: Undefined symbols:
__Unwind_Resume"

I am using the following gcc-params: "-prebind -dynamiclib - lpthread -lstdc++" and i am compiling c++ sources.

You should be linking with g++ or add -fexceptions.

-- Pinski





reply via email to

[Prev in Thread] Current Thread [Next in Thread]