Re: psql compiled with msys

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: psql compiled with msys
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B769@algol.sollentuna.se
обсуждение исходный текст
Ответ на psql compiled with msys  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32
> Right now, psql does not allow copy & paste from the console
> window when it is compiled under mingw.  However, the psql
> compiled with the makefile for visual studio does.  Copy &
> Paste are enormously useful... This may have to do with how
> the console window is constructed.

Probably. Definitly worth looking into :-)


> On another note, what is the future of the libpq makefile
> (win32.mak) in src/interfaces?  if the wrong libpq.dll is
> resolved by psql, it will crash psql...perhaps it should be
> removed or renamed msvc.mak (there is a bcc32.mak for Borland also).

Hmm. This sounds exactly like the problem Dann (IIRC) had a couple of
days back.

Since they are not compatible, we need to either find a way to make them
;-), or we should probably have two different libpq.dll:s - one for each
binary format. If they can't be made compatible, we *must* provide both
versions. If we can make them compatible, and everything is supported on
ming as is on msvc, we could just drop the msvc build stuff, IMHO.

Anybody know of a way to make mingw produce MS compatible DLLs?


//Magnus

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: crash on bad database connect
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: psql compiled with msys