View previous topic :: View next topic |
Author |
Message |
lepiou n00b
Joined: 24 Jul 2004 Posts: 74 Location: Evron (53)
|
Posted: Tue Apr 26, 2005 8:11 am Post subject: [Bootstrap.sh] Erreur C compiler cannot create ... (résolu) |
|
|
Salut a tous
J'ai fait une connerie sur ma gentoo et je l'ai cassée alors je la reinstalle.
Je suis rendu au bootstrap la mais sur le package texinfo j'ai cette erreur:
Code: | 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.
!!! Please attach th config.log to your bug report:
!!! /var/tmp/portage/texinfo-4.8/work/texinfo-4.8/config.log
!!!ERROR: sys-apps/texinfo-4.8 failed.
!!! Function econf, Lne 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message. |
Je vous donne aussi mon make.conf sachant que j'ai un athlon-xp 2400+
Code: | CFLAGS="-march-athlon-xp -Os -pipe -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2" |
Merci d'avance de m'aider
Last edited by lepiou on Tue Apr 26, 2005 8:20 am; edited 2 times in total |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Tue Apr 26, 2005 8:14 am Post subject: Re: [Bootstrap.sh] Erreur C compiler cannot create executabl |
|
|
lepiou wrote: | Salut a tous
J'ai fait une connerie sur ma gentoo et je l'ai cassée alors je la reinstalle.
Je suis rendu au bootstrap la mais sur le package texinfo j'ai cette erreur:
Code: | 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.
!!!ERROR: sys-apps/texinfo-4.8 failed.
!!! Function econf, Lne 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message. |
J'ai bien sur essayé de regardé le fichier dit dans l'erreur mais il n'existe pas
Je vous donne aussi mon make.conf sachant que j'ai un athlon-xp 2400+
Code: | CFLAGS="-march-athlon-xp -Os -pipe -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2" |
Merci d'avance de m'aider |
CFLAGS="-march=athlon-xp -Os -pipe -fomit-frame-pointer"
ça ira mieux _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
Enlight Advocate
Joined: 28 Oct 2004 Posts: 3519 Location: Alsace (France)
|
Posted: Tue Apr 26, 2005 8:17 am Post subject: |
|
|
faut pas qu'il mette i686-pc-gnu-linux aussi? |
|
Back to top |
|
|
lepiou n00b
Joined: 24 Jul 2004 Posts: 74 Location: Evron (53)
|
Posted: Tue Apr 26, 2005 8:19 am Post subject: |
|
|
Arf quel boulet
Sur mon ecran dans la doc on dirai trop un -
Je suis désolé
Merci beaucoup |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Tue Apr 26, 2005 12:43 pm Post subject: |
|
|
lepiou wrote: | Arf quel boulet
Sur mon ecran dans la doc on dirai trop un -
Je suis désolé
Merci beaucoup |
de rien _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
niin Guru
Joined: 30 Dec 2004 Posts: 385 Location: Paris - France
|
Posted: Sun Apr 30, 2006 1:41 am Post subject: |
|
|
J'ai un probleme aussi sur l'emerge de texinfo :
Quote: | make[2]: *** [texinfo.info] Erreur 132
make[2]: *** Attente des tâches non terminées....
make[2]: Leaving directory `/var/tmp/portage/texinfo-4.8-r3/work/texinfo-4.8/doc'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/texinfo-4.8-r3/work/texinfo-4.8'
make: *** [all] Erreur 2
!!! ERROR: sys-apps/texinfo-4.8-r3 failed.
Call stack:
ebuild.sh, line 1525: Called dyn_compile
ebuild.sh, line 928: Called src_compile
texinfo-4.8-r3.ebuild, line 49: Called die |
Voici mes options de compilation :
Quote: | CFLAGS="-march=pentium-m -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2" |
J'ai essayé plusieurs version de texinfo mais à chaque fois j'ai la même erreur. _________________ jabber : nikwist@koreus.com
Un clavier azerty en vaut deux
Un vrai geek, c'est un mec qui croit que dans 1 km, il y a 1024 mètres |
|
Back to top |
|
|
niin Guru
Joined: 30 Dec 2004 Posts: 385 Location: Paris - France
|
Posted: Sun Apr 30, 2006 11:17 am Post subject: |
|
|
Trouvé la sollution : les Cflags étaient mauvais.
Il fallait mettre CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer" plutot que Os _________________ jabber : nikwist@koreus.com
Un clavier azerty en vaut deux
Un vrai geek, c'est un mec qui croit que dans 1 km, il y a 1024 mètres |
|
Back to top |
|
|
PabOu Veteran
Joined: 11 Feb 2004 Posts: 1088 Location: Namur - Belgium
|
Posted: Sun Apr 30, 2006 8:15 pm Post subject: |
|
|
mouais, -Os est encore assez buggué :\ _________________ Mangez du poulet ! |
|
Back to top |
|
|
|