<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am facing a compiling issue with the VLC latest source code. Here are
some details,  used the configure option as follows,<br>
./configure --disable-mad --disable-libmpeg2 --disable-skins2<br>
<br>
make gives me the following errors,<br>
-------------------------<br>
<snip><br>
<small>if gcc -DHAVE_CONFIG_H -I. -I. -I../..   -DSYS_LINUX
-I../../include `top_builddir="../.." ../../vlc-config --cflags bui<br>
ltin pic i420_rgb_mmx` -Wsign-compare -Wall  -pipe -MT
libi420_rgb_mmx_a-i420_rgb16.o -MD -MP -MF ".deps/libi420_rgb_mmx<br>
_a-i420_rgb16.Tpo" \<br>
  -c -o libi420_rgb_mmx_a-i420_rgb16.o `test -f 'i420_rgb16.c' || echo
'./'`i420_rgb16.c; \<br>
then mv -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"
".deps/libi420_rgb_mmx_a-i420_rgb16.Po"; \<br>
else rm -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"; exit 1; \<br>
fi<br>
i420_rgb16.c: In function `I420_RGB16__i420_rgb_mmx':<br>
i420_rgb16.c:415: Internal compiler error in output_constant_pool, at
varasm.c:4079<br>
Please submit a full bug report,<br>
with preprocessed source if appropriate.<br>
See <a class="moz-txt-link-rfc1738" href="http://bugzilla.redhat.com/bugzilla/"><URL:http://bugzilla.redhat.com/bugzilla/></a> for instructions.<br>
Preprocessed source stored into /tmp/ccoGyBNK.out file, please attach
this to your bugreport.<br>
make[4]: *** [libi420_rgb_mmx_a-i420_rgb16.o] Error 1<br>
make[4]: Leaving directory
`/usr2/ssethi/linux_packages/vlc-0.8.6a/modules/video_chroma'<br>
make[3]: *** [all-modules] Error 1<br>
make[3]: Leaving directory
`/usr2/ssethi/linux_packages/vlc-0.8.6a/modules/video_chroma'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory
`/usr2/ssethi/linux_packages/vlc-0.8.6a/modules'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/usr2/ssethi/linux_packages/vlc-0.8.6a'<br>
make: *** [all] Error 2<br>
---------------------------<br>
Any pointers/ help?<br>
<br>
-Axel<br>
<br>
</small><br>
</body>
</html>