Thread: 7.4 won't compile for Borland
try to compile the libpq library (7.4 latest, I think beta 3) with bcc32.mak under bcc55 and bcb6, but have some problems when linked. The problems are about : 1._pqGethostbyname 2._pqStrerror can't referenced.
Relaxin wrote: > try to compile the libpq library (7.4 latest, I think beta 3) with > bcc32.mak under bcc55 and bcb6, but have some problems when linked. > The problems are about : > 1._pqGethostbyname > 2._pqStrerror > can't referenced. Are you sure it is beta3? We had those bugs in beta2, but not beta3. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
> Relaxin wrote: > > try to compile the libpq library (7.4 latest, I think beta 3) with > > bcc32.mak under bcc55 and bcb6, but have some problems when linked. > > The problems are about : > > 1._pqGethostbyname > > 2._pqStrerror > > can't referenced. > >"Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message news:200309240234.h8O2YYJ16938@candle.pha.pa.us... > Are you sure it is beta3? We had those bugs in beta2, but not beta3. I'm not sure if it's beta3, but it is the latest WIN32_DEV tagged files. I removed everything from my system, and then downloaded the WIN32_DEV tagged source. Is there something I should do first, before downloading the WIN32_DEV tag?
Relaxin wrote: > > Relaxin wrote: > > > try to compile the libpq library (7.4 latest, I think beta 3) with > > > bcc32.mak under bcc55 and bcb6, but have some problems when linked. > > > The problems are about : > > > 1._pqGethostbyname > > > 2._pqStrerror > > > can't referenced. > > > >"Bruce Momjian" <pgman@candle.pha.pa.us> wrote in message > news:200309240234.h8O2YYJ16938@candle.pha.pa.us... > > Are you sure it is beta3? We had those bugs in beta2, but not beta3. > > > I'm not sure if it's beta3, but it is the latest WIN32_DEV tagged files. > I removed everything from my system, and then downloaded the WIN32_DEV > tagged source. > > Is there something I should do first, before downloading the WIN32_DEV tag? WIN32_DEV is not for general use. Download CVS head and use that. It will work for all applications _except_ the database server backend. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073