On Monday, May 27, 2013 14:00 CEST, David Chisnall 
<[email protected]> wrote: 
 
> On 27 May 2013, at 12:56, "Sebastian Reitenbach" 
> <[email protected]> wrote:
> 
> > When I remove the inline before that, then libWebObjects can resolve the 
> > symbols. Since its compiled with -O0, I think the compiler should not 
> > inline those functions?
> 
> This looks like it's relying on gnu89 behaviour for inlines.  Try adding 
> -fgnu89-inline and see if that fixes it.  If it does, add static in front of 
> inline to fix the code.

The -fgnu89-inline helps indeed, and putting static in front of it, without 
that flag too.

Many thanks,
Sebastian

> 
> David
> 
 
 
 
 


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to