|
发表于 2003-1-19 20:52:44
|
显示全部楼层
kj501兄,我觉的我得configure就好象不对,太短了就结束了.麻烦你看看,对吗???
[root@passion alsa-driver-0.9.0rc3]# rm include/linux/isapnp.h &&
> ./configure \
> --with-moddir=/lib/modules/2.4.20/kernel/drivers/sound/ \
> --with-kernel=/usr/src/linux/ \
> --with-sequencer=yes \
> --with-oss=yes \
> --with-isapnp=no \
> --with-cards=cs46xx
rm: remove symbolic link `include/linux/isapnp.h'? y
creating cache ./config.cache
checking for gcc... gcc -s
checking whether the C compiler (gcc -s -march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays ) works... yes
checking whether the C compiler (gcc -s -march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc -s accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -s -E
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc -s needs -traditional... no
checking for current directory... /home/lifeng/tmp/alsa/alsa-driver-0.9.0rc3
checking cross compile...
checking for directory with kernel source... /usr/src/linux/
checking for kernel version... 2.4.20
checking for kernel linux/pm.h... yes
checking for kernel module symbol versions... yes
checking for PCI support in kernel... yes
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/2.4.20/kernel/drivers/sound/
checking for verbose printk... on
checking for debug level... none
checking for processor type... i686
checking for SMP... no
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... no
checking for driver version... 0.9.0rc3
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... no
checking for USB... yes
checking for which soundcards to compile driver for... cs46xx
updating cache ./config.cache
creating ./config.status
creating version
creating Makefile.conf
creating snddevices
creating utils/alsa-driver.spec
creating utils/buildrpm
creating toplevel.config
creating include/config.h
creating include/config1.h
creating include/version.h
include/version.h is unchanged
[root@passion alsa-driver-0.9.0rc3]# |
|