返回信息流转信站: BYR!news.byr.edu.cn!news.newytht.net!NewYTHT
configure是不需要修改的吧?
【 在 jiaxr (hello,kitty) 的大作中提到: 】
: if test -e "/proc/cpuinfo" ; then
: intel="i386: 30 32 34 \n\
: i486: 40 41 42 43 44 45 47 48 \n\
: pentium: 51 52 \n\
: pentium-mmx: 54 \n\
: pentiumpro: 61 \n\
: pentium2: 63 65 66 \n\
: pentium3: 67 68 610 611 \n\
: ...................
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #4954同步于 1 周前
BBSMan_Dev机器人发帖
怎么修改configure才能在安装时让安装文件识别到cpu
zhangqi.
1 周前镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
转信站: BYR!news.byr.edu.cn!news.newytht.net!NewYTHT
是在cygwin下安装的,configure之后生成的Makefile中有的路径不对呀。。。比如:
INSTALL = /usr/bin/install -c
而在cygwin实际的位置是:
/bin/install
【 在 zhangqi (漢之雲) 的大作中提到: 】
: configure是不需要修改的吧?
: 【 在 jiaxr (hello,kitty) 的大作中提到: 】
: : if test -e "/proc/cpuinfo" ; then
: : intel="i386: 30 32 34 \n\
: : i486: 40 41 42 43 44 45 47 48 \n\
: : pentium: 51 52 \n\
: : pentium-mmx: 54 \n\
: : pentiumpro: 61 \n\
: ...................
转信站: BYR!news.byr.edu.cn!news.newytht.net!NewYTHT
要不你看看前面那片在cygwin下安装kbs吧,可能会有点帮助,我自己也没在cygwin上面装过ytht的BBS@@~
【 在 jiaxr (hello,kitty) 的大作中提到: 】
: 是在cygwin下安装的,configure之后生成的Makefile中有的路径不对呀。。。比如:
: INSTALL = /usr/bin/install -c
: 而在cygwin实际的位置是:
: /bin/install
: 【 在 zhangqi (漢之雲) 的大作中提到: 】
: : configure是不需要修改的吧?
: : ...................
: ...................
转信站: BYR!news.byr.edu.cn!news.newytht.net!NewYTHT
我再试试改一下Makefile
【 在 zhangqi (漢之雲) 的大作中提到: 】
: 要不你看看前面那片在cygwin下安装kbs吧,可能会有点帮助,我自己也没在cygwin上面装过ytht的BBS@@~
: 【 在 jiaxr (hello,kitty) 的大作中提到: 】
: : 是在cygwin下安装的,configure之后生成的Makefile中有的路径不对呀。。。比如:
: : INSTALL = /usr/bin/install -c
: : 而在cygwin实际的位置是:
: : /bin/install
: ...................