From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Darko Prenosil <Darko(dot)Prenosil(at)finteh(dot)hr> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: libpq makefile for bcc |
Date: | 2003-09-02 22:55:25 |
Message-ID: | 3F551FDD.7060601@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Darko Prenosil wrote:
>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 ?
>
Hi Darko,
wait until Bruce got his mail queue worked up, or have a look at
pgsql-patches. I had the problems with VC6, but this fixes probably bcc
also.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-09-02 23:16:42 | Re: Index tuple killing code committed |
Previous Message | Larry Rosenman | 2003-09-02 22:33:50 | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |