Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: jgramke(at)maple(dot)computing(dot)csbsju(dot)edu
Cc: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgreSQL(dot)org>
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Date: 2000-01-04 23:36:40
Message-ID: 200001042336.SAA00306@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> I changed the Makefile.shlib so that the line reads:
> LDFLAGS_SL := -shared -rpath $(LIBDIR)
> instead of
> LDFLAGS_SL := -shared.
> This change made no difference.
> I'm a little concerned though. It seems that you believe this change should be
> in the current distribution, however, it is certainly not in the copy that I
> downloaded just yesterday.
>
>
>
> Also, I searched for errors earlier in the make, and found this error:
>
> as: Error: /var/tmp/cca004nD.s, line 313: undefined assembler operation:
> .global^M
> .global tas ^M
> gmake[3]: *** [s_lock.o] Error 1^M
> gmake[3]: Leaving directory
> `/usr/people/students/other/postgres/src/pgsql/src/backend/storage/buffer'^M

OK, my guess is that the s_lock.c or s_lock.h code for locking is not
understood by your compiler.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2000-01-04 23:46:25 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Previous Message Jim Gramke 2000-01-04 23:11:24 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?