~/alsa-driver-1.0.8> ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
lxuser@linux:~/alsa-driver-1.0.8> ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
JA
-----------------------------------
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/lxuser/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/java/jre/bin
PATH: /root/oss/bin
PATH: /root/oss/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1323: checking for gcc
configure:1339: found /usr/bin/gcc
configure:1349: result: gcc
configure:1593: checking for C compiler version
configure:1596: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1599: $? = 0
configure:1601: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:1604: $? = 0
configure:1606: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1609: $? = 1
configure:1633: checking for C compiler default output
configure:1636: gcc conftest.c >&5
configure:1639: $? = 0
configure:1685: result: a.out
configure:1690: checking whether the C compiler works
configure:1696: ./a.out
configure:1699: $? = 0
configure:1716: result: yes
configure:1723: checking whether we are cross compiling
configure:1725: result: no
configure:1728: checking for suffix of executables
configure:1730: gcc -o conftest conftest.c >&5
configure:1733: $? = 0
configure:1758: result:
configure:1764: checking for suffix of object files
configure:1786: gcc -c conftest.c >&5
configure:1789: $? = 0
configure:1811: result: o
configure:1815: checking whether we are using the GNU C compiler
configure:1840: gcc -c conftest.c >&5
configure:1843: $? = 0
configure:1846: test -s conftest.o
configure:1849: $? = 0
configure:1862: result: yes
configure:1868: checking whether gcc accepts -g
configure:1890: gcc -c -g conftest.c >&5
configure:1893: $? = 0
configure:1896: test -s conftest.o
configure:1899: $? = 0
configure:1910: result: yes
configure:1927: checking for gcc option to accept ANSI C
configure:1988: gcc -c -g -O2 conftest.c >&5
configure:1943:19: stdio.h: No such file or directory
configure:1944:23: sys/types.h: No such file or directory
configure:1945:22: sys/stat.h: No such file or directory
configure:1948: error: parse error before '*' token
configure:1948: warning: `struct stat' declared inside parameter list
configure:1948: warning: its scope is only this definition or declaration, which is probably not what you want
configure:1948: warning: data definition has no type or storage class
configure:1967: error: parse error before "FILE"
configure:1967: warning: `struct stat' declared inside parameter list
configure:1967: error: `pairnames' declared as function returning a function
configure:1967: error: parse error before "int"
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:1988: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
gcc: unrecognized option `-qlanglvl=ansi'
configure:1943:19: stdio.h: No such file or directory
configure:1944:23: sys/types.h: No such file or directory
configure:1945:22: sys/stat.h: No such file or directory
configure:1948: error: parse error before '*' token
configure:1948: warning: `struct stat' declared inside parameter list
configure:1948: warning: its scope is only this definition or declaration, which is probably not what you want
configure:1948: warning: data definition has no type or storage class
configure:1967: error: parse error before "FILE"
configure:1967: warning: `struct stat' declared inside parameter list
configure:1967: error: `pairnames' declared as function returning a function
configure:1967: error: parse error before "int"
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:1988: gcc -std1 -c -g -O2 conftest.c >&5
cc1: error: unrecognized option `-std1'
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:1988: gcc -Ae -c -g -O2 conftest.c >&5
<command line>:4:2: missing '(' after predicate
configure:1943:19: stdio.h: No such file or directory
configure:1944:23: sys/types.h: No such file or directory
configure:1945:22: sys/stat.h: No such file or directory
configure:1948: error: parse error before '*' token
configure:1948: warning: `struct stat' declared inside parameter list
configure:1948: warning: its scope is only this definition or declaration, which is probably not what you want
configure:1948: warning: data definition has no type or storage class
configure:1967: error: parse error before "FILE"
configure:1967: warning: `struct stat' declared inside parameter list
configure:1967: error: `pairnames' declared as function returning a function
configure:1967: error: parse error before "int"
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:1988: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command line>:4:2: missing '(' after predicate
configure:1943:19: stdio.h: No such file or directory
configure:1944:23: sys/types.h: No such file or directory
configure:1945:22: sys/stat.h: No such file or directory
configure:1948: error: parse error before '*' token
configure:1948: warning: `struct stat' declared inside parameter list
configure:1948: warning: its scope is only this definition or declaration, which is probably not what you want
configure:1948: warning: data definition has no type or storage class
configure:1967: error: parse error before "FILE"
configure:1967: warning: `struct stat' declared inside parameter list
configure:1967: error: `pairnames' declared as function returning a function
configure:1967: error: parse error before "int"
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:1988: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
gcc: unrecognized option `-Xc'
configure:1943:19: stdio.h: No such file or directory
configure:1944:23: sys/types.h: No such file or directory
configure:1945:22: sys/stat.h: No such file or directory
configure:1948: error: parse error before '*' token
configure:1948: warning: `struct stat' declared inside parameter list
configure:1948: warning: its scope is only this definition or declaration, which is probably not what you want
configure:1948: warning: data definition has no type or storage class
configure:1967: error: parse error before "FILE"
configure:1967: warning: `struct stat' declared inside parameter list
configure:1967: error: `pairnames' declared as function returning a function
configure:1967: error: parse error before "int"
configure:1991: $? = 1
configure: failed program was:
| #line 1934 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p;
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2015: result: none needed
configure:2033: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2036: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2186: checking for ranlib
configure:2202: found /usr/bin/ranlib
configure:2213: result: ranlib
configure:2262: checking for a BSD-compatible install
configure:2316: result: /usr/bin/install -c
configure:2339: checking how to run the C preprocessor
configure:2375: gcc -E conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2370:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2375: gcc -E conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2370:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2375: gcc -E -traditional-cpp conftest.c
configure:2372: assert.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2375: gcc -E -traditional-cpp conftest.c
configure:2372: assert.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2375: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2370:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2375: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2370:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2361 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2457: result: /lib/cpp
configure:2482: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2477:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2488: $? = 1
configure: failed program was:
| #line 2468 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2482: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:11,
from configure:2477:
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:2488: $? = 1
configure: failed program was:
| #line 2468 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2556: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
ARCH='
AS='as'
CC='gcc'
CFLAGS='-g -O2'
CONFIG_ALPHA='
CONFIG_ARCH_SA1100='
CONFIG_ARM='
CONFIG_ASIHPK='
CONFIG_BROKEN='
CONFIG_COMPAT='
CONFIG_EXPERIMENTAL='
CONFIG_FW_LOADER='
CONFIG_GSC='
CONFIG_I2C='
CONFIG_INPUT='
CONFIG_ISA='
CONFIG_ISAPNP='
CONFIG_ISAPNP_KERNEL='
CONFIG_L3='
CONFIG_PARISC='
CONFIG_PARPORT='
CONFIG_PCI='
CONFIG_PCMCIA='
CONFIG_PNP='
CONFIG_PNP_KERNEL='
CONFIG_PPC='
CONFIG_PROC_FS='
CONFIG_RTC='
CONFIG_SBUS='
CONFIG_SGI='
CONFIG_SND='
CONFIG_SND_AC97_CODEC='
CONFIG_SND_AD1816A='
CONFIG_SND_AD1848='
CONFIG_SND_ALI5451='
CONFIG_SND_ALS100='
CONFIG_SND_ALS4000='
CONFIG_SND_ASIHPI='
CONFIG_SND_ATIIXP='
CONFIG_SND_ATIIXP_MODEM='
CONFIG_SND_AU8810='
CONFIG_SND_AU8820='
CONFIG_SND_AU8830='
CONFIG_SND_AZT2320='
CONFIG_SND_AZT3328='
CONFIG_SND_AZX='
CONFIG_SND_BIT32_EMUL='
CONFIG_SND_BT87X='
CONFIG_SND_BT87X_OVERCLOCK='
CONFIG_SND_CA0106='
CONFIG_SND_CMI8330='
CONFIG_SND_CMIPCI='
CONFIG_SND_CS4231='
CONFIG_SND_CS4232='
CONFIG_SND_CS4236='
CONFIG_SND_CS4281='
CONFIG_SND_CS46XX='
CONFIG_SND_CS46XX_NEW_DSP='
CONFIG_SND_DARLA20='
CONFIG_SND_DARLA24='
CONFIG_SND_DATE='
CONFIG_SND_DEBUG='
CONFIG_SND_DEBUG_DETECT='
CONFIG_SND_DEBUG_MEMORY='
CONFIG_SND_DT019X='
CONFIG_SND_DUMMY='
CONFIG_SND_EMU10K1='
CONFIG_SND_EMU10K1X='
CONFIG_SND_ENS1370='
CONFIG_SND_ENS1371='
CONFIG_SND_ES1688='
CONFIG_SND_ES18XX='
CONFIG_SND_ES1938='
CONFIG_SND_ES1968='
CONFIG_SND_ES968='
CONFIG_SND_FM801='
CONFIG_SND_FM801_TEA575X='
CONFIG_SND_GINA20='
CONFIG_SND_GINA24='
CONFIG_SND_GINA3G='
CONFIG_SND_GUSCLASSIC='
CONFIG_SND_GUSEXTREME='
CONFIG_SND_GUSMAX='
CONFIG_SND_GUS_SYNTH='
CONFIG_SND_HARMONY='
CONFIG_SND_HDSP='
CONFIG_SND_HDSPM='
CONFIG_SND_HWDEP='
CONFIG_SND_ICE1712='
CONFIG_SND_ICE1724='
CONFIG_SND_INDIGO='
CONFIG_SND_INDIGODJ='
CONFIG_SND_INDIGOIO='
CONFIG_SND_INTEL8X0='
CONFIG_SND_INTEL8X0M='
CONFIG_SND_INTERWAVE='
CONFIG_SND_INTERWAVE_STB='
CONFIG_SND_KERNELDIR='
CONFIG_SND_KORG1212='
CONFIG_SND_LAYLA20='
CONFIG_SND_LAYLA24='
CONFIG_SND_LAYLA3G='
CONFIG_SND_LOOPBACK='
CONFIG_SND_MAESTRO3='
CONFIG_SND_MIA='
CONFIG_SND_MIXART='
CONFIG_SND_MIXER_OSS='
CONFIG_SND_MONA='
CONFIG_SND_MPU401='
CONFIG_SND_MPU401_UART='
CONFIG_SND_MSND_PINNACLE='
CONFIG_SND_MTPAV='
CONFIG_SND_MVERSION='
CONFIG_SND_NM256='
CONFIG_SND_OPL3SA2='
CONFIG_SND_OPL3_LIB='
CONFIG_SND_OPL4_LIB='
CONFIG_SND_OPTI92X_AD1848='
CONFIG_SND_OPTI92X_CS4231='
CONFIG_SND_OPTI93X='
CONFIG_SND_OSSEMUL='
CONFIG_SND_PC98_CS4232='
CONFIG_SND_PCM='
CONFIG_SND_PCM_OSS='
CONFIG_SND_PCXHR='
CONFIG_SND_PDAUDIOCF='
CONFIG_SND_PDPLUS='
CONFIG_SND_PORTMAN2X4='
CONFIG_SND_POWERMAC='
CONFIG_SND_RAWMIDI='
CONFIG_SND_RME32='
CONFIG_SND_RME9652='
CONFIG_SND_RME96='
CONFIG_SND_RTCTIMER='
CONFIG_SND_SA11XX_UDA1341='
CONFIG_SND_SB16='
CONFIG_SND_SB16_CSP='
CONFIG_SND_SB8='
CONFIG_SND_SBAWE='
CONFIG_SND_SEQUENCER='
CONFIG_SND_SEQUENCER_OSS='
CONFIG_SND_SEQ_DUMMY='
CONFIG_SND_SERIALMIDI='
CONFIG_SND_SERIAL_U16550='
CONFIG_SND_SGALAXY='
CONFIG_SND_SONICVIBES='
CONFIG_SND_SSCAPE='
CONFIG_SND_SUN_AMD7930='
CONFIG_SND_SUN_CS4231='
CONFIG_SND_SUN_DBRI='
CONFIG_SND_TIMER='
CONFIG_SND_TRIDENT='
CONFIG_SND_USB_AUDIO='
CONFIG_SND_USB_USX2Y='
CONFIG_SND_VERBOSE_PRINTK='
CONFIG_SND_VERSION='1.0.8'
CONFIG_SND_VIA82XX='
CONFIG_SND_VIA82XX_MODEM='
CONFIG_SND_VIRMIDI='
CONFIG_SND_VX222='
CONFIG_SND_VXP440='
CONFIG_SND_VXPOCKET='
CONFIG_SND_VX_LIB='
CONFIG_SND_WAVEFRONT='
CONFIG_SND_YMFPCI='
CONFIG_SOUND='
CONFIG_SOUND_PRIME='
CONFIG_SPARC32='
CONFIG_SPARC64='
CONFIG_USB='
CONFIG_VIDEO_DEV='
CONFIG_X86='
CONFIG_X86_PC9800='
CPP='/lib/cpp'
CPPFLAGS='
CROSS_COMPILE='
DEFS='
ECHO_C='
ECHO_N='-n'
ECHO_T='
EGREP='
EXEEXT='
EXTRA_INCLUDES='
GENKSYMS='
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KERNEL_INC='
KLD='
LDFLAGS='
LIBOBJS='
LIBS='
LTLIBOBJS='
MAKE_ADDS='
NEW_KBUILD='
OBJEXT='o'
PACKAGE_BUGREPORT='
PACKAGE_NAME='
PACKAGE_STRING='
PACKAGE_TARNAME='
PACKAGE_VERSION='
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
SRCDIR='
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias='
c_opts='
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias='
includedir='${prefix}/include'
infodir='${prefix}/info'
kaversion='
kextraversion='
kpatchlevel='
ksublevel='
kversion='
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
m_opts='
mandir='${prefix}/man'
moddir='
moddir_tree='
modsubdir='
msmp='
oldincludedir='/usr/include'
prefix='NONE'
processor='
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
configure: exit 1
Viestiä on muokattu lähettämisen jälkeen. Viimeisin muokkaus 11. helmikuuta 2005 @ 12:35
|