On Sat, Feb 13, 2016 at 11:20 AM, Daniel Burchardt <[email protected]> wrote: > Hi, > > I create port v8 for python, after try import module i have error: undefined > symbol: icudt54_dat. Where is problem? What i doing bad? > > Thanks for help
Hard to say without more information on how you configured and built V8 (and also what version.) V8 links against ICU by default but you can disable that with `make i18nsupport=off`. Might be worth a try. -- -- 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.
