• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Checking for unresolved symbols at link time
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Checking for unresolved symbols at link time (From: email@hidden)

  • Prev by Date: Re: Browsing C functions in X-Code?
  • Next by Date: Re: Generating finder version info
  • Previous by thread: Checking for unresolved symbols at link time
  • Next by thread: re: Checking for unresolved symbols at link time
  • Index(es):
    • Date
    • Thread