This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: How to install $(prefix)/include files ?



> > 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


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