> On Jan 21, 2015, at 1:02 AM, Matthias Klose <d...@ubuntu.com> wrote:
> 
> __objc_get_forward_imp and get_imp were exported in libobjc since GCC 4.1, for
> some reason these are not exported anymore in GCC 5 (both declared inline).  
> So
> either export these as before, or don't export them and bump the soname.  The
> latter seems to be unwanted, and at least gnustep-base is using the get_imp
> function.  So better keep the references in GCC 5?
> 
> Is this an intended change in GCC 5 to not to export inline methods anymore?

Just remove the inline instead. 

Thanks,
Andrew

> 
>  Matthias
> 
> <libobjc-extern-inline.diff>

Reply via email to