[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installation of GNUstep Gui failed on Mac OS 10.4.2
From: |
Adam Fedor |
Subject: |
Re: Installation of GNUstep Gui failed on Mac OS 10.4.2 |
Date: |
Wed, 21 Sep 2005 08:22:41 -0600 |
On 2005-09-21 03:14:52 -0600 Quentin Mathé <gnustep-quentin@club-internet.fr>
wrote:
>
> The strange thing is I'm observing a bunch of warnings when linking against
> -base occurs, for example with autogsdoc :
> Compiling file AGSHtml.m ...
> Linking tool autogsdoc ...
> /usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may
> result in errors or different symbols being used
> symbol __objcInit used from dynamic library /gcc401/lib/libobjc-gnu.
> 1.dylib(linking.o) not from earlier dynamic library /usr/lib/
> libobjc.A.dylib(libobjc.ppc.o)
I think because $(RUNTIME_FLAGS) needs to be used everywhere, but it is not. I
fixed it for libraries, but I guess I have to look at tools and apps as well.