Leopard comes with Perl 5.8.8 with threads enabled.
Which means that, occasionally, stuff like this happens:Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_REENTRANT_API
make: *** No rule to make target `/System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE/config.h', needed by `Makefile'. Stop.
Re:Fix?
echo on 2007-11-01T18:04:28
Install the Dev Tools -- an optional package on the Leopard DVD. MacOSX has worked like this for as long as I can remember. Dev Tools also gives you a functional gcc, which can be useful.Re:Fix?
sigzero on 2007-11-02T01:45:58
Ohhh...yes I always do that myself.
Re:Means
waltman on 2007-11-03T22:32:19
Yes, I don't see why this is something new in Leopard. Tiger also shipped with a threaded perl.
sudo cp /System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/* /System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE/