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


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...

Cheers.

l8er
manfred


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