On 15/11/2004 @ 02:36 GMT, John Horner, [EMAIL PROTECTED], wrote: >I'm trying to upgrade Perl on a Jaguar system and it's telling me it >can't find cc, or it can't use it:
[...] >any idea what might be going on? Dev Tools are installed. If I try to >install them again it says they're up to date. > >cc is there in /usr/bin/cc and "/usr/bin/cc -v" gives me the following: > >Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs >Apple Computer, Inc. version gcc-934.3, based on gcc version 2.95.2 >19991024 (release) That's a pretty old version of gcc. If you have the Decemeber 2002 Dev Tools installed, log into <http://developer.apple.com> and grab a copy of the August 2003 copy of gcc 3.3. That may help. Regards, Phil.