Interesting compile error under Sol8

From: Paul Day <bonfire(at)bur(dot)st>
To: pgsql-general(at)postgresql(dot)org
Subject: Interesting compile error under Sol8
Date: 2001-10-08 15:50:38
Message-ID: 3bc1cb4e$0$26978@echo-01.iinet.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Janine Sisk 2001-10-08 18:26:37 rebuilding for multibyte support
Previous Message Janine Sisk 2001-10-08 15:38:06 will rebuiding Postgres with multibyte support affect existing databases?