On Fri, 13 Jun 2003 18:28:30 -0400 (EDT) "Jesse Jacobs" <[EMAIL PROTECTED]> wrote: > But yes rm, ln -s the symlink as most kernel specific modules use the > symlink for referring to your current kernel source.
This can be maddening as nothing else when you frequently switch between different kernels and forget to resymlink before compiling e.g. nvidia drivers! One way of solving it is by putting the following in /etc/conf.d/local.start: rm /usr/src/linux ln -sf /usr/src/linux-$(uname -r) /usr/src/linux Einar -- [EMAIL PROTECTED] mailing list
