Re: trying to compile with clock_settime(...)
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 21:38:02 +0100
jchludzinski@xxxxxxxxx wrote:
Trying to compile using clock_settime(...) [in time.h] but get: "undefined reference to `clock_settime'". Looking at time.h I see the declaration is sandwiched between:
#ifdef __USE_POSIX199309 ... #endif
so I tried: gcc -D__USE_POSIX199309 to no avail.
Any suggestions?
---John
PS> I don't know if this is the proper group for this posting but I had to start somewhere.
This is not the right group since we only deal with C not with system specific extension be they POSIX, Windows or CPM. Might I suggest comp.unix.programmer after reading their FAQ or possibly one of the GNU mailing lists?
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
.
- References:
- trying to compile with clock_settime(...)
- From: jchludzinski@xxxxxxxxx
- trying to compile with clock_settime(...)
- Prev by Date: Re: A[x][y][z]
- Next by Date: Re: trying to compile with clock_settime(...)
- Previous by thread: Re: trying to compile with clock_settime(...)
- Next by thread: Re: trying to compile with clock_settime(...)
- Index(es):
Relevant Pages
|