I am attempting to compile the Time::HiRes module on a Redhat Linux 5.2 system running Perl version 5.004_04 doing perl makefile.PL seems to go okay apart from the fact my system lacks ualarm but it assures me it will cope:
However when I then issue the make command it fails due to not finding NV in typemap
Could someone please assist?
Code:
Configuring...
Looking for gettimeofday()...
You have gettimeofday().
Looking for setitimer()...
You have setitimer().
Looking for getitimer()...
You have getitimer().
You have interval timers.
Looking for ualarm()...
/tmp/cca047511.o: In function `main':
/tmp/cca047511.o(.text+0x8): undefined reference to `ualarm'
Whoops! No ualarm()!
We'll manage.
Looking for usleep()...
You have usleep().
Writing Makefile for Time::HiRes
However when I then issue the make command it fails due to not finding NV in typemap
Code:
Error: 'NV' not in typemap in HiRes.xs, line 596
Error: 'NV' not in typemap in HiRes.xs, line 623
Error: 'NV' not in typemap in HiRes.xs, line 649
Error: 'NV' not in typemap in HiRes.xs, line 669
Error: 'NV' not in typemap in HiRes.xs, line 670
Error: 'NV' not in typemap in HiRes.xs, line 678
.. etc
Could someone please assist?