This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++.
- To: webmaster at zapta dot co dot il
- Subject: Re: g++.
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 25 Jan 2000 23:45:27 +0100
- CC: gcc at gcc dot gnu dot org
- References: <388E0531.A0E8EAB1@zapta.co.il>
> 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