gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-04 09:41:04 27 4
gpt4 key购买 nike

我正在尝试构建 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/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com