Skip to content

Instantly share code, notes, and snippets.

@leedo
Created May 17, 2015 14:04
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 leedo/b237669f1e6ad88dc92a to your computer and use it in GitHub Desktop.
Save leedo/b237669f1e6ad88dc92a to your computer and use it in GitHub Desktop.
leedo@zaphod:~/src/Inline-Perl5 (master)$ perl6 configure.pl6
gcc -Wall p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o lib/Inline/p5helper.so -fPIC -g
/usr/bin/ld: /home/leedo/.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/leedo/.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 'lib/Inline/p5helper.so' failed
make: *** [lib/Inline/p5helper.so] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment