failed to compile on irix6.5 with gcc

From: Tiaan Wessels <tiaan(at)netsys(dot)co(dot)za>
To: pgsql-ports(at)postgresql(dot)org
Subject: failed to compile on irix6.5 with gcc
Date: 2001-10-05 07:17:15
Message-ID: 3BBD5E7B.6070407@netsys.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

hi,
i am trying to compile postgres on

!:nsdv4:/home/people/tiaan/postgresql-7.1.3%>uname -a
IRIX64 nsdv4 6.5 01101245 IP27

with

!:nsdv4:/home/people/tiaan/postgresql-7.1.3%>gcc -v
Reading specs from
/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)

but get the following

gcc -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include -U_NO_XOPEN4 -c s_lock.c -o s_lock.o
s_lock.c: In function `s_lock':
s_lock.c:134: warning: passing arg 1 discards `volatile' from pointer
target type
s_lock.c: At top level:
s_lock.c:234: warning: `tas_dummy' defined but not used
as: Error: /var/tmp/ccg3hy8Z.s, line 415: undefined assembler operation:
.global .global tas

could anyone perhaps help me in solving this

regards
tiaan

ps. i could not make out that this was a mailing list so please reply to
me personally (as well) as i have not subscribed to any list

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Eisentraut 2001-10-05 18:28:57 Re: failed to compile on irix6.5 with gcc
Previous Message Marko Kreen 2001-10-04 19:26:53 Re: Porting from MySQL.