I have an Android application that links with V8. As of version 3.20.9.1 
this was working well, but with version 3.27.34.4 there appears to be a 
dependency on stlport, causing failures at link time.

I'm using gnustl_static, so I can't link to the stlport static library as 
there are two many duplicated symbols. I can't use stlport, as it isn't 
standards compliant enough to compile my code.

Is there any reason V8 uses stlport rather than the much more capable and 
compliant gnustl_static? If not, I will take a crack at porting it over 
to gnustl_static.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to