Connecting Tech Pros Worldwide Forums | Help | Site Map

install gcc 2.95 and STL

Dune
Guest
 
Posts: n/a
#1: Oct 13 '05
Hi,

I am trying to install gcc 2.95 to my laptop so that I can compile some
legacy c++ codes for my project. My DELL 600m laptop currently has a
Fedora Core 4, and the compilers come with it are gcc 4.0 and gcc 3.2,
which is way too advanced.

My problem is : after I download the gcc from gnu, and compile and
install it, there is no STL installed, e.g., under directory "gcc
library/include/g++-3/", there is no vector.h, list.h, etc. also there
is no stl library under the
"gcc library/lib/", there is no corresponding STL library either.
Should I install STL separately? or Is there anything wrong with my
installation process?

Thanks a lot!

Victor Bazarov
Guest
 
Posts: n/a
#2: Oct 13 '05

re: install gcc 2.95 and STL


Dune wrote:[color=blue]
> I am trying to install gcc 2.95 to my laptop [...][/color]

Wrong newsgroup. Try 'gnu.g++.help'.

V
Closed Thread