[Pkg-javascript-devel] Status of libv8?

Jérémy Lal kapouer at melix.org
Mon Jan 21 09:15:44 GMT 2019


Le lun. 21 janv. 2019 à 10:08, Andreas Tille <andreas at an3as.eu> a écrit :

> Hi Jonas,
>
> On Fri, Jan 18, 2019 at 08:04:33PM +0100, Jonas Smedegaard wrote:
> > Quoting Andreas Tille (2019-01-18 18:39:34)
> > > I'd prefer
> > >
> > >  - change nodejs to build its v8 as a shared lib, and provide it it
> > >    makes sense because upstream nodejs do all the work of keeping ABI
> > >    stability,
> >
> > The libv8 part of Nodejs is currently included in Debian as a _private_
> > shared library part of libnode.
> >
> > I guess you can try link with that private library - as an alternative
> > to waiting for someone to refactor packages, have ftpmasters approve new
> > package names, and then have it available in experimental.
>
> I admit I do not understand what exactly I need to do to use that
> private shared library.  I checked the content of the packages
> libnode-dev and libnode64 and did not found anything that looks
> like libv8.  Could you give any more verbose hint how I can link
> against the private shared library you mentioned?
>

The headers are in libnode-dev
 /usr/include/nodejs/deps/v8/include/
and the link flag is
-lnode
(v8 being inside node). But can that work ?

Jérémy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20190121/4e4d4c83/attachment.html>


More information about the Pkg-javascript-devel mailing list