Обсуждение: pgadmin3 build executable still not stripping correctly on OSX

Поиск
Список
Период
Сортировка

pgadmin3 build executable still not stripping correctly on OSX

От
OpenMacNews
Дата:
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