>> I've discovered the problem only happens when running "make -j2" (or >> presumably, any level of parallel building).
I've hit a similar problem with execline 2.0.1.0, without using -j: make: *** No rule to make target '-lskarnet', needed by 'background'. Stop. I'm guessing this is because I'm installing skalibs and execline in non-default prefixes: /package/host/code.dogmap.org/foreign/skalibs-2.1.0.0+spf+0/prefix /package/host/code.dogmap.org/foreign/execline-2.0.1.0+spf+0/prefix I got around this with: make VPATH=/package/host/code.dogmap.org/foreign/skalibs-2.1.0.0+spf+0/prefix/lib/skalibs paul
