From: | Doug McNaught <doug(at)wireboard(dot)com> |
---|---|
To: | "Kelby Zorgdrager" <kelby(at)ecarcredit(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Help Building PostgreSQL on Solaris |
Date: | 2001-12-10 18:04:41 |
Message-ID: | m3snaj3q9y.fsf@belphigor.mcnaught.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Kelby Zorgdrager" <kelby(at)ecarcredit(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-12-10 18:43:21 | Re: New NLS status page |
Previous Message | bpalmer | 2001-12-10 17:38:01 | Re: OpenBSD snapshot failure |