Re: Windows on SuSE? 7.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Windows on SuSE? 7.4
Дата
Msg-id 3855.1060622959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Windows on SuSE? 7.4  (elein <elein@norcov.com>)
Ответы Re: Windows on SuSE? 7.4  (elein <elein@norcov.com>)
Список pgsql-hackers
elein <elein@norcov.com> writes:
> configure knows it is a linux box.
> Should it be trying to link to libwsock32.so
> or not?  If this is a legitimate link, then
> the problem is different than if it is trying
> to link it in erroneously.

configure is unconditionally including libwsock32 if it can find one.
AFAICT from the CVS logs, this was only expected to happen on win32
(Bruce, that was your commit, configure.in v1.250; please confirm).
So it would probably make sense to not look for libwsock32 unless
PORTNAME is "win32".

I take it you actually have a libwsock32?  What's it supposed to do?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] ALTER TABLE table RENAME COLUMN x TO y
Следующее
От: Larry Rosenman
Дата:
Сообщение: Change Request: \pset pager off in pg_dumpall