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++.


> 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

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