* the exact version of GCC; gcc -v Using built-in specs. Target: powerpc-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 --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --enable-checking=release powerpc-linux-gnu Thread model: posix gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
* the system type; uname -a Linux ... 2.6.18-4-powerpc #1 Wed Apr 18 01:52:23 UTC 2007 ppc GNU/Linux * the complete command line that triggers the bug; cd mjpegtools-1.9.0rc2; ./configure; make Hi, GCC devs, This file: http://sourceforge.net/project/downloading.php?group_id=5776&use_mirror=ufpr&filename=mjpegtools-1.9.0rc2.tar.gz&46187108 ...generate this GCC error when we try make (allways): make[2]: Entrando no diretório `/tmp/mjpegtools-1.9.0rc2/y4mdenoise' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I../utils -DNDEBUG -finline-functions -g -O2 -pthread -DHAVE_ALTIVEC_H=1 -maltivec -mabi=altivec -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 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. I wait that it helps. Aurium