Re: Compile fails on AIX 6.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lars Ewald (web(dot)de)" <l(dot)ewald-web(at)lars-ewald(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Compile fails on AIX 6.1
Date: 2014-07-10 19:41:41
Message-ID: 22620.1405021301@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Lars Ewald (web.de)" <l(dot)ewald-web(at)lars-ewald(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Moshe Jacobson 2014-07-10 20:18:27 Re: LEFT JOINs not optimized away when not needed
Previous Message David G Johnston 2014-07-10 17:16:18 Re: BUG #10917: How to connect pgadmin of another system.