Re: Compile fails on AIX 6.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compile fails on AIX 6.1
Дата
Msg-id 22620.1405021301@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Compile fails on AIX 6.1  ("Lars Ewald (web.de)" <l.ewald-web@lars-ewald.de>)
Список pgsql-bugs
"Lars Ewald (web.de)" <l.ewald-web@lars-ewald.de> writes:
>   Architecture (example: Intel Pentium)         : ppc

PPC what exactly?

>   Operating System (example: Linux 2.4.18)      : AIX 6.1.0.0
>   PostgreSQL version (example: PostgreSQL 9.3.4):  PostgreSQL 9.3.4
>   Compiler used (example: gcc 3.3.5)            : gcc 4.8.0

> /tmp//ccJHanGQ.s: line 19688: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 19689: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 19690: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 19693: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20040: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20043: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20044: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20045: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20046: 1252-142 Syntax error.
> /tmp//ccJHanGQ.s: line 20049: 1252-142 Syntax error.
> <builtin>: recipe for target 'xlog.o' failed

I think the odds are pretty high that the problem here is that we tried to
use the "mutex hint" option in our PPC spinlock assembly code, and the
system's assembler doesn't recognize that.  However, we only try to use
that option after the configure script has confirmed that the syntax is
accepted, so it's not real clear how you got this result.  Perhaps you
tried to change compilers without redoing the configure run?

            regards, tom lane

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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: BUG #10917: How to connect pgadmin of another system.
Следующее
От: Moshe Jacobson
Дата:
Сообщение: Re: LEFT JOINs not optimized away when not needed