Обсуждение: pgadmin for SuSE Linux 9.2 32/64 bit CPU.

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

pgadmin for SuSE Linux 9.2 32/64 bit CPU.

От
Vasilev Max
Дата:
Good afternoon!

I have corrected yours spec a file and build a rpm-package for SuSE
Linux 9.2 i586 and x86_64.

http://team.org.ru/suse/

I test it on several machines with SuSE Linux 32 and 64 bit CPU. It's
working correctly. Please, if possible, upload it on mirrors.

Thank you.

Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Vasilev Max
> Sent: 10 February 2005 09:28
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgadmin for SuSE Linux 9.2 32/64 bit CPU.
>
> Good afternoon!
>
> I have corrected yours spec a file and build a rpm-package for SuSE
> Linux 9.2 i586 and x86_64.
> http://team.org.ru/suse/
>
> I test it on several machines with SuSE Linux 32 and 64 bit CPU. It's
> working correctly. Please, if possible, upload it on mirrors.

Great, I'll upload them shortly. Can you send the updated spec file
please, and we can include that in CVS as well.

Thanks, Dave,


Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.

От
Vasilev Max
Дата:
Dave Page пишет:

>
>
>Great, I'll upload them shortly. Can you send the updated spec file
>please, and we can include that in CVS as well.
>
>Thanks, Dave,
>
>
>
I have changed it:

%build
export CFLAGS=""
export CXXFLAGS=""
%ifarch x86_64 amd64
%configure --enable-static --with-wx-config=%{withwxconfig}
--with-wx=/usr/local --with-ssl LDFLAGS=-L/usr/X11R6/lib64
%else
%configure --enable-static --with-wx-config=%{withwxconfig}
--with-wx=/usr/local --with-ssl
%endif
make all




Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Vasilev Max [mailto:max@stranger-team.ru]
> Sent: 10 February 2005 14:33
> To: Dave Page; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] pgadmin for SuSE Linux 9.2
> 32/64 bit CPU.
>
> Dave Page пишет:
>
> >
> >
> >Great, I'll upload them shortly. Can you send the updated spec file
> >please, and we can include that in CVS as well.
> >
> >Thanks, Dave,
> >
> >
> >
> I have changed it:
>
> %build
> export CFLAGS=""
> export CXXFLAGS=""
> %ifarch x86_64 amd64
> %configure --enable-static --with-wx-config=%{withwxconfig}
> --with-wx=/usr/local --with-ssl LDFLAGS=-L/usr/X11R6/lib64
> %else
> %configure --enable-static --with-wx-config=%{withwxconfig}
> --with-wx=/usr/local --with-ssl
> %endif
> make all

Thanks - I'll apply that to CVS.

Regards, Dave.