solaris 2.8 & 20030530 snapshot & nanosleep

maf@tkrat.org maf@tkrat.org
Wed, 2 Jul 2003 16:43:29 +0200 (CEST)


On 30 Jun, Diab Jerius wrote:
> Solaris 2.8 requires linking ratatosk2.2.so against -lrt in order to
> resolve nanosleep() (called by ratSender.c).  I've accomplished this via
> brute force means (adding it to the link line creating the library); 
> is there a means of getting configure to figure this out?

I'll replace the call to nanosleep with calls to usleep instead. This
should fix the problem.

	/MaF