From: | "Dave Page" <dpage(at)pgadmin(dot)org> |
---|---|
To: | "el dorado" <do_ra_do(at)mail(dot)ru> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Standard binaries compilier - how to know? |
Date: | 2008-07-17 08:41:07 |
Message-ID: | 937d27e10807170141j70b1f155o85cb46f5fd70a2d3@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
2008/7/17 el dorado <do_ra_do(at)mail(dot)ru>:
> Hello!
> Is there any opportunity to find out what compilier is used to build standard binaries from http://www.postgresql.org/ftp/binary/v8.3.3/win32/
> (postgresql-8.3.3-1-binaries-no-installer.zip
> MSVC or MinGW(gcc)?
> I have some problems with C-procedures compilation (PG 8.3, WinXP). I've got the information from mailing list (thanks to all who had answered) that the cause of these problems could be the using of different compiliers.
> But now my library doesn't work correctly in both variants (MSVC and MinGW)... :(
SELECT version();
It was actually built with VC++ 2005, fully service-packed. That said,
it is possible to mix'n'match compilers, provided you don't pass crt
pointers around. Both Slony and PostGIS are still built with
Mingw/Msys.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Enrico Sirola | 2008-07-17 09:54:27 | Re: unable to drop a constraint |
Previous Message | el dorado | 2008-07-17 08:33:51 | Standard binaries compilier - how to know? |