On Thu, 4 Jan 2001, Flavio Alberto wrote:

> Estou tentando compilar o amavis e recebo a seguinte mensagem...
>
> loading cache ./config.cache
> 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... missing
> checking whether make sets ${MAKE}... (cached) yes
> checking for a BSD compatible install... /usr/bin/install -c
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... no
>
> apt-get install gcc...
>
> Gcc ja instalado... mas nao trabalha...

tenta compilar um programinha idiota, do tipo:

#include <stdio.h>
main()
{return 3;}

para ver se funciona.

se funcionar, pode ser que o teste esteja procurando por alguma
biblioteca que voce nao tem. neste caso, talvez voce precise das *-dev

libc6-dev
libstdc++2.10-dev
etc

[]s,
Mario O.de Menezes            "Many are the plans in a man's heart, but
    IPEN-CNEN/SP                 is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario                 Prov. 19.21

Reply via email to