Re: Irix 6.2, Postgres 7.3.1, some brokenness

From: alex avriette <alex(at)posixnap(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Irix 6.2, Postgres 7.3.1, some brokenness
Date: 2003-02-03 05:28:20
Message-ID: 4EB11DFC-3738-11D7-9DDD-003065BDE8A6@posixnap.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I have tried, without any luck, to get postgres compiled with gcc 3.2
> (from freeware.sgi.com). It keeps adding '-r' when its linking, even
> when LDFLAGS is unset, LD is 'gcc' and CC is 'gcc'. I could do the
> linking manually, but this is not really a viable option for a >
> release.

Looking at this more, I see this:

[goro:~/postgresql-7.3.1/src] alex% grep LD Makefile* | grep -- '-r'
Makefile.global:LDREL = -r

Can we just not append LDREL to LD if we're on Irix?

alex

--
alex avriette
$^X is my programming language of choice.
alex(at)posixnap(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-03 05:38:07 Re: PGP signing releases
Previous Message alex avriette 2003-02-03 05:05:20 Irix 6.2, Postgres 7.3.1, some brokenness