make install fails
Jerry Quinn
jlquinn@optonline.net
Sun Jul 6 04:05:00 GMT 2003
Jerry Quinn writes:
> Phil Edwards writes:
> > On Sat, Jul 05, 2003 at 11:47:41PM -0400, Jerry Quinn wrote:
> > > 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.
> >
> > The version number string comes from the compiler, via gcc/version.c.
> > The library doesn't actually store the "3.x" string anywhere.
OK, while starting to crawl through config.status, I saw the recheck
option. Running config.status --recheck seems to have straightened
things out.
Blech.
Thanks for helping, Phil.
Jerry
More information about the Libstdc++
mailing list