Advertisement
drinfernoo

Untitled

Dec 13th, 2022
1,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.04 KB | None | 0 0
  1. encoding.c:(.text+0x3140): undefined reference to `libiconv_open'
  2. encoding.c:(.text+0x315d): undefined reference to `libiconv_open'
  3. encoding.c:(.text+0x3181): undefined reference to `libiconv_open'
  4. encoding.c:(.text+0x31a5): undefined reference to `libiconv_open'
  5. encoding.c:(.text+0x31f0): undefined reference to `libiconv_close'
  6. encoding.c:(.text+0x31ff): undefined reference to `libiconv_close'
  7. /home/david/hmmc/tools/depends/native/gettext/x86_64-linux-native/gettext-tools/gnulib-lib/.libs/libgettextlib.a(libxml_rpl_la-encoding.o): In function `xmlIconvWrapper':
  8. encoding.c:(.text+0x33cc): undefined reference to `libiconv'
  9. /home/david/hmmc/tools/depends/native/gettext/x86_64-linux-native/gettext-tools/gnulib-lib/.libs/libgettextlib.a(libxml_rpl_la-encoding.o): In function `xmlCharEncCloseFunc':
  10. encoding.c:(.text+0x4cb6): undefined reference to `libiconv_close'
  11. encoding.c:(.text+0x4cea): undefined reference to `libiconv_close'
  12. collect2: error: ld returned 1 exit status
  13. Makefile:2765: recipe for target 'msgfmt' failed
  14. make[5]: *** [msgfmt] Error 1
  15. make[5]: Leaving directory '/home/david/hmmc/tools/depends/native/gettext/x86_64-linux-native/gettext-tools/src'
  16. Makefile:3600: recipe for target 'install' failed
  17. make[4]: *** [install] Error 2
  18. make[4]: Leaving directory '/home/david/hmmc/tools/depends/native/gettext/x86_64-linux-native/gettext-tools/src'
  19. Makefile:2026: recipe for target 'install-recursive' failed
  20. make[3]: *** [install-recursive] Error 1
  21. make[3]: Leaving directory '/home/david/hmmc/tools/depends/native/gettext/x86_64-linux-native/gettext-tools'
  22. Makefile:44: recipe for target '.installed-x86_64-linux-native' failed
  23. make[2]: *** [.installed-x86_64-linux-native] Error 2
  24. make[2]: Leaving directory '/home/david/hmmc/tools/depends/native/gettext'
  25. Makefile:68: recipe for target 'gettext' failed
  26. make[1]: *** [gettext] Error 2
  27. make[1]: Leaving directory '/home/david/hmmc/tools/depends/native'
  28. Makefile:8: recipe for target 'native/.installed-x86_64-linux-native' failed
  29. make: *** [native/.installed-x86_64-linux-native] Error 2
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement