============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Jacob Simpson
Your email address : jacobs@newbridge.com
System Configuration
---------------------
Architecture (example: Intel Pentium) : Sparc Ultra 5
Operating System (example: Linux 2.0.26 ELF) : Solaris 2.5.1
PostgreSQL version (example: PostgreSQL-6.5.3): PostgreSQL-6.5.3
Compiler used (example: gcc 2.8.0) : gcc 2.8.1
Please enter a FULL description of your problem:
------------------------------------------------
During gmake all the make stops with this error message:
as -o tas.o tas.s
tas.s: Assembler messages:
tas.s:10: Error: Unknown pseudo-op: `.section'
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
I run
./configure --prefix=/home/bin/pgsql --without-CXX
then
gmake all
and the make fails.
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
No idea I'm afraid.