• 4568阅读
  • 2回复

[提问]静态编译出现 cannot find -lwebcore [复制链接]

上一主题 下一主题
离线tsuibin
 

只看楼主 倒序阅读 楼主  发表于: 2012-04-05
最新的 Qt4.8.1 静态编译 cannot find -lwebcore


配置参数


./configure -static -fast -opensource -embedded arm-gnueabi -no-qt3support -little-endian -no-rpath


这个问题需要怎么解决


只能屏蔽webkit
离线myseemylife

只看该作者 1楼 发表于: 2012-04-11
你在arm上要用到webkit的东东吗?
蠢笨的愚钝~
离线joyce3800
只看该作者 2楼 发表于: 2012-06-14
1 down vote
    

Almost impossible. Webkit uses stand along makefiles other than the makefiles generated by configure tool. You can check src\3rdparty\webkit\source yourself.

If you tried to compile Qt static with webkit, you'll meet a error says cannot find -lwebcore. In fact, the webcore.a is generated at src\3rdparty\webkit\source\webcore\release, so does -ljscore. But if you copy them to /lib yourslef, link error always popup.

I've tried to edit makefiles of webcore and jscore adding -static, but it didn't work at all.

Sadly, that's all what I got now.
快速回复
限100 字节
 
上一个 下一个