1、在包下./configure --……各种路径
报错情况:
enable-ctype ??
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ??
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... Invalid configuration `??': machine `??' not recognized
configure: error: /bin/sh ./config.sub ?? failed
解决
./configure --等等,我是从网页上复制过来的,手动敲一遍就ok了
本文记录了一次使用./configure命令配置软件源过程中遇到的各种错误及解决方法。主要问题包括未知的选项、无效的主机类型、未识别的配置等,通过手动重新输入命令解决了这些问题。

817

被折叠的 条评论
为什么被折叠?



