Installation de VLC sur Mandrake 10 - Linux et OS Alternatifs
Marsh Posté le 02-08-2004 à 22:53:12
tu as un interet particulier a compiler vlc ?
car pour mémoir il existe des paquets précompilés .
Citation : 22:51 root@andrea ~# urpmq -i vlc |
ici c'est le paquet vlc fourni par plf .
http://easyurpmi.zarb.org/ <-- ce site te permet d'installer les sources necessaires .
pour plus d'info je t'invite a lire le topic des débutants .
Marsh Posté le 02-08-2004 à 22:53:40
Il te manque des logiciels. Mais VLC est inclus dans les sources PLF, tu devrais commencer par là, ça serait beaucoup plus simple.
Marsh Posté le 02-08-2004 à 22:49:20
Salut à tous
Voilà j'ai voulu installer VLC... J'ai telecharger un fichier vlc-0.7.2.tar.gz que j'ai decompressé
Puis dans la console, j'ai tappé en root dans le repertoire que j'ai decompressé ./configure et j'ai eu ceci
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 for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@localhost vlc-0.7.2]#
[root@localhost vlc-0.7.2]#
[root@localhost vlc-0.7.2]# ./configure --C
configure: error: unrecognized option: --C
Try `./configure --help' for more information.
[root@localhost vlc-0.7.2]# ./configure --c
configure: error: missing argument to --cache-file
Et donc, je suis un peu bloqué... Si vous pouvez m'aider ?
Merci
Message édité par Gigli le 02-08-2004 à 22:50:06