Re: Link error for mach_absolute_time()
Re: Link error for mach_absolute_time()
- Subject: Re: Link error for mach_absolute_time()
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 23 Oct 2007 13:26:47 +0200
Try this command in the terminal:
nm '/your/sdk/root'/usr/lib/libSystem.dylib | grep mach_absolute_time
If you see something like this ("addr T symbol_name") 9002adf0 T _mach_absolute_time
then the symbol is exported and that's probably a parameter error in you linker invocation or an error in your code.
Le 23 oct. 07 à 11:31, Dirk Stegemann (Mailing-Lists) a écrit : mach_absolute_time
|
_______________________________________________
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