Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/local/include -I/home/dexter/Downloads/mfx_dispatch -L/usr/local/lib /usr/local/lib/libmfx.a -c -o /tmp/ffconf.dEsnE4RI.o /tmp/ffconf.K5w0Sowm.c
  2. gcc: warning: /usr/local/lib/libmfx.a: linker input file unused because linking not done
  3. gcc -Wl,--as-needed -Wl,-z,noexecstack -I/usr/local/include -I/home/dexter/Downloads/mfx_dispatch -L/usr/local/lib /usr/local/lib/libmfx.a -o /tmp/ffconf.f90ElZ0e /tmp/ffconf.dEsnE4RI.o -lsupc++ -lm -pthread
  4. /tmp/ffconf.dEsnE4RI.o: In function `check_MFXInit':
  5. ffconf.K5w0Sowm.c:(.text+0x1): undefined reference to `MFXInit'
  6. collect2: error: ld returned 1 exit status
  7. ERROR: libmfx not found using pkg-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement