This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] slight bugfix for tests_flags.in
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: [v3] slight bugfix for tests_flags.in
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 03 Apr 2001 23:49:54 +0200
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <20010330171234.A14448@disaster.jaj.com> <fl8zlkhhw7.fsf@sel.cmla.ens-cachan.fr> <20010403162123.A2040@disaster.jaj.com>
Phil Edwards <pedwards@disaster.jaj.com> writes:
| On Sun, Apr 01, 2001 at 03:24:56PM +0200, Gabriel Dos Reis wrote:
| > Phil Edwards <pedwards@disaster.jaj.com> writes:
| > | Which libtool would (correctly, I think) translate into a linker invocation
| > | like
| > |
| > | ... -Wl,--rpath -Wl,/path/to/test.cc
| > |
| > | causing every single test to fail to build. This only shows up when
| > | running the (now superceded) mkcheck script.
| > |
| > | Tested on linux, installed on truck.
| >
| > It should go on branch as well.
|
| I finally remembered to do this... and it looks like the bug which my patch
| fixes has not yet been introduced on the branch. (That didn't sound quite
| right, but I think you understand what I mean. *grin*) So we should be
| okay even after the upcoming merge.
Thanks for the update.
-- Gaby