This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: installing g++
- From: lrtaylor at micron dot com
- To: <drim at uclink dot berkeley dot edu>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 27 Dec 2004 10:39:30 -0700
- Subject: RE: installing g++
If you're using Linux, GCC (and hence g++) should come with your
distribution, either on your installation CDs or from the
vendor's/maintainer's web site.
Lyle
-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of Daniel Jun Rim
Sent: Friday, December 24, 2004 6:04 PM
To: gcc-help@gcc.gnu.org
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