Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 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 -I/home/john/download/static_prefix/include -static -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.i73hy95l.o /tmp/ffconf.SekjMUFY.c
  2. gcc -L/home/john/download/static_prefix/lib -static -Wl,--as-needed -o /tmp/ffconf.varVdXgq /tmp/ffconf.i73hy95l.o -lm -lbz2 -lz -pthread
  3. check_pkg_config libmfx mfx/mfxvideo.h MFXInit
  4. pkg-config --exists --print-errors libmfx
  5. check_func_headers mfx/mfxvideo.h MFXInit -I/home/john/download/static_prefix/include -L/home/john/download/static_prefix/lib -lmfx -lstdc++ -ldl -lva-drm -lva -lva-x11 -lva
  6. check_ld -I/home/john/download/static_prefix/include -L/home/john/download/static_prefix/lib -lmfx -lstdc++ -ldl -lva-drm -lva -lva-x11 -lva
  7. check_cc -I/home/john/download/static_prefix/include -L/home/john/download/static_prefix/lib
  8. BEGIN /tmp/ffconf.SekjMUFY.c
  9. 1 #include <mfx/mfxvideo.h>
  10. 2 long check_MFXInit(void) { return (long) MFXInit; }
  11. 3 int main(void) { return 0; }
  12. END /tmp/ffconf.SekjMUFY.c
  13. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/john/download/static_prefix/include -static -std=c99 -fomit-frame-pointer -pthread -I/home/john/download/static_prefix/include -L/home/john/download/static_prefix/lib -c -o /tmp/ffconf.i73hy95l.o /tmp/ffconf.SekjMUFY.c
  14. gcc -L/home/john/download/static_prefix/lib -static -Wl,--as-needed -I/home/john/download/static_prefix/include -L/home/john/download/static_prefix/lib -o /tmp/ffconf.varVdXgq /tmp/ffconf.i73hy95l.o -lmfx -lstdc++ -ldl -lva-drm -lva -lva-x11 -lva -lm -lbz2 -lz -pthread
  15. /home/john/download/static_prefix/lib/libmfx.a(libmfx_la-mfx_load_dll_linux.o): In function `MFX::mfx_dll_load(char const*)':
  16. /home/john/.custom.software/src/mfx_dispatch/build_tmp/../src/mfx_load_dll_linux.cpp:159: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  17. /home/john/download/static_prefix/lib/libva-drm.a(va_drm.o): In function `va_DisplayContextGetDriverName':
  18. va_drm.c:(.text+0xee): undefined reference to `drmGetMagic'
  19. /home/john/download/static_prefix/lib/libva-drm.a(va_drm_auth.o): In function `va_drm_is_authenticated':
  20. va_drm_auth.c:(.text+0x6c): undefined reference to `drmGetClient'
  21. /home/john/download/static_prefix/lib/libva-drm.a(va_drm_auth.o): In function `va_drm_authenticate':
  22. va_drm_auth.c:(.text+0xf3): undefined reference to `drmAuthMagic'
  23. /home/john/download/static_prefix/lib/libva-drm.a(va_drm_auth_x11.o): In function `get_symbol':
  24. va_drm_auth_x11.c:(.text+0x1d): undefined reference to `dlerror'
  25. va_drm_auth_x11.c:(.text+0x39): undefined reference to `dlerror'
  26. /home/john/download/static_prefix/lib/libva-drm.a(va_drm_utils.o): In function `VA_DRM_GetDriverName':
  27. va_drm_utils.c:(.text+0x53): undefined reference to `drmGetVersion'
  28. va_drm_utils.c:(.text+0xcc): undefined reference to `drmFreeVersion'
  29. /home/john/download/static_prefix/lib/libva-drm.a(va_drm_utils.o): In function `VA_DRM_IsRenderNodeFd':
  30. va_drm_utils.c:(.text+0x17b): undefined reference to `drmGetDeviceNameFromFd'
  31. /home/john/download/static_prefix/lib/libva.a(va.o): In function `va_openDriver':
  32. va.c:(.text+0x879): undefined reference to `dlerror'
  33. collect2: error: ld returned 1 exit status
  34. ERROR: libmfx not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement