c++ - 构建 Teigha SDK : 'cannot find -lJpeg' 的问题

标签 c++ linux libjpeg

我正在尝试构建 Teigha SDKUbuntu 12.04 中。我收到以下链接错误:

/usr/bin/ld: cannot find -lJpeg
/usr/bin/ld: cannot find -lJpeg

libjpeg 已经安装在我的机器上。还缺少什么?

最佳答案

libjpeg has alredy been installed on my machine. What else is missing?

/usr/bin/ld: cannot find -lJpeg
                           ^

注意大写字母!链接器缺少 libJpeg.a (或其他存档格式)文件,或适当的 -L<path>选项来解决它。

关于c++ - 构建 Teigha SDK : 'cannot find -lJpeg' 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21317441/

相关文章:

c++ - 简单的软件许可证 key 服务器建议?

c++ - Windows 应用程序需要焦点

C++ - 重载 operator new 并提供额外的参数

linux - 在 Linux 上获取进程 ID 的 Shell 脚本

c++ - Travis-Ci 安装并运行 CxxTest

qnx 窗口上的 JPEG 图像

swift - 如何在 Swift 中使用 libjpeg 复杂宏?

c++ - 模板化检查是否存在类成员函数?

在外部服务器上编译代码(我没有根访问权限)

c++ - 使用 libjpeg 解码期间的无损 JPEG 旋转