[Bug bootstrap/84153] Bootstrap failure when using dependency libraries in non-system location

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 31 19:39:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84153

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You should either set LD_LIBRARY_PATH (or equivalent for the OS) or use static
libraries.  This is a standard shared library search path question and not a
GCC issue.


More information about the Gcc-bugs mailing list