sroller

x264 linker error

Apr 9th, 2018
235
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o input/avs.o filters/video/cache-8.o filters/video/depth-8.o input/thread-8.o filters/video/cache-10.o filters/video/depth-10.o input/thread-10.o libx264.a -ldl -m64 -lm -lpthread -ldl
  2. /usr/bin/ld: libx264.a(cabac-a-8.o): relocation R_X86_64_32 against hidden symbol `x264_8_coeff_last16_sse2' can not be used when making a shared object
  3. /usr/bin/ld: libx264.a(quant-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pb_01' can not be used when making a shared object
  4. /usr/bin/ld: libx264.a(cabac-a-10.o): relocation R_X86_64_32 against hidden symbol `x264_10_coeff_last16_sse2' can not be used when making a shared object
  5. /usr/bin/ld: libx264.a(quant-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pd_1' can not be used when making a shared object
  6. /usr/bin/ld: libx264.a(dct-64-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_hsub_mul' can not be used when making a shared object
  7. /usr/bin/ld: libx264.a(trellis-64-8.o): relocation R_X86_64_32S against symbol `x264_cabac_entropy' can not be used when making a shared object; recompile with -fPIC
  8. /usr/bin/ld: libx264.a(dct-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pw_8000' can not be used when making a shared object
  9. /usr/bin/ld: libx264.a(deblock-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pb_1' can not be used when making a shared object
  10. /usr/bin/ld: libx264.a(mc-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pw_64' can not be used when making a shared object
  11. /usr/bin/ld: libx264.a(mc-a2-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pw_32' can not be used when making a shared object
  12. /usr/bin/ld: libx264.a(pixel-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pw_00ff' can not be used when making a shared object
  13. /usr/bin/ld: libx264.a(predict-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pb_1' can not be used when making a shared object
  14. /usr/bin/ld: libx264.a(sad-a-8.o): relocation R_X86_64_32S against hidden symbol `x264_8_pw_8' can not be used when making a shared object
  15. /usr/bin/ld: libx264.a(dct-64-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pd_32' can not be used when making a shared object
  16. /usr/bin/ld: libx264.a(trellis-64-10.o): relocation R_X86_64_32S against symbol `x264_cabac_entropy' can not be used when making a shared object; recompile with -fPIC
  17. /usr/bin/ld: libx264.a(dct-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pd_1' can not be used when making a shared object
  18. /usr/bin/ld: libx264.a(deblock-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pw_4' can not be used when making a shared object
  19. /usr/bin/ld: libx264.a(mc-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pd_32' can not be used when making a shared object
  20. /usr/bin/ld: libx264.a(mc-a2-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pw_pixel_max' can not be used when making a shared object
  21. /usr/bin/ld: libx264.a(pixel-a-10.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  22. /usr/bin/ld: libx264.a(predict-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pw_1' can not be used when making a shared object
  23. /usr/bin/ld: libx264.a(sad16-a-10.o): relocation R_X86_64_32S against hidden symbol `x264_10_pw_1' can not be used when making a shared object
  24. /usr/bin/ld: final link failed: Nonrepresentable section on output
  25. collect2: error: ld returned 1 exit status
  26. Makefile:263: recipe for target 'x264' failed
  27. make: *** [x264] Error 1
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×