|
|
发表于 2006-1-9 21:17:17
|
显示全部楼层
我装的LFS6.1 到TCL8.4.9时configure的出错信息完全一样。
查看configure的脚本时在
7325 system=MP-RAS-`awk '{print }' /etc/.relid'`
发现relid后多了一个 ' 使后面的 case $system in 无效
但掉去了多余的 ' 后又出了新的问题
lfs@EVA:/mnt/lfs/sources/tcl8.4.9/unix$ ./configure --prefix=/tools
creating cache ./config.cache
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for building with threads... no (default)
checking if the compiler understands -pipe... yes
checking how to run the C preprocessor... gcc -pipe -E
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking how to build libraries... shared
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 7563: syntax error near unexpected token `('
./configure: line 7563: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in'
lfs@EVA:/mnt/lfs/sources/tcl8.4.9/unix$
我用的是Debian 2.6.14-5 gcc3.4.5 |
|