Mac 10.7: no se puede utilizar la utilidad make después de instalar xcode

Mac 10.7: no se puede utilizar la utilidad make después de instalar xcode

Estoy intentando instalar un módulo de Perl que descargué manualmente de CPAN, pero tengo dificultades.

$perl Makefile.PL 
Welcome to JSON (v.2.53)
=============================
If you install JSON::XS v.2.27, it makes JSON faster.

 ************************** CAUTION **************************
 * This is 'JSON version 2' and there are many differences   *
 * to version 1.xx                                           *
 * Please check your applications useing old version.        *
 *   See to 'INCOMPATIBLE CHANGES TO OLD VERSION' and 'TIPS' *
 *************************************************************


Writing Makefile for JSON
$make
make: *** No rule to make target `/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/config.h', needed by `Makefile'.  Stop.

Aquí hay alguien con el mismo problema, pero no pude lograr que su solución funcionara para mí.

https://stackoverflow.com/questions/6793499/perl-config-h-needed-by-makefile-problem-after-osx-lion-upgrade

Tengo instalado Xcode y el paquete de herramientas de línea de comandos. Ingresando salidas 'que hacen':

$which make
/Applications/Xcode.app/Contents/Developer/usr/bin/make

Qué resultados de Perl:

$which perl
/usr/bin/perl

¿Qué estoy haciendo incorrectamente? ¿Es esto un problema con Perl?

información relacionada