This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: mkcheck and rpath
- To: Jason Merrill <jason_merrill at redhat dot com>
- Subject: Re: mkcheck and rpath
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 23 May 2001 09:48:11 -0700 (PDT)
- cc: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>, libstdc++ at gcc dot gnu dot org
> Seems like that should be fixed. Of course, that could be a big job...I
> wonder how difficult it would be to dynamically extract that information
> from dejagnu?
A big job for someone else. I'm trying not to become a full-time dejagnu
hacker, although it certainly feels like it from the last week. I agree it
should be done: there should be a dg-like framework
for using libtool with dejagnu that works correctly with sim and sid.
Personally, I think that after some kind of sense is made WRT cross
compiler building/installing, where binaries are pre-installed into a
specified location, much of the currently twisted cross machinery can be greatly
simplified. This includes a sane testing framework.
> > It looks like shared linkage can just be fixed with LD_LIBRARY_PATH, like
> > the g++ testsuite.
This is now checked in. John, does this help reslove some of the testing
difficulties on HPUX?
-benjamin