Re: [v8-users] ICU problem

2017-04-04 Thread Zac Hansen
you can tell the linker to not care about order.. but presumably it's faster if you put them in the right order to begin with. On Thursday, March 30, 2017 at 5:47:12 AM UTC-7, Nicolò Cavalleri wrote: > > Actually the problem was that I forgot to use circular dependencies, as > it's almost the

Re: [v8-users] ICU problem

2017-03-30 Thread Nicolò Cavalleri
Actually the problem was that I forgot to use circular dependencies, as it's almost the first time I am programming seriously in Linux (in Windows this is done automatically). Thank you for the support anyway! -- -- v8-users mailing list v8-users@googlegroups.com

Re: [v8-users] ICU problem

2017-03-26 Thread Ben Noordhuis
On Sat, Mar 25, 2017 at 2:51 PM, Nicolò Cavalleri wrote: > Hi, > > I am trying to use a library in linux that depends on the 4.5 static version > of v8, but I built the 5.0 version as I saw it has all the necessary .lib/.a > files are also built in this version, and it

[v8-users] ICU problem

2017-03-25 Thread Nicolò Cavalleri
Hi, I am trying to use a library in linux that depends on the 4.5 static version of v8, but I built the 5.0 version as I saw it has all the necessary .lib/.a files are also built in this version, and it has less bugs. However I get some linking error that has to do with icui18n, that looks