Re: 64Bit Solaris Compile

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 64Bit Solaris Compile
Date: 2004-11-22 20:43:35
Message-ID: 41A24F77.10404@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor wrote:
> Our local admin tried compiling a 64bit PostgreSQL on Solaris 9 using
> the below environment:
>
> export
> PATH=:/usr/bin/sparcv9:/usr/ccs/bin/sparcv9:/usr/sfw/bin/sparcv9:/usr/local/bin/sparcv9:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin
> export
> LD_LIBRARY_PATH=/usr/lib/sparcv9:/usr/ccs/lib/sparcv9:/usr/local/lib/sparcv9:/usr/sfw/lib/sparcv9
> export CFLAGS='-m64'

I seem to remember building with CC='gcc -m64' without any pain (haven't
tried it recently though).

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-11-22 20:50:26 Re: 64Bit Solaris Compile
Previous Message Tom Lane 2004-11-22 20:38:26 Re: another plperl bug