> does this mean their is no C++ compiler available, doesnt it?
Yes, or it is not in your path. (btw gcc is a front end, so it also
refer to C, ..., not C++ only)

> so next step?
Either find and install a precompiled binary for Mac/Intel (if any),
or check that you've installed the developer kit that comes on a DVD
with your Mac. You probably want to install the updates available from
the apple web site as well.

On my MBP:
$ which gcc
/usr/bin/gcc
$ gcc --version
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to