This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] Also set LD_RUN_PATH in testsuite, add comments
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Jun 2003 13:43:20 -0700
- Subject: Re: [libstdc++] Also set LD_RUN_PATH in testsuite, add comments
- References: <20030630171927.GA10818@disaster.jaj.com>
On Mon, Jun 30, 2003 at 01:19:27PM -0400, Phil Edwards wrote:
> The second attachment is just for reference. It's a one-line change to
> an installation of dejagnu. The effect is to not delete executables after
> trying to run them, so that a maintainence programmer doesn't have to try
> and recreate the same environment to build them by hand.
>
> (If a dejagnu expert knows how to make this change outside of system files,
> I'd love to hear it. dg-test is set up to take arbitrary options, and
> dg-runtest is sort of set up to do the same, /but/ dg-runtest passes the
> flags to dg-test in such a way that only tool-specific flags can be passed,
> i.e., compiler otpions, but not dejagnu options.)
Try setting a variable in ~/.expect.rc, or in a file of that name in
a directory specified by DOTDIR.
I'd like to document tips like this somewhere but am not sure where; we
ought to mention general documentation for expect, tcl, and dejagnu, and
then list some general useful tips.
Janis