I don't remember, myself, what version of cc was in the July 2002 Developer Tools, but I've also replied to the list to see if anybody remembers. It doesn't look out of line, though.
I think what went on is that in the July 2002 Tools the compiler was a GCC compiler, but the executable was called "cc". In later versions "cc" is a symbolic link to the "gcc" executable.
You may want to update to the December 2002 Dev Tools, since they are the version that Fink is officially supporting.
On Monday, October 20, 2003, at 11:38 AM, Bill Pogue wrote:
There is a reference to gcc in the config.log: configure:1701: checking for gcc configure:1730: result: no configure:1781: checking for cc configure:1797: found /usr/bin/cc
And here are results of cc -v and which cc:
[Mon Oct 20 * /sw/src/sed-4.0.5-1/sed-4.0.5] $ cc -v
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)
[Mon Oct 20 * /sw/src/sed-4.0.5-1/sed-4.0.5] $ which cc /usr/bin/cc
Is it odd that config.log reports not finding gcc but "cc-v" seems to refer to gcc?
On Monday, October 20, 2003, at 10:18 AM, Alexander K. Hansen wrote:
When I did the build process, I got "Checking for gcc" instead of "Checking for cc". What do you get from running the following two commands?
cc -v
which cc
-- Alexander K. Hansen Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise Linux in the Boardroom; in the Front Office; & in the Server Room http://www.enterpriselinuxforum.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
