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

From: jgramke(at)oak(dot)computing(dot)csbsju(dot)edu (Jim Gramke)
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
Cc: jgramke(at)oak(dot)computing(dot)csbsju(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 22:22:56
Message-ID: 10001041622.ZM447739@oak.computing.csbsju.edu
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

About the last item that I can add is that when I run the "configure" script,
I use the --with-CXX=CC option. If I don't use this option, I get this error:

checking whether the C++ compiler (c++ ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.

Is there anything other information you would like for me to provide?

Thanks!!

Jim

--

--------------------------------------------------------------
Jim Gramke Unix & Web Systems Administrator
College of St. Benedict/ jgramke(at)csbsju(dot)edu
St. John's University PH: (320) 363-2785
Collegeville, MN 56321 FX: (320) 363-2761
URL: http://www.users.csbsju.edu/~jgramke
--------------------------------------------------------------

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message G. Anthony Reina 2000-01-04 22:37:21 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Previous Message Bruce Momjian 2000-01-04 21:47:21 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?