Re: [PORTS] PostgreSQL 6.5.2 ported to QNX 4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Kardos, Dr(dot) Andreas" <kardos(at)repas-aeg(dot)de>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] PostgreSQL 6.5.2 ported to QNX 4
Date: 1999-12-13 22:29:38
Message-ID: 199912132229.RAA10510@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Bruce Momjian wrote:
>
> >These are problematic. Changing $(LD) -r to $(AR) will not work on many
> >platforms. In the current source tree. I have changed all $(LD) -r to
> >$(LD) $(LDREL), and defined LDREL= -r. The -r can now be overridden in
> >Makefile.qnx. You can now define $LD as 'ar' in qnx.
>
>
> Unfortunately I still cannot use the backend/Makefiles because in
>
> $(LD) $(LDREL) -o SUBSYS.o $(OBJS)
>
> the -o option still disturbes. What I need after replacements is
>
> ar cr SUBSYS.o $(OBJS)

OK, I have applied a new LDOUT variable that normally equals -o but can
be replaced in your custom Makefile. Please get the newest version to
see the change.

--
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 Francis K Shim 1999-12-14 01:08:09 Onto a Caldera 2.2 distro
Previous Message Kardos, Dr. Andreas 1999-12-13 10:33:56 Re: [PORTS] PostgreSQL 6.5.2 ported to QNX 4