make install fails

Jerry Quinn jlquinn@optonline.net
Sun Jul 6 03:47:00 GMT 2003


Phil Edwards writes:
 > On Sat, Jul 05, 2003 at 11:24:26PM -0400, Jerry Quinn wrote:
 > >  > 
 > >  > Weird.  After backdating various files, I started bringing them
 > >  > forward again, but the problem didn't reappear.
 > > 
 > > I take that back.  It seems make install is doing something that is
 > > attempting to set the install dir to 3.3 instead of 3.4.  Ugh.
 > 
 > Are you sure it's not actually the weird case?  I don't see it here:
 > 
 >     fenric 30% pwd
 >     /mnt/build/install-2003-07-05-trunk/include/c++/3.4
 >     fenric 31%

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"


I really don't know config well enough to track what's going on.

Jerry



More information about the Libstdc++ mailing list