Interesting compile error under Sol8 - Mailing list pgsql-general

From Paul Day
Subject Interesting compile error under Sol8
Date
Msg-id 3bc1cb4e$0$26978@echo-01.iinet.net.au
Whole thread Raw
List pgsql-general
Hi all,

Definately a pg newbie, but here goes:

I'm trying to get pg running under Solaris 8 for x86 (back-end storage
for data for a web-site) and keep getting an error while compiling.

I've tried compiling 7.1.3 and 7.1.2 and get the same error, so it's
obviously something specific to my machine (SunOS solaris 5.8
Generic_108529-09 i86pc i386 i86pc).

Running Configure is fine, but then when running make, I eventually get
the following as it compiles float.c, and then it exits. Any ideas?

gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include   -c -o datetime.o datetime.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include   -c -o datum.o datum.c
gcc  -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include   -c -o float.o float.c
Assembler: float.c
        "/var/tmp/cchFlE3P.s", line 1856 : Illegal mnemonic
        "/var/tmp/cchFlE3P.s", line 1856 : Syntax error
        "/var/tmp/cchFlE3P.s", line 1895 : Illegal mnemonic
        "/var/tmp/cchFlE3P.s", line 1895 : Syntax error
        "/var/tmp/cchFlE3P.s", line 2023 : Illegal mnemonic
        "/var/tmp/cchFlE3P.s", line 2023 : Syntax error
        "/var/tmp/cchFlE3P.s", line 2061 : Illegal mnemonic
        "/var/tmp/cchFlE3P.s", line 2061 : Syntax error
make[5]: *** [float.o] Error 1
make[5]: Leaving directory
`/root/updates/postgresql-7.1.2/src/backend/utils/adt'
make[4]: *** [adt-recursive] Error 2
make[4]: Leaving directory
`/root/updates/postgresql-7.1.2/src/backend/utils'
make[3]: *** [utils-recursive] Error 2
make[3]: Leaving directory `/root/updates/postgresql-7.1.2/src/backend'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/updates/postgresql-7.1.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/updates/postgresql-7.1.2'
*** Error code 2
make: Fatal error: Command failed for target `all'


--
Paul Day    Web: www.bur.st/~bonfire   PGP-key: www.bur.st/~bonfire/pk.txt

pgsql-general by date:

Previous
From: "Zuev Dmitry"
Date:
Subject: Question about system catalog, documentation and datatype sizes (probably a bug)
Next
From: mmacie@earthlink.net (Mike Judkins)
Date:
Subject: kinda newbie - ish question