本文介绍了未找到库-lrt与QtCreator [MAC OS]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到与QT它建立与选择一些麻烦-lrt

我使用MAC OS 10.6 Qt Creator的1.2.1,heeeeeeelp!

这是全力打造命令:

and it ends with

解决方案

Why does the program need librt?

I know that some platforms (Solaris comes to mind) require librt for some functions which might exist in other libraries in your OS. (sem_init() et al. are like this)

You might try to link without -lrt and see if it works.

这篇关于未找到库-lrt与QtCreator [MAC OS]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 06:27