Re: BUG #1097: Make failure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1097: Make failure
Дата
Msg-id 200403110807.22444.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #1097: Make failure  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список 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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT