吾在申威机器上试着编译cups,结果报错:

checking build system type... ./config.guess: unable to guess system typeThis script, last modified 2013-11-29, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts fromhttp://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
andhttp://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEADIf the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.config.guess timestamp = 2013-11-29uname -m = sw_64
uname -r = 4.19.90-sunway-desktop-talas
uname -s = Linux
uname -v = #11 SMP Fri Apr 17 15:04:05 CST 2020/usr/bin/uname -p = unknown
uname -X     = nfo               =
/bin/universe          =
/usr/bin/arch -k       =
/bin/arch              = sw_64
/usr/bin/oslevel       =
/usr/convex/getsysinfo = UNAME_MACHINE = sw_64
UNAME_RELEASE = 4.19.90-sunway-desktop-talas
UNAME_SYSTEM  = Linux
UNAME_VERSION = #11 SMP Fri Apr 17 15:04:05 CST 2020
configure: error: cannot guess build type; you must specify one
Makefile:11: Makedefs: 没有那个文件或目录
make: *** 没有规则可制作目标“Makedefs”。 停止。

人们不禁要问,这究竟是。。。还是。。。行了行了,还是问怎么办吧。正好申威人员指点,替换两个文件即可。吾试之,果然编译通过。

MISC_DIR=/usr/share/misc
cp ${MISC_DIR}/config.guess .
cp ${MISC_DIR}/config.sub   .

checking build system type... ./config.guess: unable to guess system type/you must specify one相关推荐

  1. msys2 config.guess: unable to guess system type

    msys2 config.guess: unable to guess system type 解决方法: ./configure --host=mingw64 --enable-static --p ...

  2. 错误“checking build system type... config.sub: missing argument”的解决办法

    背景:交叉编译avahi库时遇到错误"checking build system type... config.sub: missing argument" ,"conf ...

  3. Unable to chmod /system/build.prop.: Read-only file system

    Unable to chmod /system/build.prop.: Read-only file system 只读文件系统 所以需要更改 使用下面的命令 mount -o remount,rw ...

  4. 树莓派4B gpio readall 出现Oops - unable to determine board type

    作者:吴业亮 博客:wuyeliang.blog.csdn.net root@raspberrypi:~# gpio readall Oops - unable to determine board ...

  5. 【Paper】41_[24]novel type of phase transition in a system of self-driven particles

    novel type of phase transition in a system of self-driven particles 一篇总结性的PPT

  6. 搭建DVWA出现错误:DVWA System error - config file not found.

    搭建时候出现错误:DVWA System error - config file not found. Copy config/config.inc.php.dist to config/config ...

  7. [error] Keil:..\SYSTEM\usart\usart.c(38): error: #260-D: explicit type is missing (“int“ assumed)

    问题描述 在学习正点原子寄存器建立工程的时候,在对最终的文件进行编译,但是出现了:..\SYSTEM\usart\usart.c(38): error: #260-D: explicit type i ...

  8. ..\SYSTEM\usart\usart.c(21): error: #260-D: explicit type is missing (“int“ assumed)

    #include "sys.h" #include "usart.h" #if SYSTEM_SUPPORT_OS #include "include ...

  9. 报错:Field userRepository in com.my.system.service.impl.UserServiceImpl required a bean of type ‘com.m

    项目启动报错:Field userRepository in com.my.system.service.impl.UserServiceImpl required a bean of type 'c ...

  10. c语言system的参数,C语言中的system函数参数详解

    http://blog.csdn.net/pipisorry/article/details/33024727 函数名: system 功   能: 发出一个DOS命令 用   法: int syst ...

最新文章

  1. zabbix 自定义 key (转)
  2. strcpy_s与strcpy对照
  3. redis面试问题(一)
  4. 使用MVCPager做AJAX分页所需要注意的地方
  5. PyTorch框架学习十八——Layer Normalization、Instance Normalization、Group Normalization
  6. muduo网络图书馆评测
  7. python分享文件_使用简单的python http服务共享文件
  8. iOS开发中的富文本
  9. 时间管理 SMART 与 四象限
  10. LoadRunner 录制常见错误解决方法
  11. SpyEye on Android
  12. 4.24口语习语 听力复习
  13. 密度聚类DBSCAN的matlab代码
  14. DS18B20温度传感器学习笔记
  15. 乘客网上订票系统MVC
  16. cad打印样式ctb丢失,CAD打印样式表如何设置?CTB和STB有何区别?
  17. 强化学习经典算法笔记(十七):A3C算法的PyTorch实现
  18. Allegro如何给铜皮导弧操作详解
  19. 跨境必看:跨境支付问题以及热门跨境支付方式的优劣势分析!
  20. JavaScript代理模式之四大代理

热门文章

  1. Python学习(三)-----用户输入和while循环
  2. python中报出lxml怎么改_[lxml]遇到非正常字符就中断处理?
  3. 计算机图形学_GAMES101-现代计算机图形学课程 全笔记
  4. python函数参数生成器_python函数补充、生成器、迭代器
  5. c语言api_C语言现在好找工作吗?我开始学了这么久的C语言,应该怎么办?
  6. web myeclipse为什么连接不上css_好程序员web前端培训分享:web前端自学该怎么规划学习...
  7. 防火墙是linux配置,linux配置iptables防火墙
  8. java oracle时间格式转换_oracle时间格式转换问题 ORA-01810: format code appears twice--转...
  9. php异步通知并查询,服务器异步通知的接收by php
  10. SpringBoot 的错误处理机制