On Tuesday, June 12, 2001, at 06:29 AM, Jarkko Hietaniemi wrote:

> It would be nice to know why not, though.  Hmmm.  Maybe your locale
> configuration is somehow better (as in, you have some working locales
> installed) than the out-of-the-box one?  (If my theory about the
> combination of PerlIO and locales being the cause of the core dump is
> correct, the core dump should be avoidable by setting LC_ALL to C
> before starting to build Perl.)

   I built this on a machine Apple set aside for apache.org use; it's a 
stock system 10.0.3...  I haven't installed anything extra.  I used that 
machine so I could build on UFS and avoid possible case problem 
distractions, though it looks like that's fixed now.

>>      my $config_pm = $ARGV[0] || 'lib/Config.pm';
>
> Now, I can't see how that could fail.  Either $ARGV[0] is set in which
> case $config_pm should be set to it, or it is not, in which case
> $config_pm should be set to 'lib/Config.pm'.  Or, a distant and
> improbably third, somehow the gcc has compiled a completely broken
> Perl (so broken than even basic syntax is broken).  That would suck.

   Yeah, this one has me pretty dumbfounded.  I'd expect a gcc bug to 
cause greater damage than that, though.  Plus the same compiler builds 
perl 5.6 OK...  I dunno.

        -Fred

Reply via email to