On Fri, Dec 9, 2016 at 6:27 PM, <[email protected]> wrote: > Hi, > > I'd love to get node.js compiled in an environment that lacks pthreads, > but I understand libuv does require pthreads. I also think it uses > some advanced pthread features that aren't emulated by > libpth (barriers?). > > Does anyone know if it is possible to compile libuv without linking > to pthread library? > > Cheers, > Marek
You cannot compile libuv without pthreads at the moment. To what kind of environment and architecture are you trying to port node.js? -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
