Advertisement
Guest User

Untitled

a guest
May 27th, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | Software | 0 0
  1. when running ./autogen.sh this happens
  2.  
  3. if gcc supports -c -o file.o... (cached) yes
  4. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  5. checking whether -lc should be explicitly linked in... no
  6. checking dynamic linker characteristics... GNU/Linux ld.so
  7. checking how to hardcode library paths into programs... immediate
  8. checking whether stripping libraries is possible... yes
  9. checking if libtool supports shared libraries... yes
  10. checking whether to build shared libraries... yes
  11. checking whether to build static libraries... yes
  12. checking for pkg-config... /usr/bin/pkg-config
  13. checking pkg-config is at least version 0.9.0... yes
  14. checking for libimobiledevice-glue-1.0 >= 1.2.0... no
  15. configure: error: Package requirements (libimobiledevice-glue-1.0 >= 1.2.0) were not met:
  16.  
  17. Package 'libimobiledevice-glue-1.0', required by 'virtual:world', not found
  18.  
  19. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  20. installed software in a non-standard prefix.
  21.  
  22. Alternatively, you may set the environment variables limd_glue_CFLAGS
  23. and limd_glue_LIBS to avoid the need to call pkg-config.
  24. See the pkg-config man page for more details.
  25. user@desktop:~/idevicerestore/libirecovery$ ^C
  26. user@desktop:~/idevicerestore/libirecovery$ ^C
  27. user@desktop:~/idevicerestore/libirecovery$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement