[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem compiling libobjc2 on pcbsd 9.1
From: |
David Chisnall |
Subject: |
Re: Problem compiling libobjc2 on pcbsd 9.1 |
Date: |
Wed, 26 Jun 2013 08:53:39 +0100 |
On 25 Jun 2013, at 23:54, Stephen Woolerton <sdw@shineonline.co.nz> wrote:
> /usr/local/lib/libobjc.so: undefined reference to `__gcc_personality_v0'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_RaiseException'
> /usr/local/lib/libobjc.so: undefined reference to
> `_Unwind_GetLanguageSpecificData'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_Resume'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetTextRelBase'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetIP'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetDataRelBase'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetRegionStart'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetGR'
> /usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetIP'
This is a very strange error. These should be defined by libgcc_s.so. Can you
check that it is being linked (ldd /usr/local/lib/libobjc.so) ?
David
-- Sent from my brain
- Problem compiling libobjc2 on pcbsd 9.1, Stephen Woolerton, 2013/06/22
- Re: Problem compiling libobjc2 on pcbsd 9.1, David Chisnall, 2013/06/22
- Re: Problem compiling libobjc2 on pcbsd 9.1, Stephen Woolerton, 2013/06/24
- Re: Problem compiling libobjc2 on pcbsd 9.1, David Chisnall, 2013/06/24
- Re: Problem compiling libobjc2 on pcbsd 9.1, Stephen Woolerton, 2013/06/25
- Re: Problem compiling libobjc2 on pcbsd 9.1,
David Chisnall <=
- Re: Problem compiling libobjc2 on pcbsd 9.1, Stephen Woolerton, 2013/06/26
- Re: Problem compiling libobjc2 on pcbsd 9.1, David Chisnall, 2013/06/26
- Re: Problem compiling libobjc2 on pcbsd 9.1, Stephen Woolerton, 2013/06/27
- Re: Problem compiling libobjc2 on pcbsd 9.1, David Chisnall, 2013/06/28