Problème avec mon GCC

Fermé
Blackfish - 16 juin 2004 à 09:09
 blackfish - 16 juin 2004 à 18:26
boujour à tous !

je viens d'installé linux depuis peux et je commence à découvrir.
sauf que la jai un hic!
À chaque fois que je fait la commande ./configure ou "make install"
la consol me dit "cc erreur gcc", donc je me suis dit que jallais l'installé avec le cd de ma distribution (fedora core 1 )(car je n'avais pas installé les outils de devellopements des la premiere installation),
MAIS quand j'installe les outils de developpements y me dit qui trouve pas le package libxml2 par libxml2-python 2.6.6.3 donc bonne âme que je suis
je me dit que je vais allé installé ce package,
MAis quand j'install le package libxml2 y me dit encore qui ne trouve pas le package libmxl2 par libxml-python 2.6.6.3 ce qui est ridicule c'est qu'il me disent qui ne se trouve pas l'or de sa propre installation.
ca fait un bout que je cherche une solution et je trouve rien si quelqu'uns pouvaient m'éclairer sur ce problème car du fait de se probleme je suis pas capable de rien installé qui à besoin d'être compiler
merci de votre aide d'avance :)

2 réponses

J'avais eu le même problème pour installer un autre programme. Il faut faire :
. /configure --disable-gcc-checking
et là ça devrait marcher.
0
salut
jai esailer la commande ./configure --disable -gcc-cheking et voila ce que ca ma donner si kelkun peux verifier et me dire comment faire pour regler ce probleme
ou m'expliquer comment installé GCC
Merci!
[blackfish@Sympatico MPlayer-0.92.1]$ ./configure --disable-gcc-cheking
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... not found

*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder). If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !
0