| From: | "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr> |
|---|---|
| To: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | libpq makefile for bcc |
| Date: | 2003-09-02 22:28:45 |
| Message-ID: | 000501c371a1$b30a5ce0$b082bfd5@darko |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 !
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-09-02 22:32:03 | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |
| Previous Message | Joshua D. Drake | 2003-09-02 22:17:07 | Re: Win32 native port |