On Tue, 23 Apr 2002 22:02:25 -0700
"Garrick Sitongia" <[EMAIL PROTECTED]> wrote:

> It seems there is a continuing problem with Mandrake linux and "confdefs.h" 
> missing. A search on the internet finds many discussions, but no 
> comprehensible solutions.
> 
> configure:1637: checking for processor type
> configure:1718: gcc -o conftest -g -O2   conftest.c  1>&5
> configure:1880: checking for SMP
> configure:1900: gcc -o conftest -g -O2   conftest.c  1>&5
> configure: failed program was:
> #line 1887 "configure"
> #include "confdefs.h"
> 
> I do have kernel headers installed. A 'locate confdefs.h' finds nothing. 
> What can I do?
> 
> Garrick

Well, I have this in my config.log:

..........
configure:1637: checking for processor type
configure:1718: gcc -o conftest -g -O2   conftest.c  1>&5 -I/usr/src/linux/include
configure:1880: checking for SMP
configure:1900: gcc -o conftest -g -O2   conftest.c  1>&5 -I/usr/src/linux/include
configure: failed program was:
#line 1887 "configure"
#include "confdefs.h"

#include "/lib/modules/2.4.18-6mdk/build/include/linux/autoconf.h"
int main(void) {
#ifndef CONFIG_SMP
        exit(1);
#else
        exit(0);
#endif
}

configure:1919: checking for ISA PnP driver in kernel
..........

So I think the configure script correctly recognized I don't have a SMP
kernel :) I also don't have a confdefs.h file. Do you have a SMP kernel?

    -Frans

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

Reply via email to