Thanks Ariya, I'll check out the links. After I re-read my email (after sending to the group, of course! arrgh.) i think it might sound like i am having trouble building Qt (since i put the ld error after the config line!), which hasn't been the case... Qt seems to build fine as 'static'... I ran into the trouble with ld and -ljscore when compiling my Qt app. I copied the static libjscore.a and it seems to work - so I guess it's fine - but maybe it's a bug that needs looked at (?). I've notice some other people posting questions about -ljscore and couldn't seem to track down any definitive resolution :)
Waitman Gobble San Jose, California On Tue, Oct 11, 2011 at 10:21 PM, Ariya Hidayat <[email protected]>wrote: > > I seem to be having an issue with a missing JavaScriptCore library. ld > > complains about missing -ljscore > > building static on windows (mingw32) > > ALSO a static build on Ubuntu 11.04 with same results. > > AFAICS static QtWebKit build is not offically supported, i.e. you are > on your own. > See http://doc.qt.nokia.com/4.7/platform-notes.html which says "WebKit > is only supported as a dynamically built library. Static linkage is > not supported." > > Having said that, I got some success using static build > (http://code.google.com/p/phantomjs/issues/detail?id=140). > > > -- > Ariya Hidayat, http://ariya.ofilabs.com >
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
