configure accepts the kernel source dir as input param, or automatically
finds /lib/modules/2.6.27-rc5/build/ or similar. But the build only uses
the dir to copy the latest kvm*.h into the local dir. The directory is
not passed to gcc via -I . This results in a "linux/ioctl.h not found"
and resulting errors, if /usr/include/linux/ does not exist. If I pass
the kernel source explicitly, then please use it.
1. Please pass gcc -I <kernel source dir in configure>/include/
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html