3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] rpm sizes
FromSent OnAttachments
Jeff JansenOct 18, 2004 10:34 am 
Gordon MessmerOct 18, 2004 2:22 pm 
Jeff JansenOct 19, 2004 1:22 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] rpm sizesActions...
From:Jeff Jansen (ivb_@sil.org)
Date:Oct 19, 2004 1:22:17 pm
List:net.sourceforge.lists.courier-users

Gordon Messmer wrote:

I don't build on SuSE, so I can't say for sure, but I'd imagine that SuSE isn't stripping the resulting binaries, which Red Hat's build scripts do automatically. The easiest way to say for sure would be to install the binaries on SuSE and manually strip imapd, for instance:

strip -g /usr/lib/courier/bin/imapd -o /tmp/stripped-imapd

Compare the stripped version to the original and to the version on Red Hat, and draw your own conclusions.

I changed "make install" to "make install-strip" in both spec files and the resulting binaries were virtually identical. So clearly you're right. Thanks for the tip.