>I got:
>...
>checking for kernel version... expr: syntax error
>expr: syntax error
>expr: syntax error
>failed (probably missing 
> >/lib/modules/2.4.18-6mdk/build/include/linux/version.h)

Check if this file exists. It does on my system, but I originally fixed the 
problem by changing the first line in the file from:
#include <linux/rhconfig.h>
to
#include </lib/modules/2.4.18-6mdk/build/include/linux/rhconfig.h>

and it worked. Configure had the same error message with another file, and I 
had to edit that file also. Then someone on this list suggested the 
"-I/usr/src/linux/include" line in the configure script, like this:

ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS 
conftest.$ac_ext $LIBS 1>&5 -I/usr/src/linux-2.4.18-6mdk/include'

and it fixed the configure problem so I don't have to edit files in 
/lib/modules/2.4.18-6mdk/build/include/linux anymore. I don't know why it 
doesn't work for some other people.

Garrick Sitongia



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to