Re: Checking for unresolved symbols at link time
Re: Checking for unresolved symbols at link time
- Subject: Re: Checking for unresolved symbols at link time
- From: Paul Russell <email@hidden>
- Date: Mon, 21 Mar 2005 15:54:52 +0000
You're probably building using the Development build style which has
ZeroLink enabled by default. Either turn off ZeroLink explicitly or
switch to the Deployment build style and you'll get link errors at
build time rather than at run-time.
Paul
On 21 Mar 2005, at 14:30, email@hidden wrote:
Hi all,
My XCode project features a Darwin library target, and a terminal
executable that links with the library and various other libraries.
As far as I checked, the linker does not check at all for unresolved
symbol while linking.
For example, If I define the signature of a foo() function in the
header
of my library, do not implement this function, and call it within the
executable...
Then the compilation(in the development build style) is successful,
and I
get an error only at run time.
I am very surprised !
What is wrong ? What should I do ?
I run the latest version of mac os X, Xcode, etc.
Thx in advance
Nicolas
_______________________________________________
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
_______________________________________________
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