I'm running 10.2.6 and I'm trying to install Perl 5.8 according to Apple's instructions that can be found here:
http://developer.apple.com/internet/macosx/perl.html
./Configure went well but when I ran make I got 2 major errors.
One of them was:
cc1: warning: changing search order for system directory "/usr/local/include"
So I found this thread:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-05/msg01650.html
and added:
Dlocincpth=' '
to the ./Configure command and it removed the above error
However when running make again I still get this error:
`sh cflags "optimize='-O3'" toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -Wall
{standard input}:unknown:FATAL:can't create output file: toke.o
make: *** [toke.o] Error 1
I have already tried make distclean in order to clean out the configuration. Anyone know what else I can try to get Perl 5.8 to install?
http://developer.apple.com/internet/macosx/perl.html
./Configure went well but when I ran make I got 2 major errors.
One of them was:
cc1: warning: changing search order for system directory "/usr/local/include"
So I found this thread:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-05/msg01650.html
and added:
Dlocincpth=' '
to the ./Configure command and it removed the above error
However when running make again I still get this error:
`sh cflags "optimize='-O3'" toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3 -Wall
{standard input}:unknown:FATAL:can't create output file: toke.o
make: *** [toke.o] Error 1
I have already tried make distclean in order to clean out the configuration. Anyone know what else I can try to get Perl 5.8 to install?