At 12:13 PM -0400 25/05/02, Geoffrey F. Green wrote: >Perl 5.6.1 is a bit cranky about installing on Mac OS X, but there are >various tips for doing so located here: > > http:[EMAIL PROTECTED]/msg00150.html > http:[EMAIL PROTECTED]/msg00895.html > http://duke.usask.ca/~dalglb/macosx/Perl_5.6.html > >I haven't tried any of them, so I can't vouch for them. > >Perl 5.8.0, due to be out within the next couple of months, apparently will >install as-is on Mac OS X, but I haven't installed any of the development >versions and thus cannot attest to the validity of the claim. > >HTH > > - geoff
Thanks, Geoff, for the links! I recently visited all three and pulled together what (I thought) I needed. Unfortunately, I'm running into an error I can't fathom. Could someone look this over and let me know if I'm missing something obvious? Thanks! After typing "make", I get tons of lines like: > `sh cflags libperl.dylib perlapi.o` perlapi.c > CCCMD = cc -DPERL_CORE -c -g -pipe -pipe -fno-common > -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include -O3 Then, when that's done, I get: > Making DynaLoader (static) (and some other lines about DynaLoader) then the following: > Making utilities > > Making x2p stuff > You haven't done a "make depend" yet! > *** Error code 1 > > Stop in /Users/ian/.cpan/build/perl-5.6.1/x2p. > *** Error code 1 > > Stop in /Users/ian/.cpan/build/perl-5.6.1. Anyone have any ideas? --Ian