Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. /usr/bin/ld: libx264.a(cabac-a.o): relocation R_X86_64_32S against symbol `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC
  2. /usr/bin/ld: libx264.a(quant-a.o): relocation R_X86_64_32S against hidden symbol `x264_pb_01' can not be used when making a shared object
  3. /usr/bin/ld: libx264.a(dct-a.o): relocation R_X86_64_32S against hidden symbol `x264_pw_8000' can not be used when making a shared object
  4. /usr/bin/ld: libx264.a(deblock-a.o): relocation R_X86_64_32S against hidden symbol `x264_pb_1' can not be used when making a shared object
  5. /usr/bin/ld: libx264.a(mc-a.o): relocation R_X86_64_32S against hidden symbol `x264_pw_64' can not be used when making a shared object
  6. /usr/bin/ld: libx264.a(mc-a2.o): relocation R_X86_64_32S against hidden symbol `x264_pw_32' can not be used when making a shared object
  7. /usr/bin/ld: libx264.a(pixel-a.o): relocation R_X86_64_32S against hidden symbol `x264_pw_00ff' can not be used when making a shared object
  8. /usr/bin/ld: libx264.a(predict-a.o): relocation R_X86_64_32S against hidden symbol `x264_pb_1' can not be used when making a shared object
  9. /usr/bin/ld: libx264.a(dct-64.o): relocation R_X86_64_32S against hidden symbol `x264_hsub_mul' can not be used when making a shared object
  10. /usr/bin/ld: libx264.a(sad-a.o): relocation R_X86_64_32S against hidden symbol `x264_pw_8' can not be used when making a shared object
  11. /usr/bin/ld: libx264.a(trellis-64.o): relocation R_X86_64_32S against symbol `x264_cabac_entropy' can not be used when making a shared object; recompile with -fPIC
  12. /usr/bin/ld: final link failed: Nonrepresentable section on output
  13. collect2: error: ld returned 1 exit status
  14. Makefile:202: recipe for target 'x264' failed
  15. make: *** [x264] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement