我正试图在Ubuntu 12.04中构建Ubuntu 12.04。我得到了以下链接错误:
/usr/bin/ld: cannot find -lJpeg
/usr/bin/ld: cannot find -lJpeglibjpeg已经安装在我的机器上了。还缺什么?
发布于 2014-01-23 19:22:59
libjpeg已经安装在我的机器上了。还缺什么?
/usr/bin/ld: cannot find -lJpeg
^备注大写字母!链接器缺少一个libJpeg.a (或其他存档格式)文件,或者一个适当的-L<path>选项来解决它。
https://stackoverflow.com/questions/21317441
复制相似问题