Checking for unresolved symbols at link time
Checking for unresolved symbols at link time
- Subject: Checking for unresolved symbols at link time
- From: email@hidden
- Date: Mon, 21 Mar 2005 15:30:34 +0100 (CET)
- Importance: Normal
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