[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/14249] Full path to shared object put into binary when it contai
From: |
ppluzhnikov at google dot com |
Subject: |
[Bug ld/14249] Full path to shared object put into binary when it contains no SONAME |
Date: |
Fri, 15 Jun 2012 12:53:40 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=14249
Paul Pluzhnikov <ppluzhnikov at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ppluzhnikov at google dot
| |com
Resolution| |INVALID
--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-06-15
12:53:40 UTC ---
This is working as intended (and changing it will break lots of clients).
If you don't want full path to libfoo.so be put into DT_NEEDED of libmylib.so,
then either use '-lfoo', or set SONAME in libfoo.so itself (i.e. use the two
workarounds you've already found).
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.