Portál AbcLinuxu, 22. července 2025 23:25
make: *** [/common.mk] Error 1
debian:/usr/src/xmlrpc-c# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for wininet-config... no
configure: You don't appear to have Wininet installed (no working wininet-config in your command search path), so we will not build the Wininet client XML transport
checking whether to build Wininet client XML transport module... no
checking for curl-config... no
configure: You don't appear to have Curl installed (no working curl-config in your command search path), so we will not build the Curl client XML transport
checking whether to build Curl client XML transport module... no
checking for libwww-config... no
configure: You don't appear to have Libwww installed (no working libwww-config in your command search path), so we will not build the Libwww client XML transport
checking whether to build Libwww client XML transport module... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
debian:/usr/src/xmlrpc-c# make
GNUmakefile:1: srcdir.mk: No such file or directory
GNUmakefile:9: /usr/src/xmlrpc-c/config.mk: No such file or directory
GNUmakefile:43: /common.mk: No such file or directory
=======================================
= You must run Configure before Make. =
=======================================
false
make: *** [/common.mk] Error 1
Řešení dotazu:
checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATHTo znamená, že ti chybí program, kterým to zkompiluješ. Doinstaluj si gcc a zkus to znovu. Pokud se objeví opět chyba, přečti si, jaká to je a postupuj podle toho dále.
checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing
apt-get build-dep jmeno_balicku_ktery_budeme_kompilovat
======================================= = You must run Configure before Make. = =======================================tedy
./configure
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.