On Sep 9, 2010, at 12:21 PM, Jared Carl Workman wrote: > and I get this error > No rule to make target > `/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE/config.h', > needed by `Makefile'. Stop. > > the config.h file does not exist
That file exists on my Snow Leopard system. It's not recommended to build modules using the system Perl since Apple might change it at any time (and you have to be careful to install the files somewhere outside of /System or /Library). It's always easier to build your own perl in /usr/local or even your home tree. -- Tim Jenness _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
