From dev-return-17393-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Oct 18 11:16:01 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 69801 invoked from network); 18 Oct 2006 11:16:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 11:16:01 -0000 Received: (qmail 19399 invoked by uid 500); 18 Oct 2006 11:15:59 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 19369 invoked by uid 500); 18 Oct 2006 11:15:59 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 19358 invoked by uid 99); 18 Oct 2006 11:15:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 04:15:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 04:15:57 -0700 Received: from EX-007.mail.navisite.com (ex-007.interliant.com [207.113.240.186]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id k9IBFRV26432; Wed, 18 Oct 2006 06:15:30 -0500 (CDT) Received: from [192.168.0.168] ([89.164.34.184]) by EX-007.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Oct 2006 06:15:16 -0500 Message-ID: <45360CC5.7060706@apache.org> Date: Wed, 18 Oct 2006 13:15:17 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: Davi Arnaut CC: APR Developer List Subject: Re: Strange size of produced APR binaries on Solaris References: <45360689.7090307@apache.org> <45360AED.9090107@haxent.com.br> In-Reply-To: <45360AED.9090107@haxent.com.br> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2006 11:15:16.0750 (UTC) FILETIME=[B0922AE0:01C6F2A6] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Davi Arnaut wrote: > > Debugging symbols ? other library linked statically (expat ?) ? It's APR ./configure && make && make install > Have you tried to strip ? No. Like said it's default build for APR. If the strip is needed (what ever that might be, so please share some light) then it should be the part of the make thought. > > Also you can objdump -h and diff it's output to compare the size of each > section with a older "normal" .so. > Don't get it. What is 'older "normal" .so' I'm trying to build the APR from the sources. Regards, Mladen.