> I just did a clean install of 7.2. I noticed that when I have tried to > compile something (for example, the latest Wine SRPM) that it has been > crashing with a file not found error. > > I have narrowed the problem down to the fact that /usr/src/linux is not in > the path, or include path, or whatever. How can I add it? Do you have the kernel source code in a directory with a name similar to /usr/src/linux-2.2.xx or do you have the source for the kernel stored elsewhere? You need that directory tree (and its files) somewhere. Then you need to make a link from /usr/src/linux to its location. Use: ln -s /usr/src/linux-2.2.16 /usr/src/linux If you don't have the kernel source you need to download the rpm and install it. Cheers --- Larry
Keep in touch with http://mandrakeforum.com: Subscribe the "[EMAIL PROTECTED]" mailing list.
