Re: Help Building PostgreSQL on Solaris - Mailing list pgsql-hackers

From Doug McNaught
Subject Re: Help Building PostgreSQL on Solaris
Date
Msg-id m3snaj3q9y.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to Help Building PostgreSQL on Solaris  ("Kelby Zorgdrager" <kelby@ecarcredit.com>)
List pgsql-hackers
"Kelby Zorgdrager" <kelby@ecarcredit.com> writes:

> I am trying to compile postgres on solaris 7. After running the configure
> script and then the make I get the following error...

> gcc -O2 -funroll-loops -fexpensive-optimizations -I/usr/local/include -Wall 
> -Wmissing-prototypes -Wmissing-declarations
> /../src/include -O2 -funroll-loops -fexpensive-optimizations -I/usr/local/in
> clude   -c -o heaptuple.o heaptuple.c
> /usr/ccs/bin/as: "/var/tmp/ccLq9TVj.s", line 806: error: unknown opcode
> ".subsection"

It seems that gcc is generating code that the assembler doesn't like.
Does this gcc install work for compiling other programs?  I'd assume
so since you got through the 'configure' stage, but...

-Doug
-- 
Let us cross over the river, and rest under the shade of the trees.  --T. J. Jackson, 1863


pgsql-hackers by date:

Previous
From: Manuel Sugawara
Date:
Subject: Re: date formatting and tab-complete patch
Next
From: bpalmer
Date:
Subject: Re: OpenBSD snapshot failure