Bhanu Prasad wrote:
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
I believe that it's just part of the NOTE -> "...get an error like this...", if you did get that error the you can set do the following; display your LANG setting with "locale", if it is not C, then set it (in bourne or BASH) "LC_ALL=C; export LC_ALL"

Hope that helps,

Craig
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to