Re: trying to compile with clock_settime(...)
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Thu, 29 Sep 2005 20:38:53 GMT
"jchludzinski@xxxxxxxxx" <jchludzinski@xxxxxxxxx> writes:
> 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.
Try comp.unix.programmer.
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- References:
- trying to compile with clock_settime(...)
- From: jchludzinski@xxxxxxxxx
- trying to compile with clock_settime(...)
- Prev by Date: Re: trying to compile with clock_settime(...)
- Next by Date: Re: RAND between 0 and 1
- Previous by thread: Re: trying to compile with clock_settime(...)
- Next by thread: Re: I think I'm gonna cry. (or newby problems with simple string function)
- Index(es):
Relevant Pages
|