Hi, as promised, here's a patch to ":macperl:Makefile.mk". It adds a '-pg 8192' switch to ApplLinkSC, and, while I'm at it, changes the PPCLink '-sym on' switch to '-sym big', which makes the evaluation of variables in the Power Mac Debugger notably faster.
diff -ru :macperl:Makefile.mk.orig :macperl:Makefile.mk --- :macperl:Makefile.mk.orig Thu May 2 23:46:37 2002 +++ :macperl:Makefile.mk Thu May 23 16:34:51 2002 @@ -24,9 +24,9 @@ ApplMWLOpt = ${LOpt} -xm application -d -warn ApplLink68K = MWLink68K ${ApplMWLOpt} -model far ApplLinkPPC = MWLinkPPC ${ApplMWLOpt} -ApplMPWLOpt = ${LOpt} -t APPL -w -mf -ApplLinkSC = Link ${ApplMPWLOpt} -model far -ApplLinkMrC = PPCLink ${ApplMPWLOpt} +ApplMPWLOpt = -t APPL -w -mf +ApplLinkSC = Link ${LOpt} ${ApplMPWLOpt} -model far -pg 8192 +ApplLinkMrC = PPCLink -sym big ${ApplMPWLOpt} RsrcLink68K = MWLink68K -xm coderesource RsrcLinkSC = Link __End__ of patch Best regards, --Thomas