OK, what's this LDREL all about?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: OK, what's this LDREL all about?
Date: 1999-12-10 06:25:39
Message-ID: 16227.944807139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The recent QNX patches have broken current sources. I think
maybe the patches were incomplete or were not applied fully.
Every makefile now has $(LD) $(LDREL) in place of $(LD) -r,
which would be cool if only LDREL were defined as -r someplace.
But it ain't defined anywhere. Major lossage ensues.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-12-10 06:34:58 Re: [HACKERS] OK, what's this LDREL all about?
Previous Message Tatsuo Ishii 1999-12-10 05:56:58 Re: [HACKERS] FreeBSD problem under heavy load