On Sunday 25 May 2003 19:47, Tim Blechmann wrote:
but i even had some trouble to compile the linux kernel... so i downdated to gcc 3.2.3 ... i'll wait for the next update...
on #debian : /msg apt 2.4bug
apt < 2.4bug
i guess 2.4bug is look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194287 as it says there, gcc-3.3 cannot compile 2.4 kernels, apt-get install gcc-3.2 or gcc-2.95 (preferred) then edit the top level Makefile before you make dep with: perl -pi.bak -e 's/gcc/gcc-2.95/' Makefile
otherwise, if you want to compile something with a special gcc, export CC=gcc-2.95 works well
cheers, paul.