Hi I got a problem while installing the Time::HiRes
module in my Linux Machine
i get an error while creating the makefile as
below
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()... found. 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. Please tell me how can i solve the problem and how
to change the LC_ALL to "C".
thanks
Bhanu Prasad
|
- Re: [Perl-unix-users] An Error while installing the Time-H... Bhanu Prasad
- Re: [Perl-unix-users] An Error while installing the T... Craig B. Nakata