Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created May 9, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/390b6c6ecbc9ac39f6d3 to your computer and use it in GitHub Desktop.
Save tadzik/390b6c6ecbc9ac39f6d3 to your computer and use it in GitHub Desktop.
gcc -Wall p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o /home/tadzik/src/github.com/perl6-community-modules/uri/.panda-work/1431179775_2/blib/lib/Inline/p5helper.so -fPIC -g
/usr/bin/ld: /home/tadzik/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/CORE/libperl.a(op.o): relocation R_X86_64_32S against `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC
/home/tadzik/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/CORE/libperl.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:6: recipe for target '/home/tadzik/src/github.com/perl6-community-modules/uri/.panda-work/1431179775_2/blib/lib/Inline/p5helper.so' failed
make: *** [/home/tadzik/src/github.com/perl6-community-modules/uri/.panda-work/1431179775_2/blib/lib/Inline/p5helper.so] Error 1
Compiling lib/Inline/Perl5.pm6 to mbc
==> Testing Inline::Perl5
===SORRY!===
unable to find Inline/p5helper.so IN @*INC
t/autoload.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment