|
|
在安装ALSA时出现如下错误
[root@localhost alsa-driver-0.9.4]# make
make all-deps
make[1]: Entering directory `/root/alsa-driver-0.9.4'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/root/alsa-driver-0.9.4'
Please, run the configure script as first...
[root@localhost alsa-driver-0.9.4]# make install
rm -f /snd*.o /persist.o /isapnp.o
make[1]: Entering directory `/root/alsa-driver-0.9.4/support'
Makefile:9: ../Makefile.conf: 没有那个文件或目录
Makefile:27: /Rules.make: 没有那个文件或目录
make[1]: *** No rule to make target `/Rules.make'. Stop.
make[1]: Leaving directory `/root/alsa-driver-0.9.4/support'
make: *** [install-modules] Error 1
[root@localhost alsa-driver-0.9.4]# |
|