J
Jim Freeze
Hi Rich
I just got a new 15" powerbook and have intalled xcode.
However, it wont' compile anything.
Is there some special pathing that needs to be setup for
gcc to work?
Here is a simple case and the results that I get:
jdf@cheetah 14 /Users/jdf/tmp % cat a.c
int main() { }
jdf@cheetah 15 /Users/jdf/tmp % gcc a.c
ld: can't locate file for: -lcrt1.o
I just got a new 15" powerbook and have intalled xcode.
However, it wont' compile anything.
Is there some special pathing that needs to be setup for
gcc to work?
Here is a simple case and the results that I get:
jdf@cheetah 14 /Users/jdf/tmp % cat a.c
int main() { }
jdf@cheetah 15 /Users/jdf/tmp % gcc a.c
ld: can't locate file for: -lcrt1.o