Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x? - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Date
Msg-id 200001042336.SAA00306@candle.pha.pa.us
Whole thread Raw
In response to Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?  (jgramke@oak.computing.csbsju.edu (Jim Gramke))
List 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@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: jgramke@oak.computing.csbsju.edu (Jim Gramke)
Date:
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?