<div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 21 janv. 2019 à 10:08, Andreas Tille <<a href="mailto:andreas@an3as.eu">andreas@an3as.eu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jonas,<br>
<br>
On Fri, Jan 18, 2019 at 08:04:33PM +0100, Jonas Smedegaard wrote:<br>
> Quoting Andreas Tille (2019-01-18 18:39:34)<br>
> > I'd prefer<br>
> > <br>
> >  - change nodejs to build its v8 as a shared lib, and provide it it <br>
> >    makes sense because upstream nodejs do all the work of keeping ABI <br>
> >    stability,<br>
> <br>
> The libv8 part of Nodejs is currently included in Debian as a _private_ <br>
> shared library part of libnode.<br>
> <br>
> I guess you can try link with that private library - as an alternative <br>
> to waiting for someone to refactor packages, have ftpmasters approve new <br>
> package names, and then have it available in experimental.<br>
<br>
I admit I do not understand what exactly I need to do to use that<br>
private shared library.  I checked the content of the packages<br>
libnode-dev and libnode64 and did not found anything that looks<br>
like libv8.  Could you give any more verbose hint how I can link<br>
against the private shared library you mentioned?<br></blockquote><div><br></div><div>The headers are in libnode-dev </div><div> /usr/include/nodejs/deps/v8/include/</div><div>and the link flag is</div><div>-lnode</div><div>(v8 being inside node). But can that work ?</div><div><br></div><div>Jérémy</div><div> </div></div></div></div>