On Thu, Mar 22, 2007 at 12:09:04PM -0600, Bob Beck wrote: > * Artur Grabowski <[EMAIL PROTECTED]> [2007-03-22 10:32]: > > Kamil Monticolo <[EMAIL PROTECTED]> writes: > > > > > # ls -lhS /usr/lib/libcrypto*a > > > -r--r--r-- 1 root bin 11.7M Mar 22 13:53 /usr/lib/libcrypto_pic.a > > > -r--r--r-- 1 root bin 11.6M Mar 22 13:53 /usr/lib/libcrypto_p.a > > > -r--r--r-- 1 root bin 11.5M Mar 22 13:53 /usr/lib/libcrypto.a > > > # strip -s /usr/lib/libcrypto*a > > > # ls -lhS /usr/lib/libcrypto*a > > > -r--r--r-- 1 root bin 909K Mar 22 13:53 /usr/lib/libcrypto_pic.a > > > -r--r--r-- 1 root bin 865K Mar 22 13:53 /usr/lib/libcrypto_p.a > > > -r--r--r-- 1 root bin 835K Mar 22 13:53 /usr/lib/libcrypto.a > > > > I'm speechless. This is the low water mark on misc@ this week. > > How can you call it a low water mark art? I wasn't speechless, > I laughed my ass off. I needed the humor this morning, I'm hung > over and spent the morning in a stupid meeting. That message made > my day. > > Definately not a low water mark ;)
My applogies. I don't get the humour. Take a lib, strip the debugging symbols, you get a functional lib that's 10% of the size. However, since BSD relies on the ability to recompile things, don't you need those libs to have the debugging symbols? Or is it that strip -s removes all symbols and it was only intended to remove the debug symbols. The libs won't work? Sorry, I'm from debian. I never compile C. The last thing I compiled was Fortran 77. I try not to mouth-breathe but, when I do, at least I don't drool. Could some kind soul gently explain the humour? Thanks, Doug.