On Tue, Aug 03, 2004 at 09:50:03AM +0200, Wouter Verhelst wrote: > Hm. It didn't build, but that's probably because it doesn't use whatever > I specify as CC: > > cc -Wall -D_GNU_SOURCE -DLinux -DVERSION=\"3.7\" -Wall -g -O2 > -D_FILE_OFFSET_BITS=64 -c -o config.o config.c > config.c: In function `readConfigFile': > config.c:1052: internal compiler error: in add_insn_before, at > emit-rtl.c:3599 > 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-3.3/README.Bugs>. > make[1]: *** [config.o] Fout 1 > make[1]: Leaving directory > `/home/wouter/debian/other-peoples-source/logrotate-3.7' > make: *** [build-stamp] Fout 2 > > That should start with `gcc-3.4' instead of just `cc', and yes, I've set > CC. How do I make the logrotate build system use the right compiler?
Strange. I used "export CC=gcc-3.0" when compiling (using dpkg-buildpackage), and it worked. Is gcc-3.4 definitely going to be in sarge[m68k]? -- Paul Martin <[EMAIL PROTECTED]>

