On Sunday 27 February 2005 11:17 pm, bj wrote:
> Hi !
--snip--
> cd alsa-driver-1.0.8
> ./configure -->no error
> ./make ----> the following error
>
> make[1]: *** No rule to make target
> `/lib/modules/2.4.18-14/build/include/linux/config.h', needed by
> `memalloc.o'.  Stop.
> make: *** [compile] Error 1

It looks like you are running 2.4.18 kernel version and trying to compile 
programs for another vesion. Boot into your 2.4.20 legacy kernel and try 
again.
Uname -a will show you what you are currently running.

The problem is that the configure scripts detect your currently running kernel 
when you want to compile for a different one. The simplest way to fix this is 
to boot into the new kernel so the configure scripts can detect *THAT* 
version.

Oops, I also just saw another problem. You must make sure that a kernel is 
CONFIGURED at that directory. You will need to install not only the kernel 
binary RPMS, but make sure you install the source along with it. It cant find 
config.h because you havent ran make menuconfig or similiar in that directory 
and generated the config files for alsa to use.

HTH

--snip--
> Thanks in advance.
>
> cheers,
> bj

-- 
----------------------------------------
--EB

> All is fine except that I can reliably "oops" it simply by trying to read
> from /proc/apm (e.g. cat /proc/apm).
> oops output and ksymoops-2.3.4 output is attached.
> Is there anything else I can contribute?

The latitude and longtitude of the bios writers current position, and
a ballistic missile.

                --Alan Cox LKML-December 08,2000 

----------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to