After trying to build a module today (and failing), I went searching
around for the answer to this problem. It turns out that there are
installation problems with older versions of Xcode. I had installed
Xcode 1.1 from my Panther CDs. Downloading and installing Xcode 1.5
fixed the problem (and
I actually just installed Xcode this morning. I do have Fink installed,
but removed it from my path when I moved my bashrc and profile aside. I
also had confirmed that gcc is in /usr/bin.
> gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 200303
Reinstall Xcode and/or make sure you aren't using Fink or something
which may have installed an alternate compiler (make sure "which cc"
and "which gcc" point to /usr/bin).
On Dec 23, 2004, at 10:23 AM, Kevin Dangoor wrote:
Err, while this might be enough info for someone to go on, I just
reali
Err, while this might be enough info for someone to go on, I just
realized that there's not much there...
I'm running Mac OS 10.3.6. I have XCode/Developer Tools installed,
though that didn't seem to make any difference. I even tried moving my
.bashrc and .profile files out of the way to be sur