This is the mail archive of the gcc-bugs@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: objc failures on branch


Manfred Hollstein <manfredh@redhat.com> writes:

> On , 3 March 2001, 16:15:44 -0300, aoliva@redhat.com wrote:
> 
> > On Mar  3, 2001, Manfred Hollstein <manfredh@redhat.com> wrote:
> > 
> > > I'd say because gcc/testsuite/lib/g++.exp sets up LD_LIBRARY_PATH properly,
> > 
> > I don't see where it adds the gcc build directory to LD_LIBRARY_PATH.
> > Only the libstdc++-v3 build directory.  But libstdc++-v3 alone isn't
> > enough.
> 
> In g++.exp you'll find this:
> 
>   proc g++_link_flags { args } {
>     global rootme
>     global srcdir
>     global ld_library_path
> 
>     ...
>     append ld_library_path ":${rootme}"
>     ...
> 
> gcc/testsuite/site.exp contains this:
> 
>   set rootme "/home/gnu/work/GNU/gcc-3.0-i586-redhat7-linux-gnu/gcc"
> 
> I'd say, we need something similar in the objc*.exp files. If I find
> some time in the next week, I'll send a patch unless someone else beats
> me to it...

Already done.  I've discovered this independently and posted a patch:

	http://gcc.gnu.org/ml/gcc-patches/2001-03/msg00125.html

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


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