This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/13679] dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality


http://sourceware.org/bugzilla/show_bug.cgi?id=13679

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppluzhnikov at google dot
                   |                            |com

--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-02-11 02:55:10 UTC ---
FWIW,

1. Glibc developers consider fully-static linking a "step child", and your bug
will likely be ignored ...

2. For your stated goal of "static ffmpeg", you don't need to build a
--disable-shared glibc.

The regular build already supplies libc.a. Just do "gcc -static ... -o ffmpeg"
and be done with it.

-- 
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.


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