On Thu, 3 Mar 2005, anil prasad wrote: > I downloaded fedora packages for Xen hypervisor. In kernel-xen0-devel > package, i see missing .c files in all directories. Only Makefiles are > present. > > What else should i do to get kernel-xen0-devel package compiled? You should download the kernel .src.rpm. The kernel-devel packages only have header files, for compilation of 3rd party kernel modules. They do not have the sources. -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan