Re: [BUGS] BUG #1097: Make failure

2004-03-10 Thread Peter Eisentraut
PostgreSQL Bugs List wrote: > /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 > supported You need to run $ sparc32

Re: [BUGS] BUG #1097: Make failure

2004-03-10 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> 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

Re: [BUGS] BUG #1097: Make failure

2004-03-10 Thread Bruce Momjian
I have never seen that before. Looks like there is a mix of 64-bit and 32-bit object files. Not sure on the cause. --- PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference: 109

[BUGS] BUG #1097: Make failure

2004-03-10 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1097 Logged by: Stewart McKenna Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Debian 'woody3' on Ultra Sparc Description:Make failure Details: Trying to 'make' the postgreSQL