Re: (postgres) Libpq Win32

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: (postgres) Libpq Win32
Дата
Msg-id 199807030430.AAA18443@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
> Hello!
>
> Through some minor changes, I have been able to compile the libpq client
> libraries on the Win32 platform. Since the libpq communications part has
> been rewritten, this has become much easier. Enclosed is a patch that
> will allow at least Microsoft Visual C++ to compile libpq into both a
> static and a dynamic library.
> I will take a look at porting the psql frontend as well, but I figured
> it was a good idea to send in these patches first - so no major changes
> are done to the files before it gets applied (if it does).
>
> The patches patch clean against the snapshot from Jun 20 (I don't have
> cvs, so I got it from the ftp site). It modifies only the
> interfaces/libpq/* files and the include/postgres.h file.
> It also creates the following new files:
> interfaces/libpq/win32.mak    - Makefile for Win32 (Visual C)
> interfaces/libpq/libpqdll.c   - Routine required to compile dynamic
> library
> interfaces/libpq/lubpqdll.def - List of functions to export from dynamic
> lib
> interfaces/libpq/win32.h      - Misc header stuff req. to work in win32
> win32.mak                - Top level make file. Will only
> make libpq now.
>
> To compile it, you just issue the command
> "nmake /F win32.mak"
> src directory. A static and a dynamic version will be created.
>
> When I have finished checking over the possiblities of doing the psql
> part too, I will look at writing a short README on how to do it.
>
>
> I hope this is interesting, and gets incorporated in the source soon.
>
>
> Regards,
>   Magnus Hagander
>
>
>

I have applied this fine patch to allow WIN32 compiles of libpq.  Nice
job, and a good feature for us.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Roman Volkoff
Дата:
Сообщение: RE: [PORTS] Re: [HACKERS] no answer to Solaris 2.6 failure to bu
Следующее
От: Maarten Boekhold
Дата:
Сообщение: Re: [HACKERS] no answer to Solaris 2.6 failure to build 6.3.2?