The rpms in general are on the installation disks and were installed. The
gcc-chill-2.95.2-7mdk is not and so was not installed. Apparently a complete install is
needed to get the g++ packages (which is a useful piece of information).
I was able to execute g++. However, the include libraries for g++ were not created
when the
packages were installed. I copied in the g++ subdirectory from version 6.2 to have
something
with which to work.
Are there any suggestions in which package the g++ include libraries reside? ---Jay
Daniel Woods wrote:
> > I could find it in 6.2. One used /usr/bin/g++ (which pointed to pg++). I am unable
> > to locate it in 7.1 nor in 7.2. ---Jay
>
> /usr/bin/gcc
> # ls -lF /usr/bin/gc*
> lrwxrwxrwx 1 root root 17 Sep 4 2000 /usr/bin/gcc ->
>/usr/bin/colorgcc*
> -rwxr-xr-x 2 root root 86256 Apr 13 2000 /usr/bin/gcc.colorgcc*
> -rwxr-xr-x 1 root root 90064 Apr 13 2000 /usr/bin/gcj*
> -rwxr-xr-x 1 root root 40848 Apr 13 2000 /usr/bin/gcjh*
> -rwxr-xr-x 1 root root 4268 Apr 6 2000 /usr/bin/gconfigger*
> -rwxr-xr-x 1 root root 19420 Apr 13 2000 /usr/bin/gcov*
> -rwxr-xr-x 1 root root 64816 Apr 28 2000 /usr/bin/gctags*
> # ls -lF /usr/bin/g+*
> lrwxrwxrwx 1 root root 17 Sep 4 2000 /usr/bin/g++ ->
>/usr/bin/colorgcc*
> -rwxr-xr-x 2 root root 87952 Apr 13 2000 /usr/bin/g++.colorgcc*
> # ls -lF /usr/bin/colo*
> -rwxr-xr-x 1 root root 6847 Apr 13 2000 /usr/bin/colorgcc*
>
> It's on my 7.1 system. Perhaps you did not install it.
> Try installing the RPMs from your CD or a mirror site.
> # rpm -qa |grep gcc
> gcc-cpp-2.95.2-7mdk
> gcc-2.95.2-7mdk
> gcc-c++-2.95.2-7mdk
> gcc-java-2.95.2-7mdk
> gcc-objc-2.95.2-7mdk
> gcc-colorgcc-2.95.2-7mdk
> gcc-libgcj-2.95.2-7mdk
> gcc-chill-2.95.2-7mdk
>
> Thanks... Dan.