This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc3.0.3
- From: Edward Lartey <lartey at hepr0 dot physics dot tamu dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 29 Jan 2002 14:53:57 -0600 (CST)
- Subject: gcc3.0.3
Dear All,
I am trying to install gcc 3.0.3 on my redhat linux. I have compiled
succesfully but then I get error this message at the end when I try to
install. It just hungs on me
Even if I remove the g++-v3 directory and reinstall I get the same problem
> gmake install
..
...
.......
make[2]: Entering directory
`/gcc3.0/gcc-3.0.3/i686-pc-linux-gnu/libstdc++-v3/include'
make[3]: Entering directory
`/gcc3.0/gcc-3.0.3/i686-pc-linux-gnu/libstdc++-v3/include'
make[3]: Nothing to be done for `install-exec-am'.
for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
installFile=/usr/local/include/g++-v3/${file} ;\
if [ -d ${file} ]; then \
/bin/sh /gcc3.0/gcc-3.0.3/install-sh -c -d ${installFile} ;\
else \
/bin/sh /gcc3.0/gcc-3.0.3/install-sh -c -m 644 ${file} ${installFile} ;\
fi ;\
done
mkdir: cannot make directory `/usr/local/include/g++-v3/.': File exists
Thanks
ED
----------------------------------------------------------------------------------------------------------------
Edward Tetteh-Lartey ! lartey@hepr0.physics.tamu.edu
Research Associate ! 979.845.3235
Texas A&M University ! 4242 TAMU, College Station TX 77843-4242