How to install $(prefix)/include files ?
Thomas Holenstein
tholenst@iiic.ethz.ch
Sat Apr 15 03:23:00 GMT 2000
> > 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
More information about the Libstdc++
mailing list