This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
weird installation problem on i686-pc-linux-gnu
- From: Martin Reinecke <martin at MPA-Garching dot MPG dot DE>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 1 Nov 2005 12:06:26 +0100
- Subject: weird installation problem on i686-pc-linux-gnu
Hi,
I'm observing a strange installation problem with the current mainline.
After configuration with
configure --quiet --prefix=$DESTDIR --enable-languages=c++,fortran --with-gmp=/afs/mpa/data/martin/mygmp --disable-checking
bootstrapping and installing, I end up with the following bin/ directory:
~>ls -R ~/data/ugcc/bin
/afs/mpa/home/martin/data/ugcc/bin:
c++* g++* gccbug gfortran* i686-pc-linux-gnu-g++*
cpp* gcc/ gcov* i686-pc-linux-gnu-c++* i686-pc-linux-gnu-gfortran*
/afs/mpa/home/martin/data/ugcc/bin/gcc:
xgcc*
i.e. the "gcc" binary ends up as "xgcc" in a subdirectory called "gcc".
Interestingly enough, this does not happen on a x86_64-unknown-linux-gnu
machine.
Any idea what's happening here?
Thanks,
Martin
--