OVH Cloud OVH Cloud

./configure => ça merde !

3 réponses
Avatar
Florian Carrère
Bonjour !

désolé, j'arrête pas avec toutes mes questions en ce moment :( pourtant
je cherche sur le net mais je trouve rien, faut dire à moi google il est
pas trop mon ami ... :((

mon problème c'est que quand je tape ./configure pour configurer mon
programme que j'ai décompressé il me met :

/checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gawk... no
checking for mawk... mawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler
cannot create executab//les
/
et donc il ne me le configure pas et je ne pas faire make puis un make
install ... pouvez-vous me dire d'ou vient ce problème ?

merci

floo/
/


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

3 réponses

Avatar
Jean-Luc Coulon (f5ibh)
--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jul 29, 2004 at 01:19:38PM +0200, Florian Carrère wrote:
Bonjour !

désolé, j'arrête pas avec toutes mes questions en ce moment :( pour tant
je cherche sur le net mais je trouve rien, faut dire à moi google il est
pas trop mon ami ... :((

mon problème c'est que quand je tape ./configure pour configurer mon
programme que j'ai décompressé il me met :

/checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gawk... no
checking for mawk... mawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler
cannot create executab//les
/
et donc il ne me le configure pas et je ne pas faire make puis un make
install ... pouvez-vous me dire d'ou vient ce problème ?



Il doit avoir créé un fichier config.log dasn lequel il y a des informa tions
complémentaires. Quel est le contenu de ce fichier ?

---
-Jean-Luc

merci

floo/



--y0ulUmNC+osPPQO6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCOvnUdGGXzzGnNARAmAnAJ0cn1b5m/Q8lZN4l+FJfsQL9rn1GQCgm43f
RBJodZq/hsUSPj9uraoa+m4 =pPbJ
-----END PGP SIGNATURE-----

--y0ulUmNC+osPPQO6--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
JusTiCe8
Bonjour,

Florian Carrère a écrit :

Bonjour !

[...]





et donc il ne me le configure pas et je ne pas faire make puis un make
install ... pouvez-vous me dire d'ou vient ce problème ?



en + de ce qui a deja été dit : apt-get build-dep <package> si c'est un
paquet Debian.

merci

floo/
/



J8.


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Alain Tesio
On Thu, 29 Jul 2004 14:31:10 +0200
Florian Carrère wrote:

configure:4164: gcc -o conftest -g -O2 conftest.c -lXext -lX11 >&5
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status



Ca veut dire qu'il manque les libraries de développement du serveur X,
dans le package xlibs-dev

Alain