footbingg 发表于 2004-1-15 22:35:14

安装驱程的问题,求救!

安装步骤如下:
# cd /tmp
# cd pctel-0.9.6
# ./configure
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.

# make
make: *** No targets specified and no makefile found. Stop.

# make install
make: Nothing to be done for `install'.

怎么回事呢?文件是完好的。急救!!!

atfa 发表于 2004-1-15 23:32:23


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

footbingg 发表于 2004-1-16 11:54:57


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

兄弟,试了一下你说的方法,可出现以下问题:
# ./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.

# ./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.

# make
make: *** No targets specified and no makefile found.Stop.

还是安装不了,哎,怎么办呢?

footbingg 发表于 2004-1-16 23:59:09

伟大的版主在哪里啊。帮帮我吧。。。
页: [1]
查看完整版本: 安装驱程的问题,求救!