Skip to content

Instantly share code, notes, and snippets.

@exodist
Created November 20, 2016 16:57
Show Gist options
  • Save exodist/8222492ddbb5a83248e86b6f3dae4594 to your computer and use it in GitHub Desktop.
Save exodist/8222492ddbb5a83248e86b6f3dae4594 to your computer and use it in GitHub Desktop.
./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