same here
[root@svr01:/home/Time-HiRes-1.59]>LC_ALL="C"; perl Makefile.PL
Configuring Time::HiRes...
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and setitimer).
Looking for ualarm()... NOT found.
But you have setitimer().
We can make a Time::HiRes::ualarm().
Looking for usleep()... found.
Looking for nanosleep()... found.
You can mix subsecond sleeps with signals.
Writing Makefile for Time::HiRes
Now you may issue 'make'. Do not forget also 'make test'.
NOTE: if you get an error like this (the line number may vary):
Makefile:91: *** missing separator
then set the environment variable LC_ALL to "C" and retry
from scratch (re-run perl "Makefile.PL").
[guest - Sun Apr 18 08:00:48 2004]:
Show quoted text> [JHI - Wed Apr 7 05:45:55 2004]:
>
> > You must change the environment variable LC_ALL to "C" *before*
> > (re)running the "perl
> > Makefile.PL" command.
>
> I've done everything as indicated and it's still not working.