Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Making all in pattern-matcher
  2. make[4]: Entering directory `/tmp/yaourt-tmp-killajoe/aur-faumachine/src/faumachine-20110812/lib/pattern-matcher'
  3. gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wuninitialized -Wunknown-pragmas -Wstrict-aliasing -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wredundant-decls -Wno-pointer-sign -I../../lib -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 -I/usr/include/libpng12 -g -O2 --no-stack-protector -fstrict-aliasing -L/usr/lib -L/usr/local/lib -o screen_split screen_split-screen_split.o screen_split-glue-png.o screen_split-glue-log.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng12
  4. /usr/bin/ld: screen_split-glue-png.o: undefined reference to symbol 'png_set_longjmp_fn@@PNG14_0'
  5. /usr/bin/ld: note: 'png_set_longjmp_fn@@PNG14_0' is defined in DSO /usr/lib/libpng14.so.14 so try adding it to the linker command line
  6. /usr/lib/libpng14.so.14: could not read symbols: Invalid operation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement