Re: Question about gcc linking with dependent dynamic libraries
Re: Question about gcc linking with dependent dynamic libraries
- Subject: Re: Question about gcc linking with dependent dynamic libraries
- From: Jonas Maebe <email@hidden>
- Date: Fri, 10 Nov 2006 16:16:41 +0100
On 10 nov 2006, at 15:15, Rustam Muginov wrote:
I do understand that low-level library is required to launch the
application, but why do linker try to resolve the dependency of
higher level library on lower level library during the build time?
Are where any ways to change this behaviour?
Have a look at the strip -c option, it may do what you want as far as
the low-level library is concerned (although you don't explain why
exactly it is a problem that the linker resolves those symbols).
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden