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: Thomas Holenstein <tholenst at iiic dot ethz dot ch>
- Subject: Re: How to install $(prefix)/include files ?
- From: Bruno dot Voigt at ic3s dot de
- Date: Mon, 17 Apr 2000 13:13:15 +0200
- Cc: libstdc++ at sourceware dot cygnus dot com, libstdc++-owner at sourceware dot cygnus dot com
Okay,
now it works
before I had
/home/bruno/egcs
/home/bruno/libstdc++
ln -s /home/bruno/libstdc++ /home/bruno/egcs/libstdc++-v3
I replaced the symlink and moved the libstdc++ dir
to /home/bruno/egcs/libstdc++-v3.
So make install works as expected.
My testapp still crashes with a segfault when trying to run.
It seems to be the same problem that Roland Polzer <ropo@usa.net> posted on
11.4.00.
currently my gdb-version seems to be to old to give useful output for CVS
gcc+libstdc++..
Bruno