Using gcc 2 on 10.4.1 with XCode 2.1. Confirmation request.
Using gcc 2 on 10.4.1 with XCode 2.1. Confirmation request.
- Subject: Using gcc 2 on 10.4.1 with XCode 2.1. Confirmation request.
- From: Gerben Wierda <email@hidden>
- Date: Fri, 1 Jul 2005 07:52:21 +0200
I haven't seen my own post so I am trying again. Apologies is this is
a double.
When I try to compile a standard hello world
#include <stdio.h>
main()
{
printf( "Hello, world!\n");
}
with gcc2, I get
$ gcc2 -o test test.c
cpp: specs=/usr/libexec/gcc/darwin/ppc/2.95.2/specs: No such file or
directory
$ ll /usr/libexec/gcc/darwin/ppc/2.95.2/specs
-r--r--r-- 1 wheel 5230 Feb 18 2004 /usr/libexec/gcc/darwin/ppc/
2.95.2/specs
It seems to be there but gcc complains. Can someone confirm for me
this is indeed happening on their 10.4.1/Xcode 2.1 ssystem?
$ gcc-3.3 -o test test.c
works fine.
Thanks,
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden