This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Regression checking vs. my -shared-libgcc patch


On Feb  5, 2001, Franz Sirl <Franz.Sirl-kernel@lauterbach.com> wrote:

>> > I guess dejagnu should actually prepend to LD_LIBRARY_PATH...
>> 
>> Sounds reasonable.

> How can this be changed? I don't really wanna dig into the dejagnu
> mysteries... :-)

It's gcc/testsuite/lib/g++.exp you'd want to change.

You should probably define some local variable, change all appends to
ld_library_path so as to append to that variable, then prepend this
variable to ld_library_path.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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