Rod Taylor <pg(at)rbt(dot)ca> writes:> Our local admin tried compiling a 64bit PostgreSQL on Solaris 9 using> the below environment:> ...> export CFLAGS='-m64'
In 8.0 you'd want to also export LDFLAGS_SL='-m64'
regards, tom lane