Re: BUG #1463: Borland C++ problem - Mailing list pgsql-bugs

From Magnus Hagander
Subject Re: BUG #1463: Borland C++ problem
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE4767F6@algol.sollentuna.se
Whole thread Raw
In response to BUG #1463: Borland C++ problem  ("Vojtech Rysanek" <vorysanek@seznam.cz>)
List pgsql-bugs
> The following bug has been logged online:
>=20
> Bug reference:      1463
> Logged by:          Vojtech Rysanek
> Email address:      vorysanek@seznam.cz
> PostgreSQL version: 8.0
> Operating system:   Windows
> Description:        Borland C++ problem
> Details:=20
>=20
> Hello,
> the compiling Borland C++ .lib and .dlls does not work. When=20
> I try to compile this in agreement with instructions on your=20
> web page=20
> http://www.postgresql.org/docs/8.0/static/install-win32.html=20
> it crashes with error that the bcc32.mak could not recieve=20
> win32.obj and others (they are not in Release folder and the=20
> make does not know how to build them). When I downloaded=20
> older version, I thing 7.4.6, than after small fix It works=20
> (.lib and .dll are created well) and run in Borland C++. But=20
> in new version it does not work. Please check this out and=20
> send me any questions about that

The Borland C++ port is more or less unmaintained at the moment. There
is nobody doing active development who has access to Borland C++. If you
want to figure out what needs to be changed you can probabyl track the
changes to the win32.mak file (for visual C++) in CVS and apply
corresponding changes to the Borland files.


//Magnus

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #1462: install bug
Next
From: rob
Date:
Subject: Re: SELECT returning too many rows (?) [7.4.2]