qt python 出现undefined reference to `forkpty’ 错误解决方法
添加编译选项
LIBS+=-ldl
LIBS+=-lutil
手动链接这个底层库
本文介绍了解决QTPython中出现的'undefined reference to `forkpty’'错误的方法,通过添加编译选项LIBS+=-ldl和LIBS+=-lutil,手动链接底层库来修复该问题。
qt python 出现undefined reference to `forkpty’ 错误解决方法
添加编译选项
LIBS+=-ldl
LIBS+=-lutil
手动链接这个底层库

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