RE: kHTTPd hangs 2.4.5 boot when moduled

Manfred Spraul (manfred@colorfullife.com)
Wed, 06 Jun 2001 22:08:44 +0200



Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

>
> package RH7.0 has... 2.4.2 and on needs...
> util-linux 2.10m 2.10o
> modutils 2.3.21 2.4.2
> e2fsprogs 1.18 1.19

Which compiler do you use? The default compiler from 7.0 is known to
produce buggy kernels, and Linus didn't include the kgcc detection.

Could you check that kgcc is used for compiling?
Just replace '$(CROSS_COMPILE)gcc' in /usr/src/linux/Makefile with
'$(CROSS_COMPILE)kgcc'

Or upgrade to the gcc compiler from 7.1?

--
	Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/