交叉编译jpeg库的问题

[code]./configure –enable-shared –enable-static[/code]
加了 –enable-shared 或者 –enable-statics 就会报
[code]ltconfig: cannot guess host type; you must specify one[/code]
方法是安装最新版的 libtool 然后
[code]
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure –enable-shared –enable-static
make; make install
[/code]

发表评论

电子邮件地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据