Couldn't create temporary file to work with

Ubuntu中当你编译安装软件的时候可能会出现Couldn't create temporary file to work with,原因可能是:

1、权限问题  2、根目录下没有tmp文件夹

解决办法: 1、切换到root执行  2、mkdir /tmp

上一篇:Unity进阶----Lua语言知识点(2018/11/08)


下一篇:Java中静态变量与实例变量