라이브러리를 컴파일하려고 합니다.리바 방법, 다음 절차를 따르십시오.
sudo ./configure -> OK
sudo make && make install -> "Nothing to be done for 'all' "
어떻게 해결할 수 있나요? 나는 리눅스 민트를 사용한다.
정보:
>> ./configure -> **OK**
>> autoreconf ->
src/Makefile.am: error: required file './depcomp' not found
src/Makefile.am: 'automake --add-missing' can install 'depcomp'
autoreconf: automake failed with exit status: 1
automake --add-missing -> src/Makefile.am: installing './depcomp'
>> autoreconf -> OK
>> make ->
make[1]: Entering directory `/home/plus91/Scrivania/libaffa-0.9.6/src'
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/bash ./config.status
config.status: creating src/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory `/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Entering directory `/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Entering directory `/home/plus91/Scrivania/libaffa-0.9.6'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/plus91/Scrivania/libaffa-0.9.6'
뉴스: 문제가 해결되었습니다.