pgadmin3 build executable still not stripping correctly on OSX

From: OpenMacNews <OpenMacNews(at)speakeasy(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Subject: pgadmin3 build executable still not stripping correctly on OSX
Date: 2005-04-29 01:16:23
Message-ID: D5811A9A5E0C8CC17685A10D@tiedgar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hi all,

i'm now (finally) able to successfully/reproducibly build pgadmin3-cvs against
both/either wxWidgets-cvs and wxWidgets-2.6.0.

build/install completes without error, though the executable's still not
stripping correctly:

case: wxWidgets-2.6.0
% ls -al /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
-rwxr-xr-x 1 root admin 109547152 Apr 28 17:52
/usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3

% strip /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3

% ls -al /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
-rwxr-xr-x 1 root admin 7804308 Apr 28 18:03
/usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3

case: wxWidgets-cvs
% ls -al /usr/ports/pgadmin3-cvs2/pgAdmin3.app/Contents/MacOS/pgAdmin3
-rwxr-xr-x 1 root admin 109586060 Apr 28 17:52
/usr/ports/pgadmin3-cvs2/pgAdmin3.app/Contents/MacOS/pgAdmin3

% strip /usr/ports/pgadmin3-cvs2/pgAdmin3.app/Contents/MacOS/pgAdmin3

% ls -al /usr/ports/pgadmin3-cvs2/pgAdmin3.app/Contents/MacOS/pgAdmin3
-rwxr-xr-x 1 root admin 7839296 Apr 28 18:03
/usr/ports/pgadmin3-cvs2/pgAdmin3.app/Contents/MacOS/pgAdmin3

the issue, as per earlier post
(<http://archives.postgresql.org/pgadmin-hackers/2005-04/msg00173.php>
), still seems to be the autoconf snippet, but "got me" as to what the problem
is.

ideas? is there a legit question that can/should be posted to the autoconf
lists?

cheers,

richard

Browse pgadmin-hackers by date

  From Date Subject
Next Message blacknoz 2005-04-30 21:01:30 1.2.0 status vs wx2.6 instead of wx2.5 ?
Previous Message Dave Page 2005-04-28 13:09:39 Re: Move to Subversion?