+ Responder ao Tópico



  1. #1
    eagm
    Visitante

    Padrão configure: error: no acceptable C compiler found in $PATH !!

    Olá pessoal,

    Estou com o seguinte problema, quando dou um ./configure na instalação do classpath:

    checking build system type... i686-pc-linux-gnuoldld
    checking host system type... i686-pc-linux-gnuoldld
    checking target system type... i686-pc-linux-gnuoldld
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a ustar tar archive... none
    checking whether ln -s works... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for style of include used by make... GNU
    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.


    Será que eu tenho que instalar o gcc ou apenas mudar o caminho da variavel $PATH.


    Desde já agradeço pela atenção !!!!

  2. #2

    Padrão configure: error: no acceptable C compiler found in $PATH !!

    Instala o GCC e o CC que resolve.


    Abraços!