Re: pgAdmin III under wxCocoa

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdmin III under wxCocoa
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B844B711@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на pgAdmin III under wxCocoa  (Jean-Michel POURE <jm@poure.com>)
Список pgadmin-hackers

> -----Original Message-----
> From: Stefan Csomor [mailto:csomor@advancedconcepts.ch]
> Sent: 01 October 2003 09:09
> To: Dave Page; 'Adam H.Pendleton'; 'Adam Witney'
> Cc: jm@poure.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.

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Stefan Csomor"
Дата:
Сообщение: Re: pgAdmin III under wxCocoa
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Mac Port