Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] CDT OSX

On Mon, Mar 2, 2009 at 10:58 AM, Chris Recoskie <recoskie@xxxxxxxxxx> wrote:
> Sounds like gcc is not in your $PATH
>
> ===========================
> Chris Recoskie
> Team Lead, IBM CDT and RDT
> IBM Toronto
> EstateMatt <matt@xxxxxxxxxxxxxxx>
>

Try to setup the PATH variable in the environment.plist file. See this
web page for more info how-to:
http://www.herbiet.net/computing/macos/environment/

FYI, mine is set to: /usr/bin:/bin:/usr/sbin:/sbin:/sw/bin and
eclipse/CDT work with mac os X.

Mac os X does not read or get the path info from .profile type of file
like all other unix, you need to use the environment.plist file.

Drix


Back to the top