On Thu, Apr 08, 2004 at 08:46:36PM -0500, Craig A. Berry wrote:
> I've tested extension building against an installed copy of the release
> candidate in a non-threaded configuration and it fails because
> reentr.inc is included unconditionally even when threads are not enabled:
> 
> 
> #include "reentr.inc"
> .^
> %CC-F-NOINCLFILEF, Cannot find file "reentr.inc" specified in #include 
> directive.
> at line number 3600 in file PERL_ROOT:[LIB.VMS_AXP.5_8_4.CORE]perl.h;1
> 
> 
> I'm pretty sure this is different from how it used to be, but in any
> case the attached patch unconditionally copies both reentr.inc and
> reentr.h to the archcore directory, from whence installperl will pick
> them up and install them.

Thanks, applied 22683

I assume that with this correction everything passed as expect on VMS,
given that you made no comment to the contrary?

> This is only for maint; blead will need something different as it
> appears there is no longer a reentr.inc there.

Yes, it's not needed on blead. I forget the details, but it was more that the
reentr.inc was needed on maint to keep binary compatibility. Blead has more
freedom.

Nicholas Clark

Reply via email to