Re: Compile fails on AIX 6.1 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Compile fails on AIX 6.1
Date
Msg-id 22620.1405021301@sss.pgh.pa.us
Whole thread Raw
In response to Compile fails on AIX 6.1  ("Lars Ewald (web.de)" <l.ewald-web@lars-ewald.de>)
List 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 by date:

Previous
From: David G Johnston
Date:
Subject: Re: BUG #10917: How to connect pgadmin of another system.
Next
From: Moshe Jacobson
Date:
Subject: Re: LEFT JOINs not optimized away when not needed