J'essai d'installer une suite de logiciels video sur ubuntu5.04
Mon PC est un acer 1363 wlmi processeur amd mobile sempron 300+
j'ai un problème identique pour installer MJPEGTOOLS et CINELERRA
./ configure passe sans problème
l'obtiens le résultat suivant:
configure: MJPEG tools 1.8.0 build configuration :
configure:
configure: - X86 Optimizations:
configure: - MMX/3DNow!/SSE enabled : true
configure: - arch/cpu compiler flags : -march=k8 -mcpu=k8
configure: - video4linux recording/playback: true
configure: - software MJPEG playback : true
configure: - MPEG Z/Alpha : false
configure: - Quicktime playback/recording : true
configure: - PNG input support : true
configure: - AVI MJPEG playback/recording : true (always)
configure: - libDV (digital video) support : true
configure: - Gtk+ support for glav : true
mais au make j'ai une erreur:
usr/mjpegtools-1.8.0 # make
make all-recursive
make[1]: entrant dans le répertoire « /usr/mjpegtools-1.8.0 »
Making all in utils
make[2]: entrant dans le répertoire « /usr/mjpegtools-1.8.0/utils »
Making all in mmxsse
make[3]: entrant dans le répertoire « /usr/mjpegtools-1.8.0/utils/mmxsse »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /usr/mjpegtools-1.8.0/utils/mmxsse »
make[3]: entrant dans le répertoire « /usr/mjpegtools-1.8.0/utils »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /usr/mjpegtools-1.8.0/utils »
make[2]: quittant le répertoire « /usr/mjpegtools-1.8.0/utils »
Making all in mpeg2enc
make[2]: entrant dans le répertoire « /usr/mjpegtools-1.8.0/mpeg2enc »
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils -march=k8 -mcpu=k8 -g -O2 -pthread -MT conform.lo -MD -MP -MF ".deps/conform.Tpo" -c -o conform.lo conform.cc; \
then mv -f ".deps/conform.Tpo" ".deps/conform.Plo"; else rm -f ".deps/conform.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils -march=k8 -mcpu=k8 -g -O2 -pthread -MT conform.lo -MD -MP -MF .deps/conform.Tpo -c conform.cc -fPIC -DPIC -o .libs/conform.o
cc1plus: error: bad value (k8) for -march= switch
cc1plus: error: bad value (k8) for -mcpu= switch
make[2]: *** [conform.lo] Erreur 1
make[2]: quittant le répertoire « /usr/mjpegtools-1.8.0/mpeg2enc »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/mjpegtools-1.8.0 »
make: *** [all] Erreur 2
je ne suis pas du tout un spécialiste de la compilation
Quelqu'un a une idée ???????
merci