On Thu, Oct 25, 2012 at 10:19 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Thu, Oct 25, 2012 at 10:00:03AM -0700, Xinliang David Li wrote: >> How about statically linking just for executables, not shared library buid? > > That is IMHO still a bad idea.
I don't know why you think so (It seems that the points mentioned in http://www.akkadia.org/drepper/no_static_linking.html mainly apply to release binaries, not sanitized ones), but for now let's drop the static link request. thanks, David > > Jakub