|
楼主 |
发表于 2004-1-16 11:54:57
|
显示全部楼层
[quote:b0f4f16140="atfa"]You should specify a target HAL.
Use './configure --with-hal=list' to see the HALs list.
运行./configure --with-hal=list看看有神么HAL(HAL=Hardware Access List也许是)
然后再./configure --with-hal=xxxxx[/quote]
兄弟,试了一下你说的方法,可出现以下问题:
[root@localhost pctel-0.9.6]# ./configure --with-hal=list
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build driver for... available HALs are:
pct789, cm8738, i8xx, sis, via686a.
[root@localhost pctel-0.9.6]# ./configure --with-hals=pct789, cm8738, i8xx, sis, via686a
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: cm8738,
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: i8xx,
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: sis,
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
You should specify a target HAL.
Use './configure --with-hal=list' to see the HALs list.
[root@localhost pctel-0.9.6]# make
make: *** No targets specified and no makefile found. Stop.
还是安装不了,哎,怎么办呢? |
|