Re: BUG #1097: Make failure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1097: Make failure
Date: 2004-03-11 07:07:22
Message-ID: 200403110807.22444.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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 make

64-bit sparc is not really supported on Debian yet.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2004-03-11 08:55:16 Re: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT
Previous Message PostgreSQL Bugs List 2004-03-11 06:45:27 BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT