Re: Win32 native port - Mailing list pgsql-hackers

From Jason Tishler
Subject Re: Win32 native port
Date
Msg-id 20030912144747.GA1840@tishler.net
Whole thread Raw
In response to Re: Win32 native port  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers
On Fri, Sep 12, 2003 at 08:57:16AM -0400, Merlin Moncure wrote:
> Here: http://unxutils.sourceforge.net/ are ports of several unix
> utility programs (including bison and flex) for win32.  From my
> experiences compiling the Peer Direct port, this is the easiest way to
> get started.

OK, I'll throw my hat in the ring... :,)

I recommend using Cygwin in -mno-cygwin (aka Mingw) mode for the
following reasons:

    1. Using Cygwin gcc -mno-cygwin mode produces native Win32
       applications (i.e., do not depending on the Cygwin DLL)
       that are not affected by the Cygwin license.

    2. Using Cygwin as the Win32 build environment will facilitate
       keeping the Unix and Win32 build environments as similar as
       possible.  For example:

           a. Posix path can be used for both environments
           b. symlinks can be used for both environments

    3. Cygwin provides all the necessary tools (e.g., bison and flex).

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: __cpu__ defines
Next
From: Alessio Bragadini
Date:
Subject: Re: Beta2 Tag'd and Bundled ...