"Liang, Zhenyu" <zhenyu.li...@intel.com> writes:

> I have never encountered this problem. Just some clues FYI.
> 1. Add -lv8 or --copy-dt-needed-entries option to ld
> 2. Or remove -as-needed option (I'm not sure about this)

Yeah, that error message you mentioned usually mean some library is not
being passed to the linker as it should. I'd recommend looking at the
gyp file that mentiones application_native_module.cc and check if libv8
is being linked against the library/executable it is building (the order
is also important).
_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to