Am Mi, den 21.01.2004 schrieb dsavage@xxxxxxxxxxx um 20:55: > Mike, > > Make *sure* you change the default CC alias to use the older gcc 3.2 > before starting. Fedora's gcc 3.3 compiler is actually better, but there > is a lot of "pristine" kernel source code not yet upgraded to work with > gcc 3.3. I ignorantly beat my head against this wall for months, trying > unsuccessfully to "make rpm" with gcc 3.3. It would bomb out about 2/3 > through make-modules. Then I saw the the light: > > # export CC=gcc32 > no need to, make rpm does this automagically :-) # grep gcc /usr/src/linux-2.4/Makefile HOSTCC = gcc32 CC = $(CROSS_COMPILE)gcc32 Christoph