This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
installing g++
- From: "Daniel Jun Rim" <drim at uclink dot berkeley dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 24 Dec 2004 17:04:24 -0800
- Subject: installing g++
Hi,
I was trying to learn how to program C over this winter, and when I installed Intel C++ compiler,
it said that it could not find g++ anywhere. So I've tried to install g++ on my linux, and I just
couldn't figure out how to do it. I've downloaded the source tarball from
http://directory.fsf.org/gcc.html, and extracted it into a directory, and I've tried ./intall-sh,
and it wouldn't work. Is there a way for me to install it? I'd really appreciate it if there were
simple instructions that I can follow. Thanks.
Daniel