I am running RH 7 with kernel 2.4.9 and egcs 1.1.2-30 this what I get
from the configure script

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:571: checking for gcc
configure:684: checking whether the C compiler (gcc  ) works
configure:700: gcc -o conftest    conftest.c  1>&5
configure:726: checking whether the C compiler (gcc  ) is a cross-compiler
configure:731: checking whether we are using GNU C
configure:759: checking whether gcc accepts -g
configure:793: checking for ranlib
configure:851: checking for a BSD compatible install
configure:905: checking how to run the C preprocessor
configure:985: checking for ANSI C header files
configure:1093: checking for linux/fs.h
configure:1131: checking for working const
configure:1206: checking for inline
configure:1246: checking whether time.h and sys/time.h may both be included
configure:1283: checking whether gcc needs -traditional
configure:1330: checking for directory with kernel source
configure:1348: checking for kernel version
configure:1398: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1432: checking for kernel module symbol versions
configure:1452: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1469: checking for PCI support in kernel
configure:1489: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1505: checking for SGI/MIPS (HAL2) architecture
configure:1519: checking for directory to store kernel modules
configure:1538: checking for debug level
configure:1607: checking for processor type
configure:1667: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 1617 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "/RPMS/linux/linux/include/linux/autoconf.h"
int main(void) {
        FILE *file = fopen("processor.id", "w+");
        if (file == NULL)
                return 1;
#if defined(CONFIG_M386)
        fprintf(file, "i386");
#elif defined(CONFIG_M486)
        fprintf(file, "i486");
#elif defined(CONFIG_M586)
        fprintf(file, "i586");
#elif defined(CONFIG_M586TSC)
        fprintf(file, "i586tsc");
#elif defined(CONFIG_M686)
        fprintf(file, "i686");
#elif defined(CONFIG_IA64)
        fprintf(file, "ia64");
#elif defined(CONFIG_EV4) || defined(CONFIG_ALPHA_EV4)
        fprintf(file, "alpha_ev4");
#elif defined(CONFIG_EV5) || defined(CONFIG_ALPHA_EV5)
        fprintf(file, "alpha_ev5");
#elif defined(CONFIG_EV6) || defined(CONFIG_ALPHA_EV6)
        fprintf(file, "alpha_ev6");
#elif defined(CONFIG_ALPHA_GENERIC)
        fprintf(file, "alpha_generic");
#elif defined(CONFIG_ALPHA_NONAME)
        fprintf(file, "alpha_noname");
#elif defined(CONFIG_PPC)
        fprintf(file, "ppc");
#elif defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000)
        fprintf(file, "mips");
#elif defined(CONFIG_CPU_R4300) || defined(CONFIG_CPU_R4X00)
        fprintf(file, "mips");
#elif defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_NEVADA)
        fprintf(file, "mips");
#elif defined(CONFIG_CPU_R8000) || defined(CONFIG_CPU_R10000)
        fprintf(file, "mips");
#else
        fclose(file);
        return 1;
#endif
        fclose(file);
        return 0;
}

configure:1729: checking for ISA support in kernel
configure:1749: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1766: checking for SMP
configure:1786: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 1773 "configure"
#include "confdefs.h"

#include "/RPMS/linux/linux/include/linux/autoconf.h"
int main(void) {
#ifndef CONFIG_SMP
        exit(1);
#else
        exit(0);
#endif
}

configure:1805: checking for ISA PnP driver in kernel
configure:1820: checking for ISA PnP support
configure:1851: checking for driver version
configure:1861: checking for sequencer support
configure:1886: checking for OSS/Free emulation
configure:2028: checking for which soundcards to compile driver for

this is the section that the error is refering to

1605 echo $ac_n "checking for processor type""... $ac_c" 1>&6
1606 echo "configure:1607: checking for processor type" >&5
1607 CONFIG_SND_PPC=0
1608 CONFIG_SND_ISA=1
1609 processor=""
1610 rm -f processor.id
1611 if test "$cross_compiling" = yes; then
1612   echo "$ac_t"""unknown"" 1>&6;processor=""
1613 
1614 else
1615  cat > conftest.$ac_ext <<EOF
1616 #line 1617 "configure"
1617 #include "confdefs.h"

I have checked and I do not have a conftest.c file for it to compile
anywhere on my system or in this package. Any help? 
-- 
Jayson 


__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com


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

Reply via email to