This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH: PR ada/16592: Ada tools don't use the newly built shared libraries


> This patch exports the shared library directories so that the newly
> built shared libraries will be used by Ada tools and testsuite.

This is not OK: the gnat tools are intentionally *not* built against
shared libraries, so this extra complexity is not needed, and
I do not understand (nor could reproduce) PR ada/16592: there is
no shared lib dependency when I do a ldd on gnat tools, as I would
expect, so I suspect a set up/config issue for this PR instead, or
something platform specific.

In any case, more investigation is needed on this PR to understand where
the dependency on libgcc_s.so is come from.

Arno


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