> /lib/modules/2.4.19pre1 doesn't go anywhere. However, I'd like to
> compile modules for the 2.4.19pre2 kernel.
>
> /lib/modules/2.4.19-pre2/build/include/linux/version.h exists just fine.
>
> How do I convince alsa to compile modules for the currently installed
> kernel as opposed to the currently running kernel? I never had this
> trouble with beta10, and I tracked pretty much every pre? version.
>
> I read INSTALL, and used --with-kernel-dir, but that didn't help.
> --with-moddir is for the destination of the modules, and I don't see
> other ./configure options that might help me.
>

this is the config line I used for 0.9.0beta12:

./configure --with-moddir=/lib/modules/2.4.18-rc1/kernel/driver/sound/ \
        --with-kernel=/usr/src/linux/ \
        --with-sequencer=yes --with-oss=yes \
        --with-cards=all

I used  --with-kernel instead of -with-kernel-dir

-D



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to