Hi,

I am running ActiveState Perl v.5.6.1 build 626 on Win2000.
I have downloaded the Time::HiRes module v.1.20 from CPAN and I am having
trouble compiling it.

I downloaded nmake... and I have tried to run:
perl Makefile.PL
nmake
nmake test
nmake install

The nmake command fails with fatal error U1077 and my perl script comes with
the error
Can't locate loadable object for module Time::HiRes in @INC (@INC contains:
D:/P
rogram Files/Perl/lib D:/Program Files/Perl/site/lib .) at timediff.pl line
3
Compilation failed in require at timediff.pl line 3.
BEGIN failed--compilation aborted at timediff.pl line 3.

However, after looking at resources further... it seems that since there is
a HiRes.xs file, I have to compile the module in MS VC++ 6.0.  I can't seem
to get this to work.  How do I compile a file with .xs extension?

Any help would be appreciated.

Aziz



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to