Subject: | Slash missing in path |
Environment: solaris9 32bit, solaris bundled perl package v5.6.1, with perlgcc, bash shell.
In the capture below notice the "/sun4-solaris-64intConfig.pm" - the slash is missing between 64int and Config.pm
sparky# /usr/perl5/5.6.1/bin/perlgcc Makefile.PL
Configuring Time::HiRes...
Using hints hints/solaris.pl...
Extra libraries: -lrt...
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.
Checking if your kit is complete...
Looks good
Processing hints file hints/solaris.pl
WARNING: Setting ABSTRACT via file 'HiRes.pm' failed
Writing Makefile for Time::HiRes
Now you may issue 'make'. Do not forget also 'make test'.
sparky# make
make: *** No rule to make target `/usr/perl5/5.6.1/lib/sun4-solaris-64intConfig.pm', needed by `Makefile'. Stop.
sparky#