On Friday, July 27, 2012 9:16:12 AM UTC-4, kapouer wrote: > > do you use the right flags ? > here are the ones used in the debian package : > library=shared snapshot=off soname_version=3.11.10 >
Ya Jeremy, except I use soname_version=3 If I use 3.11.10, the compiler will produce: ... libstdc++.so.6(GLIBCXX_3.4)(64bit) *libv8.so.3.11.10*()(64bit) ... instead of: ... libstdc++.so.6(GLIBCXX_3.4)(64bit) *libv8.so.3*()(64bit) ... I'm used to see the the major version only, in each library. What do you recommend? I checked other packages and they all use scons. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
