[v8-users] Re: help: libv8.so: undefined symbol: _ZTVN6icu_5413UnicodeStringE

2015-03-15 Thread David Xanatos
I found the issue, the v8 was linked against the system libicu and not the one it compiled itself, to solve the issue i needed to use chrpath -r \$ORIGIN ./libv8.so ./Final/libv8.so: RUNPATH=$ORIGIN/lib.target/ ./Final/libv8.so: new RUNPATH: $ORIGIN for whatever reason the v8 lib is linked to

[v8-users] Re: help: libv8.so: undefined symbol: _ZTVN6icu_5413UnicodeStringE

2015-03-15 Thread David Xanatos
PS: same issue on ubuntu 14 :( my project unclused also other libicu versions its a QT project, can that be the problem? on windows and max no problems -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are su