VitaMTP icon indicating copy to clipboard operation
VitaMTP copied to clipboard

Can't configure on Fedora 20

Open m4nti5 opened this issue 11 years ago • 1 comments

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.

m4nti5 avatar Aug 03 '14 05:08 m4nti5

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).

profitware avatar Nov 08 '14 21:11 profitware