> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 31, 2008 2:23 PM
> To: sqlite-users@sqlite.org; [EMAIL PROTECTED]
> Subject: Re: [sqlite] Solaris make test compilation error
> 
> Ken <[EMAIL PROTECTED]> wrote:
> > Solaris 5.8 (solars 8)
> > make test
> >
> > Undefined                       first referenced
> >  symbol                             in file
> > sched_yield                         /var/tmp//cckDMcyL.o
> > ld: fatal: Symbol referencing errors. No output written to
> .libs/testfixture
> > collect2: ld returned 1 exit status
> > make: *** [testfixture] Error 1
> >
> 
> So how does a thread yield its timeslice on solaris?

sched_yield is there, it just needs -lrt as it is considered part of the
"Realtime Library Functions" according to its manpage.

-- James

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to