Created
November 20, 2016 16:57
-
-
Save exodist/8222492ddbb5a83248e86b6f3dae4594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Makefile.PL: The "xdefine" exists, skipping the configure step. | |
("/home/exodist/projects/perl/miniperl Makefile.PL --configure" to force the configure step) | |
Warning: No Makefile! | |
make[1]: Entering directory '/home/exodist/projects/perl/dist/Time-HiRes' | |
make[1]: *** No rule to make target 'all'. Stop. | |
make[1]: Leaving directory '/home/exodist/projects/perl/dist/Time-HiRes' | |
make[1]: Entering directory '/home/exodist/projects/perl/dist/Time-HiRes' | |
make[1]: *** No rule to make target 'all'. Stop. | |
make[1]: Leaving directory '/home/exodist/projects/perl/dist/Time-HiRes' | |
Unsuccessful make(dist/Time-HiRes): code=512 at make_ext.pl line 569. | |
make: *** [makefile:600: lib/auto/Time/HiRes/HiRes.so] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment