This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

-- 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]