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


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.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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