|
楼主 |
发表于 2005-6-24 14:06:06
|
显示全部楼层
这是我编译的时候出现的问题,搞不懂为什么,好像是说内核要重新编译之类的
我是一只小菜鸟,求高手出山相助。。。
susu:~/alsa/alsa-driver-1.0.9b # ./configure --with-cards=emu10k1x --with-sequencer=yes;make;make install
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... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /root/alsa/alsa-driver-1.0.9b
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.11.4-21.7-default/source
checking for directory with kernel build... /lib/modules/2.6.11.4-21.7-default/build
checking for kernel version... The file /lib/modules/2.6.11.4-21.7-default/source/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.11.4-21.7-default/source).
make all-deps
make[1]: Entering directory `/root/alsa/alsa-driver-1.0.9b'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/root/alsa/alsa-driver-1.0.9b'
Please, run the configure script as first...
rm -f /snd*.*o /persist.o /isapnp.o
make[1]: Entering directory `/root/alsa/alsa-driver-1.0.9b/acore'
Makefile:6: /root/alsa/alsa-driver-1.0.9b/Makefile.conf: No such file or directory
make[1]: *** No rule to make target `/root/alsa/alsa-driver-1.0.9b/Makefile.conf'. Stop.
make[1]: Leaving directory `/root/alsa/alsa-driver-1.0.9b/acore'
make: *** [install-modules] Error 1 |
|