Skip to content

Instantly share code, notes, and snippets.

@plicease
Created April 17, 2016 15:24
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 plicease/f4527d206be1f79161b762d23e4f7399 to your computer and use it in GitHub Desktop.
Save plicease/f4527d206be1f79161b762d23e4f7399 to your computer and use it in GitHub Desktop.
LD_RUN_PATH="/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib:/usr/lib/x86_64-linux-gnu" clang -L/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib -lMagickCore-6.Q16 -shared -O2 -L/usr/local/lib -fstack-protector-strong -L/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib/5.23.7/x86_64-linux-thread-multi/CORE/ Q16.o -o ../blib/arch/auto/Image/Magick/Q16/Q16.so \
-L/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib -lMagickCore-6.Q16 -lperl -lm \
/usr/bin/ld: /home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib/5.23.7/x86_64-linux-thread-multi/CORE//libperl.a(op.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib/5.23.7/x86_64-linux-thread-multi/CORE//libperl.a: error adding symbols: Bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:475: recipe for target '../blib/arch/auto/Image/Magick/Q16/Q16.so' failed
make[4]: *** [../blib/arch/auto/Image/Magick/Q16/Q16.so] Error 1
make[4]: Leaving directory '/home/ollisg/.cpanm/work/1460905943.6975/Alien-ImageMagick-0.07/_alien/ImageMagick-6.9.3-8/PerlMagick/quantum'
Makefile:543: recipe for target 'subdirs' failed
make[3]: Leaving directory '/home/ollisg/.cpanm/work/1460905943.6975/Alien-ImageMagick-0.07/_alien/ImageMagick-6.9.3-8/PerlMagick'
make[3]: *** [subdirs] Error 2
Makefile:11468: recipe for target 'install-exec-perl' failed
make[2]: *** [install-exec-perl] Error 2
make[2]: Leaving directory '/home/ollisg/.cpanm/work/1460905943.6975/Alien-ImageMagick-0.07/_alien/ImageMagick-6.9.3-8'
Makefile:11261: recipe for target 'install-am' failed
make[1]: Leaving directory '/home/ollisg/.cpanm/work/1460905943.6975/Alien-ImageMagick-0.07/_alien/ImageMagick-6.9.3-8'
make[1]: *** [install-am] Error 2
Makefile:11255: recipe for target 'install' failed
make: *** [install] Error 2
External command (LDFLAGS=-L/home/ollisg/perl5/perlbrew/perls/perl-5.23.7tc/lib/5.23.7/x86_64-linux-thread-multi/CORE/ make install) failed! Error: 512
at ./Build line 59.
Failed
FAIL
! Installing Alien::ImageMagick failed. See /home/ollisg/.cpanm/work/1460905943.6975/build.log for details. Retry with --force to force install it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment