Hi: I'm trying to build the latest pfil (pfil-2.1.13) on Solaris 9 (sparc) with gcc and it looks like make is going crazy and just keeps spawning copies of itself:
Script started on Thu Nov 01 11:56:26 2007 [EMAIL PROTECTED]:~/pfil> Kmake -f Makefile.gcc package i=`uname -s`; case $i in HP-UX) make hpux;; *) make -f Makefile.gcc $i;; esac make[1]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[2]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[3]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[4]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[5]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[6]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[7]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[8]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[9]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[10]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[11]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS make[12]: Entering directory `/home/jeffw/pfil' make -f Makefile.gcc SunOS Anyone seen this before? -j
