> Do we actually need -DPERLDBf_NONAME and -DPERLDBf_GOTO either? I guess not. New patch attached. Robin diff -ur ../perl-current/ext/Devel/DProf/Makefile.PL ext/Devel/DProf/Makefile.PL --- ../perl-current/ext/Devel/DProf/Makefile.PL 2006-06-13 20:29:01.000000000 +0100 +++ ext/Devel/DProf/Makefile.PL @@ -10,8 +10,7 @@ VERSION_FROM => 'DProf.pm', clean => { 'FILES' => 'tmon.out t/tmon.out t/err'}, XSPROTOARG => '-noprototypes', - DEFINE => '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 ' - .'-DG_NODEBUG=32 -DPL_NEEDED', + DEFINE => '-DPL_NEEDED', dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', ------------------------------------------------------------------- This e-mail and any attachments may contain confidential and/or privileged material; it is for the intended addressee(s) only. If you are not a named addressee, you must not use, retain or disclose such information. NPL Management Ltd cannot guarantee that the e-mail or any attachments are free from viruses. NPL Management Ltd. Registered in England and Wales. No: 2937881 Registered Office: Serco House, 16 Bartley Wood Business Park, Hook, Hampshire, United Kingdom RG27 9UY -------------------------------------------------------------------Thread Next