| From: | Atri Sharma <atri(dot)jiit(at)gmail(dot)com> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, Dave Page <dpage(at)pgadmin(dot)org>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Regarding installation of FDW on Windows |
| Date: | 2012-07-13 12:57:48 |
| Message-ID: | CAOeZVicxg-TNew+xap7w7kNRMBE--UjzJCmuviQAyH_y=nbxYw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Jul 13, 2012 at 6:13 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> On 07/13/2012 08:07 AM, Albe Laurenz wrote:
>>
>> I have read a report that extensions built with MinGW are compatible with
>> EDB's binaries if you use --disable-float8-byval
>> (http://www.postgresonline.com/journal/archives/246-ODBC-Foreign-Data-wr
>> apper-odbc_fdw-on-windows.html).
>
>
>
> Unfortunately, not always.
>
> I had to change how file_fixed_length_record_fdw did its IO before this
> would work.
>
> cheers
>
> andrew
>
>
Andrew,
I am trying to make pre compiled binaries so that,in case users of my
project(on windows) do not have a build environment configured,they
can use the pre compiled binaries to use my project.The best way to do
this seems to be cross compile.
I tried overriding CC in makefile of my project and setting the value
of CC to MinGW C compiler,but,it gave errors(header files not found).
What changes should I make?
Atri
--
Regards,
Atri
l'apprenant
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2012-07-13 13:10:56 | Re: Regarding installation of FDW on Windows |
| Previous Message | Andrew Dunstan | 2012-07-13 12:43:13 | Re: Regarding installation of FDW on Windows |