Re: pgAdmin III under wxCocoa

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Stefan Csomor" <csomor(at)advancedconcepts(dot)ch>, "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>, "Adam Witney" <awitney(at)sghms(dot)ac(dot)uk>
Cc: <jm(at)poure(dot)com>, "Julian Smart" <julian(dot)smart(at)btopenworld(dot)com>, "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III under wxCocoa
Date: 2003-10-01 08:26:45
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B711@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Stefan Csomor [mailto:csomor(at)advancedconcepts(dot)ch]
> Sent: 01 October 2003 09:09
> To: Dave Page; 'Adam H.Pendleton'; 'Adam Witney'
> Cc: jm(at)poure(dot)com; 'Julian Smart'; 'pgadmin-hackers'
> Subject: RE: [pgadmin-hackers] pgAdmin III under wxCocoa
>
>
> Hi
>
> I think (I'm not fluent on the console ;-) it's
> --disable-shared for getting static libs

Hi Stefan,

We used --enable-static rather than --disable-shared (can't remember
why). From acinclude.m4:

############################
# Static build of pgAdmin3 #
############################
AC_DEFUN([ENABLE_STATIC],
[AC_ARG_ENABLE(static,
[ --enable-static build a static version of pgAdmin3],
[pg_static_build=yes],
[pg_static_build=no])
])

Looking at that of course, it looks like --disable-static is not defined
anyway which would explain why it doesn't work.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-10-01 08:54:12 Re: Mac Port
Previous Message Stefan Csomor 2003-10-01 08:08:56 Re: pgAdmin III under wxCocoa