Hi tech, I previously raised a bug in PCC because make(1) would not build correctly under pcc-i386:
http://pcc.ludd.ltu.se/jira/browse/PCC-381 The JIRA ticket was recently closed. This morning I re-tested the build and make(1) no longer segfaults when used to build itself. Side note: PCC chokes on multiple definitions of Targ_FindNodeh(). I was able to build make(1) by removing the definition of Targ_FindNodeh() from targ.h. An #ifdef check could be applied in targ.h to fix this. Comments? - Michael
