Hoy he estado tratando de instalar un programa en mi sistema Ubuntu y dado que no soy muy bueno con la terminal siempre me encuentro errores y problemas. En este caso estoy tratando de compilar un programa desde el código fuente y en cuanto ejecuto el comando ./configure
que viene indicado en las instrucciones de compilación, me aparece el error: configure: error: no acceptable C compiler found in $PATH
Por si os sirve de algo, estoy tratando de compilar TinyProxy, ya que en los repositorios de Ubuntu 18.04 sólo está disponible una versión antigua.
Aquí dejo toda la salida del comando ./configure
:
root@testernewer:~/tinyproxy-1.10.0# sudo ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether make supports nested variables... (cached) no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/tinyproxy-1.10.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Gracias de antemano por la ayuda 👍️