Re: Include files for static VC libpq.lib

Поиск
Список
Период
Сортировка
От Edin Kadribasic
Тема Re: Include files for static VC libpq.lib
Дата
Msg-id 41F3DDB0.4070506@emini.dk
обсуждение исходный текст
Ответ на Re: Include files for static VC libpq.lib  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers-win32
Magnus Hagander wrote:
> There is no such support in the VC Makefiles. It's only supported in the
> MingW build.

Ok, thanks for the info. I just wanted to make sure that I wasn't
missing something and making things more difficult for me.

> FWIW, you can build the VC libs from the DEF file - we do so in the
> installer. You just run
>
> LINK /LIB /MACHINE:x86 /def:libpqdll.def /out:libpq.lib /name:libpq.dll

This would create dynamic lib (needing libpq.dll for the app), right?
PHP distribution has too many dlls alredy which is why I'm compiling
php_pgsql.dll with the libpq built in.

Edin

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Invalid username specified
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Include files for static VC libpq.lib