﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
62	Compiling with --with-kcheck fails	rainer	rainer	"This is a regression caused by the changes to allow cross-compiling. The command to compile kern_head lacks the '-I./include' compiler directive, causing the compilation to fail (noticed by S. Clormann). Workaround: compile kern_head with:

{{{
gcc -I. -DSYSTEMMAP=""\""/boot/System.map\"""" -I./include -o kern_head ./src/kern_head.c
}}}

"	defect	closed	major	2.3.4	main	2.3.3	fixed		
