On Sun, Jul 3, 2011 at 8:28 AM, Brar Piening <[email protected]> wrote:
> Perhaps someone who routinely does 64-bit builds could help out with a
> config.pl and some info from where to get the 64-bit libraries to build
> with.
Here's what we use for the installers.
# Configuration arguments for vcbuild.
use strict;
use warnings;
our $config = {
asserts=>0, # --enable-cassert
integer_datetimes=>1, # --enable-integer-datetimes
nls=>'C:\pgBuild\gettext', # --enable-nls=<path>
perl=>'C:\Perl-5.10', # --with-perl
python=>'C:\Python26', # --with-python=<path>
ldap=>1, # --with-ldap
openssl=>'C:\pgBuild\OpenSSL', # --with-ssl=<path>
xml=>'C:\pgBuild\libxml2',
xslt=>'C:\pgBuild\libxslt',
iconv=>'C:\pgBuild\iconv',
zlib=>'C:\pgBuild\zlib', # --with-zlib=<path>
uuid=>'C:\pgBuild\uuid-ossp' # --with-uuid-ossp
};
1;
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers