Merci de bien vouloir m'aider � r�soudre mon probl�me avec GCC:
(d�sol� c'est un peu long...)
Je cherche � installer le logiciel Alsaplayer (c'est ma 1�re installation
d'application non rpm...).
Ayant t�l�charg� et d�compress� alsaplayer-0.99.31.tar.gz, une commande ls dans
ma console me donne:
AUTHORS Makefile.in confdefs.h config.sub*
include/ missing COPYING README config.cache configure*
input/ mkinstalldirs ChangeLog acconfig.h config.guess*
configure.in install-sh* output/ INSTALL aclocal.m4 config.h.in
docs/ ltconfig* scopes/ Makefile.am app/ config.log
extra/ ltmain.sh stamp-h.in
Suivant � la lettre les recommandations pour l'installation, la commande
./configure me dit que GCC ne work pas:
[marco@localhost alsaplayer-0.99.31]$ ./configure --prefix=/opt
loading cache
./config.cache 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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles.
.. no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create
executables.
Le probl�me vient-il du fait qu'il me manque des packages de
GCC?
[marco@localhost alsaplayer-0.99.31]$ rpm -qa|grep gcc
gcc-cpp-2.95.2-3mdk
gcc-2.95.2-3mdk
gcc-chill-2.95.2-3mdk
[marco@localhost alsaplayer-0.99.31]$
Et non chez d'autres (je cite une r�ponse du forum):
"Voila ce que donne un rpm -qa | grep gcc sur mon systeme , toutes ne sont
pas utiles pour ta compilation mais il doit t'en manquer certaines si ton
GCC ne work pas.
gcc-cpp-2.95.2-3mdk
gcc-2.95.2-3mdk
gcc-c++-2.95.2-3mdk
gcc-colorgcc-2.95.2-3mdk
gcc-g77-2.95.2-3mdk
gcc-libgcj-2.95.2-3mdk
gcc-java-2.95.2-3mdk
gcc-objc-2.95.2-3mdk
gcc-chill-2.95.2-3mdk "
Je suis all� sur le CD source 2 de mon Power Pack pour r�installer
gcc-2.95.2-3mdk.src.rpm et gcc-fr-2.95-mdk.src.rpm.
R�sultats des commandes pr�-cit�es ( pm -qa | grep gcc et ./configure)
inchang�s.
A l'aide!!! :-))
Merci de vos r�ponses.