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]
Other format: [Raw text]

[Bug other/51720] Build issue. stage1 ldflags not correctly used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51720

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-30 21:09:11 UTC ---
No, this is a user error.  If you've installed those shared libraries into a
non-standard /opt/gcc-4.6/lib, you need to ensure that the dynamic linker will
find them, i.e. add /opt/gcc-4.6/lib into your LD_LIBRARY_PATH env var you use
for compilation, or on Linux you can add /etc/ld.so.conf.d/*.conf file and run
ldconfig to find them there, etc.


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