You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
Hi, I want to compile and install the library, but when I run ./configure I get the following error:
./configure: line 11716: AC_LIB_PREPARE_PREFIX: command not found
./configure: line 11717: AC_LIB_RPATH: command not found
./configure: line 11722: syntax error near unexpected token iconv' ./configure: line 11722: AC_LIB_LINKFLAGS_BODY(iconv)'
I have Fedora 20 64 bits, kernell 3.13.5-202.
The text was updated successfully, but these errors were encountered:
Check if libusb-devel, libxml2-devel and gettext-devel are installed and then try running ./autogen.sh and then ./configure - this worked for me (fc19.x86_64).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I want to compile and install the library, but when I run ./configure I get the following error:
./configure: line 11716: AC_LIB_PREPARE_PREFIX: command not found
./configure: line 11717: AC_LIB_RPATH: command not found
./configure: line 11722: syntax error near unexpected token
iconv' ./configure: line 11722:
AC_LIB_LINKFLAGS_BODY(iconv)'I have Fedora 20 64 bits, kernell 3.13.5-202.
The text was updated successfully, but these errors were encountered: