Comment #3 on issue 2184 by [email protected]: pkg-config file http://code.google.com/p/v8/issues/detail?id=2184
v8 doesn't have configure or something similar, and the generated Makefiles don't even have an install target, so all this stuff has to be done outside of v8. What packagers probably do is using our Makefile to build the v8 libraries (shared and/or static) and copy these libs plus the include files somewhere suitable for packaging. Note that the last step is *outside* of v8's build system, so there is not much we could put into a *.pc file.
I would suggest that you file a feature request for the distro you are using.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
