"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> /usr/bin/ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o printtup.o
> scankey.o tupdesc.o
> /usr/bin/ld: Relocatable linking with relocations from format elf64-sparc
> (heaptuple.o) to format elf32-sparc (SUBSYS.o) is not supp
> orted
Hmm. It sounds like your platform wants some special switches to ld to
enable building 64-bit stuff. I have no idea what they are, however.
What were you using for CFLAGS to get 64-bit compilations?
regards, tom lane