This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: How to install $(prefix)/include files ?
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: How to install $(prefix)/include files ?
- From: Thomas Holenstein <tholenst at iiic dot ethz dot ch>
- Date: Sat, 15 Apr 2000 12:23:26 +0200 (MET DST)
> > You can also go directly to the libstdc++-v3 build directory, which for
> > me is/mnt/hd/bliss/bld-x86-egcs/i586-pc-linux-gnu/libstdc++-v3
> > and type 'make install'
> > if this is not working for you, please send details on your platform
> it isn't
It seems to me, that it is neccessary for libsrcdir to be an actual
subdirectory of gccsrcdir, i.e. if you have
gccsrcdir = ~/gcc
and
libsrcdir = ~/libstdc++
it won't work, even if you link correctly.
So, libsrdcir must be ~/gcc/libstdc++ or ~/gcc/libstdc++-v3 with
the soft link.
(I am saying this, because I made this mistake and got similar results)
Thomas
> > You can also go directly to the libstdc++-v3 build directory, which for
> > me is/mnt/hd/bliss/bld-x86-egcs/i586-pc-linux-gnu/libstdc++-v3
> > and type 'make install'
> > if this is not working for you, please send details on your platform
> it isn't
It seems to me, that it is neccessary for libsrcdir to be an actual
subdirectory of gccsrcdir, i.e. if you have
gccsrcdir = ~/gcc
and
libsrcdir = ~/libstdc++
it won't work, even if you link correctly.
So, libsrdcir must be ~/gcc/libstdc++ or ~/gcc/libstdc++-v3 with
the soft link.
(I am saying this, because I made this mistake and got similar results)
Thomas