Re: linking with real-time extensions
Re: linking with real-time extensions
- Subject: Re: linking with real-time extensions
- From: Chris Hanson <email@hidden>
- Date: Fri, 25 Apr 2008 20:14:25 -0700
On Apr 25, 2008, at 1:54 PM, Arindam Mallik wrote:
I am trying to create a binary which needs real time libraries (-
lrt option in gcc) during linking.
This is not an option to GCC; it tells GCC to link with a library
named "rt."
Since there is no such library, you need to determine in some other
way whether the POSIX realtime extensions you need are supported on
Mac OS X. What APIs do you specifically need? You should be able to
tell via "apropos" whether they are available.
You'll probably also be best off asking something like that on the
unix-porting mailing list, as its purpose is to help developers port
code from other Unix and Unix-like systems to Mac OS X.
-- Chris
_______________________________________________
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