Skip navigation.
 
mlRe: Objective-C++ compiler updates?
FROM : Evan Jones
DATE : Sat Dec 07 16:37:57 2002

On Friday, Dec 6, 2002, at 01:47 Europe/Zurich, Brad Oliver wrote:
> I'm not entirely sure if this is the most appropriate place for this,
> but
> I've run into several reproducible conditions that will crash the
> Objective-C++ compiler that shipped with Jaguar (cc1objplus).


I have run into similar issues, particularly when I was trying to use
C++ namespaces to avoid collisions between a C++ application I was
linking against the MacOS X APIs.

> Is there a more recent build available anywhere, even if it's not
> "final"?


I have not tried this myself, but you can always download the most
recent version of gcc and compile and install it. I believe that Apple
is a contributor to GCC's tree, so the standard GCC distribution
*should* work to build applications for Mac OS X:

http://gcc.gnu.org/




This is one of the reasons I feel that developing for MacOS X is a
refreshing change: Many (but not as much as I would like) of the "core"
development tools and libraries are developed "in the open".

--
Evan Jones: http://www.eng.uwaterloo.ca/~ejones/
"Computers are useless. They can only give answers" - Pablo Picasso
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlObjective-C++ compiler updates? Brad Oliver Dec 6, 01:47
mlRe: Objective-C++ compiler updates? Florent Pillet Dec 6, 15:06
mlRe: Objective-C++ compiler updates? Evan Jones Dec 7, 16:37
mlRe: Objective-C++ compiler updates? <ryan Dec 7, 21:13