I cannot install pspvc 0.3. I tried on opensuse 10.1 and kubuntu 6.10, and I get the same error:
...
ffmpeg/libswscale/yuv2rgb_mlib.c
ffmpeg/libswscale/yuv2rgb_altivec.c
ffmpeg/libswscale/rgb2rgb_template.c
ffmpeg/libswscale/swscale_template.c
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
-e \E[01;31mERROR during configure FFMPEG
Version 0.2.1 installs fine.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I cannot install pspvc 0.3. I tried on opensuse 10.1 and kubuntu 6.10, and I get the same error:
...
ffmpeg/libswscale/yuv2rgb_mlib.c
ffmpeg/libswscale/yuv2rgb_altivec.c
ffmpeg/libswscale/rgb2rgb_template.c
ffmpeg/libswscale/swscale_template.c
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
-e \E[01;31mERROR during configure FFMPEG
Version 0.2.1 installs fine.
Any ideas?
ok, i solved it.
had to install libx11-dev:
sudo apt-get install libx11-dev
afterwards i also had to install xvid devel files:
sudo apt-get install libxvidcore4-dev
:-)