Re: Windows Build System was: Win32 port patches - Mailing list pgsql-hackers

From Darko Prenosil
Subject Re: Windows Build System was: Win32 port patches
Date
Msg-id 200301231050.13865.darko.prenosil@finteh.hr
Whole thread Raw
In response to Re: Windows Build System was: Win32 port patches  ("bbaker@priefert.com" <bbaker@priefert.com>)
List pgsql-hackers
On Wednesday 22 January 2003 20:47, bbaker@priefert.com wrote:
> Firebird uses a set of Borland command line tools and Borland's make,
> which they give away as a free download.  Even if you're compiling for
> Windows, the build process uses Borland's command line "make".  A batch
> build script copies makefiles from a single source directory and spreads
> them around the tree, then kicks off Borland's make.  For things to work
> successfully, you must download Borland's tools and install them
> together with setting a few environment variables by hand.  Borland
> command line tools are just a set of Unix utilities like grep, sed,
> make, (sh?) etc.  Once upon a time they required cygwin utilities, but
> managed to purge themselves of cygwin with the Borland utilities.  When
> they required cygwin, they also required some Borland utilities anyway.
> So they had a real reason for purging cygwin.  If someone thinks the
> cygwin package is too big, we could require the Borland utilities instead
> :)
>I can't agree more ! Even if You do not want to hear my opinion here it is:

The reason why I started to use PosgreSQL was:1. Price 2. Most features that I used on MSSQL was there (except
replication).

If You require MS Visual C for building, it may increase the price.
Borland C++ free version 5.5 you can download from :http://www.borland.com/products/downloads/download_cbuilder.html
(I newer downloaded it from there, because I got it on some CD from our
local computer news).
What is included in the package you can see at :http://community.borland.com/article/0,1410,21205,00.html

I can point to one more example of using bcc32 in multiplatform
projects:http://www.trolltech.com/products/qt/windows.html
(They support also Microsoft Visual C++, but Windows version is not free !)And in the end, the developers for windows
arenot stupid, they can survive  
without MS projects, workspaces, fancy GUI e.t.c. (at least developers that
You want to contribute to Postgres.)



pgsql-hackers by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: ECPG, threading and pooling
Next
From: Hannu Krosing
Date:
Subject: Re: Terrible performance on wide selects