Hi, It sounds like you linked your /usr/src/linux/include/linux in /usr/include/linux. The default /usr/include/linux in gentoo is usually linux 2.4, and where irq_vector.h is missing appears to be only in linux 2.6. Just do something really simple. ln -sf /usr/include/asm/mach-default/irq_vector.h /usr/include/asm/
That should do it. Ciao ST Lim On Wed, 2003-09-24 at 03:51, Michael Rasile wrote: > On Tue Sep 23, 2003 at 02:20:36PM -0400 or thereabouts, Ernie Schroder wrote: > > On Tuesday 23 September 2003 03:00 pm, Michael Rasile wrote: > > > Parallel Make Failed > > > > A semi-educated guess: Go to your /etc/make.conf and look for the > > line: MAKEOPTS="-j2". Try changing that to: MAKEOPTS="-j1" > > And try the emerge again. > > > > -- > > Regards, Ernie > > 100% Microsoft and Intel free > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > Thanks for the reply. I tried what you said and changed the MAKEOPTS > line in make.conf but I still get the same error. I appreciate your > suggestion. This is not a major deal, I still am using the emu10k1 > driver for my SB Live and I do have sound. I just wanted to see if I > could get alsa up and running to give my sound some life. :-) Thanks > again. ----------( Take what you can use and let the rest go by. )---------- ----------( -- Ken Kesey )---------- Swee ----( )---- Tat -- [EMAIL PROTECTED] mailing list
