This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: make install fails


Jerry Quinn writes:
 > Phil Edwards writes:
 > I wish.  During the configure, I'm seeing:
 > 
 >  checking for install location... $(prefix)/include/c++/3.3
 > 
 > libstdc++-v3/config.status contains:
 > 
 > /home/jlquinn/gcc/dev/gcc/libstdc++-v3/configure  --cache-file=../config.cache --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --enable-multilib --program-suffix=dev --with-system-zlib --enable-threads --with-cpu=athlon --enable-langs=c,c++,f77,java --with-gcc-version-trigger=/home/jlquinn/gcc/dev/gcc/gcc/version.c --srcdir=../../../gcc/libstdc++-v3 --with-target-subdir=i686-pc-linux-gnu
 > 
 > config.h is getting:
 > 
 > #define VERSION "3.3"

FWIW, while playing around with backlevel config files,
i686-pc-linux-gnu/config.cache seemed to have something like:

ac_cv_prog_glibcpp_CXX=${ac_cv_prog_glibcpp_CXX=/home/jlquinn/gcc/dev/build/gcc/g++ .....

That may not be exactly right, but there was definitely a long path
with -B flags, etc.

Currently, the same config.cache has:

ac_cv_prog_glibcxx_CXX=${ac_cv_prog_glibcxx_CXX=c++}


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