OVH Cloud OVH Cloud

./configure => ça merde !

7 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

7 réponses

Avatar
Benoît «Beny» Pineau
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Florian Carrère wrote:

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 ?



apt-get instal libc6-dev ?

merci

floo/
/





-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBCOXCla+QzEobuyARAgf0AJ9CwS8/eIHXFYmHvoloGvQYuTP0qACcD1Vg
FvwO1KAN4GciLB5zWy7kDhQ =TDeb
-----END PGP SIGNATURE-----


--
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
Benoît «Beny» Pineau
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Benoît «Beny» Pineau wrote:
Florian Carrère wrote:


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 ?






apt-get instal libc6-dev ?



mais aussi autoconf et automake, voir plus ...
Lit le README et/ou l'INSTALL de ton archive pour savoir ce dont il a
besoin :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBCOhtla+QzEobuyARArjRAKC1b4a1VnKSaWbdFj3j27dWtuw2BQCfREfM
q0q3pnv2pq8nvPalehWIXI0 =2Q5l
-----END PGP SIGNATURE-----


--
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
Benoît «Beny» Pineau
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Benoît «Beny» Pineau wrote:
Florian Carrère wrote:


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 ?






apt-get instal libc6-dev ?



mais aussi autoconf et automake, voir plus ...
Lit le README et/ou l'INSTALL de ton archive pour savoir ce dont il a
besoin :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBCOjQla+QzEobuyARAqaVAKCud70xOYPHQB4IxbWOkFRLQ0h4hACgtAIG
QxX1Qi0WqL/ZPXhBvRUfszc =W1hr
-----END PGP SIGNATURE-----


--
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
Florian Carrère
Benoît «Beny» Pineau a écrit :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Florian Carrère wrote:



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 ?





apt-get instal libc6-dev ?




c'est mieux :)

mais maintenant il me met ça :

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for XShapeCombineMask in -lXext... no
The shape extension stuff could not be found in the X client libraries





merci

floo/
/







-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBCOXCla+QzEobuyARAgf0AJ9CwS8/eIHXFYmHvoloGvQYuTP0qACcD1Vg
FvwO1KAN4GciLB5zWy7kDhQ >=TDeb
-----END PGP SIGNATURE-----








--
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
Erwan David
Le Thu 29/07/2004, Florian Carrère disait
Benoît «Beny» Pineau a écrit :

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Florian Carrère wrote:
>
>
>
>>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 ?
>>
>>
>
>apt-get instal libc6-dev ?
>
>
c'est mieux :)

mais maintenant il me met ça :

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for XShapeCombineMask in -lXext... no
The shape extension stuff could not be found in the X client libraries



Il faut installer les paquets de développement de X.

--
Erwan


--
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
Dominique Arpin
> Benoît «Beny» Pineau a écrit :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Florian Carrère wrote:



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 ?





apt-get instal libc6-dev ?




c'est mieux :)

mais maintenant il me met ça :

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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



apt-get install autoconf automake gawk

Tu as juste a recherche les packages qui manque.

checking for gawk... no
checking for mawk... mawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for XShapeCombineMask in -lXext... no
The shape extension stuff could not be found in the X client libraries





merci

floo/
/







-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBCOXCla+QzEobuyARAgf0AJ9CwS8/eIHXFYmHvoloGvQYuTP0qACcD1Vg
FvwO1KAN4GciLB5zWy7kDhQ >>=TDeb
-----END PGP SIGNATURE-----








--
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






--
Dominique Arpin_______________________[ Espace
administrateur réseau Courbe ]

http://www.espacecourbe.com/
téléphone 514.933.9861
télécopieur 514.933.9546


--
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
Raphaël \SurcouF\ Bordet
--=-lhWUXNAnV1CXOBFrKcOs
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

On jeu, 2004-07-29 at 12:03 +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 es t
pas trop mon ami ... :((



Peut-on savoir ce que tu essaies donc de compiler et qui ne serait pas
présent dans ta distribution debian ?

--
Raphaël 'SurcouF' Bordet

# | http://www.debianfr.net

--=-lhWUXNAnV1CXOBFrKcOs
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Ceci est une partie de message
=?ISO-8859-1?Q?numériquement?= =?ISO-8859-1?Q?_signée?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBBCUK4/6bXSV+NwY4RAvZhAJ9M+W/z3IGB7kZDIyMlO4tTa7fH6QCfRvtX
4iPITLrzQGhnqpOK5lUMpTA =+AE4
-----END PGP SIGNATURE-----

--=-lhWUXNAnV1CXOBFrKcOs--


--
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