Comment #2 on issue 2010 by [email protected]: platform-linux.cc build attempt on Solaris 10
http://code.google.com/p/v8/issues/detail?id=2010
Same for FreeBSD: GYP platform detection does not seem to work .. it tries Linux and fails. Here is what works:
pkg_add -r libexecinfo export GYPFLAGS="-D OS=freebsd" gmake x64.release -j 4 library=shared werror=no This is on FreeBSD 9 amd64 using GCC 4.2. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
