On Sun, May 18, 2003 at 03:49:01PM -0400, Jack Howarth wrote: > Jakub, > Well I was wondering more so why these symbols were weak in libm.so? > It would seem that library should have precedence for such math related > symbols, no? For glibc 2.3.2 and above + binutils 2.14.90.0.1 and above, weak symbol in DSO is the same as non-weak symbol in DSO. H.J.