This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g++.


"Martin v. Loewis" wrote:

> > I wrote a program in C++, which is working great on my local
> > system(RedHat6.1).
> > Now, when I'm moving it to my employers server, I can't compile it,
> > g++ does not exist. Only gcc.
>
> You didn't report what operating system your employer's server uses,
> so it is hard to make a recommendation of what to do.
>
> > So I downloaded and installed the latest gcc version.
> > But still, the shell does not find g++.
> > What should I do?
>
> Start with making a detailed report of what exactly you did and how
> exactly it failed. Perhaps you forgot to add the GCC target directory
> (default is /usr/local/bin) to your PATH?
>
> Regards,
> Martin

Martin thanks allot,
but David Pettersson already solve my problem(He didn't reply to the
list).
I fogot to do 'rehash'. What ever it is.

Thanks any way,
    -Amir.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]