Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <097201c17240$26c4ce30$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: openssh static size. and -ffunction-sections Date: Wed, 21 Nov 2001 14:53:59 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 21 Nov 2001 03:53:54.0608 (UTC) FILETIME=[23BBFB00:01C17240] Just a thought: was the openssl static libraries built with -ffunction-sections? If not, then that may be why the openssh static binaries where so big and so I think that -ffunction-sections should be mandatory for packagers, unless the libraries sources is one-function-per-file structured (which achieves the same thing). Rob