Olá pessoal,
Estou tentando instalar um acelerador de downloads (Prozilla) no meu Ubuntu 9.10 à partir do código-fonte. O problema é que quando rodo o comando ./configure aparece a seguinte mensagem:
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 for style of include used by make... GNU
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
Depois disso não consigo rodar o comando make.
Alguém poderia me dar uma luz??
Thanks!