Guest User

Untitled

a guest
Feb 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Cloning into /home/frank/Builds/zathura-pdf-mupdf-git/src/zathura-pdf-mupdf-build...
  2. done.
  3. pdf build options:
  4. CFLAGS = -march=amdfam10 -mabm -funroll-all-loops -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -DHAVE_CAIRO
  5. LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
  6. DFLAGS = -g
  7. CC = cc
  8. CC pdf.c
  9. LD pdf
  10. /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib/libmupdf.a(pdf_page.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  11. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib/libmupdf.a: could not read symbols: Bad value
  12. collect2: ld returned 1 exit status
  13. make: *** [pdf] Error 1
  14. ==> ERROR: A failure occurred in build().
  15. Aborting...
Add Comment
Please, Sign In to add comment