Re: Specify gcc3 in Makefile
Re: Specify gcc3 in Makefile
- Subject: Re: Specify gcc3 in Makefile
- From: Syd Polk <email@hidden>
- Date: Mon, 17 Jul 2006 09:35:57 -0500
On Jul 17, 2006, at 8:33 AM, Marco Bambini wrote:
I am sorry for the question, but how I can specify to use gcc 3 in
a Makefile, I mean, without using the sudo gcc_select command?
You can do ANYTHING in a Makefile if you work hard enough. But for
more modern makefiles, which have default rules and the like, setting
CC to /usr/bin/gcc-3.3 would work. There is another variable for C++,
which is not immediately springing to mind.
If I don't use C++ in a Carbon project but only C, it is safe to
use gcc 4 with MacOS X 10.2.8 SDK and specify Jaguar as minimum
requirements?
It is not officially supported, but anecdotal evidence indicates that
it mostly works. I would not risk it, however. So much of gcc 4's
runtime is dynamic compared to gcc 3, and Jaguar just does not have
those libraries in it.
Thanks a lot,
Marco Bambini
Italy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
Syd Polk
email@hidden
"Let the music be your light" - Dave Edwards, KUHF-FM, 1982
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden