Hello,

and eventually add --with-pd if pkg-config can't find pd headers automatically.
Oh good to know!

Concerning make step, if you speed up with -j x then build might fail because of unfinish job when linking but iirc, you can then run it once again without -j option.
then it takes advange of parallel compilation even if it fails.
This was precisely my problem. I did not know that this issue with the -j option existed, but it makes sense.

I did exactly as you say and it compiled ok,

Thanks so much,

fd
 

--