libpq makefile for bcc - Mailing list pgsql-hackers

From Darko Prenosil
Subject libpq makefile for bcc
Date
Msg-id 000501c371a1$b30a5ce0$b082bfd5@darko
Whole thread Raw
Responses Re: libpq makefile for bcc  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers
Current bcc32.mak produces :

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_pqGethostbyname' referenced from
D:\POSTGRESQL-7.4BETA2\SRC\INTERFACES\LIBPQ\RELEASE\BLIBPQ.LIB|getaddrinfo
Error: Unresolved external '_pqStrerror' referenced from
D:\POSTGRESQL-7.4BETA2\SRC\INTERFACES\LIBPQ\RELEASE\BLIBPQ.LIB|fe-lobj

I see pqGethostbyname defined in thread.c, but when I add thread.c to
sources I have :

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_getpwuid' referenced from
D:\POSTGRESQL-7.4BETA2\SRC\INTERFACES\LIBPQ\RELEASE\BLIBPQ.LIB|thread

Anyone seeing that ?

Regards !



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Win32 native port
Next
From: Bruce Momjian
Date:
Subject: Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)