Hi guys, 
I was trying to compile mjpegtools-1.9.0rc2 
(http://sourceforge.net/projects/mjpeg/), then when making the usual: 
./configure 
make 

I got the error below, I don't know if it's a real gcc bug or just 
a code bug! Anyway, someone could help me pointing me out what's 
could be wrong? 

Carlos Alberto 
Brazil 

gcc -v command line gives me: 
[EMAIL PROTECTED]:~/mydownloads/mjpegtools-1.9.0rc2$ gcc -v 
Using built-in specs. 
Target: x86_64-linux-gnu 
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release 
x86_64-linux-gnu 
Thread model: posix 
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) 
[EMAIL PROTECTED]:~/mydownloads/mjpegtools-1.9.0rc2$ 

--------------------------------------------------------------- 

make[2]: Entering directory 
`/home/calves/mydownloads/mjpegtools-1.9.0rc2/y4mdenoise' 
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils   
-DNDEBUG -finline-functions -fno-PIC -march=k8 -mcpu=k8 -g -O2 -pthread -MT 
newdenoise.o -MD -MP -MF ".deps/newdenoise.Tpo" -c -o newdenoise.o 
newdenoise.cc; \ 
        then mv -f ".deps/newdenoise.Tpo" ".deps/newdenoise.Po"; else rm -f 
".deps/newdenoise.Tpo"; exit 1; fi 
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. 
MotionSearcher.hh: In instantiation of ‘MotionSearcher<unsigned char, 1, 
int, short int, int, 4, 2, short unsigned int, Pixel<unsigned char, 1, int>, 
ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, 
int> >, ReferenceFrame<ReferencePixel<short unsigned int, unsigned char, 1, 
Pixel<unsigned char, 1, int> >, short int, int> 
>::MatchThrottleFloodFillControl’: 
MotionSearcher.hh:507:   instantiated from ‘MotionSearcher<unsigned char, 1, 
int, short int, int, 4, 2, short unsigned int, Pixel<unsigned char, 1, int>, 
ReferencePixel<short unsigned int, unsigned char, 1, Pixel<unsigned char, 1, 
int> >, ReferenceFrame<ReferencePixel<short unsigned int, unsigned char, 1, 
Pixel<unsigned char, 1, int> >, short int, int> >’ 
newdenoise.cc:32:   instantiated from here 
MotionSearcher.hh:2444: internal compiler error: in tsubst, at cp/pt.c:7226 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
For Debian GNU/Linux specific bug reporting instructions, 
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>. 
Preprocessed source stored into /tmp/ccbya50C.out file, please attach this 
to your bugreport. 
make[2]: *** [newdenoise.o] Error 1 
make[2]: Leaving directory 
`/home/calves/mydownloads/mjpegtools-1.9.0rc2/y4mdenoise' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/home/calves/mydownloads/mjpegtools-1.9.0rc2' 
make: *** [all] Error 2 
[EMAIL PROTECTED]:~/mydownloads/mjpegtools-1.9.0rc2$ 


Reply via email to