Tim Rühsen wrote: > when building with 'make -jN', the gnulib subidrs uni*/ are built like > with -j1.
Maybe your Makefile contains the line GNUMAKEFLAGS = -j1 in order to intentionally turn off parallel make? Or maybe your machine is so loaded that 'make' refrains from using multiple parallel processes? Just guessing... (I don't see anything in gnulib or libunistring that would inhibit parallel make.) Bruno