javascript - "cannot find -ljscore" while I am trying to build Qt 4.7.1 static library -
i tried build static qt library latest source, got following error:
/usr/bin/ld: cannot find -ljscore collect2: ld returned 1 exit status
how solve problem?
that's bug in qt's build system existing since 4.7.0 , not fixed in 4.7.1. after failing make call, have copy libjscore.a , libjscore.prl (don't know exact locations, search qt build tree find them, somewhere in webkit) lib/ folder , rerun make.
Comments
Post a Comment