This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/51720] Build issue. stage1 ldflags not correctly used
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Dec 2011 21:09:11 +0000
- Subject: [Bug other/51720] Build issue. stage1 ldflags not correctly used
- Auto-submitted: auto-generated
- References: <bug-51720-4@http.gcc.gnu.org/bugzilla/>
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.