Обсуждение: static build from source on windows

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

static build from source on windows

От
Jan
Дата:
Hi,

I am trying to build postgres static with mysis and as far as I can find
any hints with google I tried the following:

./configure --without-zlib --disable-shared
make

It stops with this error:

make[3]: Entering directory
`/home/postgresql-8.4.2-src/src/interfaces/libpq'
make[3]: *** No rule to make target `libpq.dll', needed by
`all-shared-lib'.  Stop.

What is the correct way to get a static libpq?

I also found something like "make install enable_shared=no" but that did
not help.

Jan