Configure: error: C compiler cannot create ex

Résolu/Fermé
salamandre51 Messages postés 41 Date d'inscription samedi 15 septembre 2007 Statut Membre Dernière intervention 25 mars 2010 - 15 sept. 2007 à 20:21
 nouribeckham - 16 mai 2011 à 14:02
Bonjour ! Alors, j'ai un problème. Peut être que ça n'en est pas un gros, mais il me bloque sacrément !

Voilà, j'essaye simplement d'installer un programe sous xubuntu, par compilation (enfin en faisant ./configure)

et voilà mon message d'erreur:
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

J'ai cherché sur d'autres forum,sans pour autant trouver la réponse à mon problème, snif !

Bon, si vous pouvez m'aider, merci d'avance !

Ps: J'ai installé xubuntu aujourd'hui, et je ne m'y connais pas du tout !

11 réponses

lami20j Messages postés 21331 Date d'inscription jeudi 4 novembre 2004 Statut Modérateur, Contributeur sécurité Dernière intervention 30 octobre 2019 3 567
16 sept. 2007 à 14:04
Salut,

sudo aptitude install gcc
et au cas où
sudo aptitude install libncurses5-dev
18
Merci bien !
C'est ça que je voudrais !
0