Re: make use of ld --as-needed

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: make use of ld --as-needed
Date: 2005-05-05 04:48:00
Message-ID: 4279A580.5030107@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Well, I guess the question is why you put the --as-needed check where
> you did, rather than above the existing AC_MSG_NOTICE displays. If it
> has an interaction with the intervening tests, what is that exactly?

PGAC_PROG_LD needs to be invoked to figure out if we're using gnu ld.
That's the only dependency AFAIK, so I'll move the --as-needed check to
before AC_PROG_RANLIB -- that is more logical.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2005-05-05 13:33:49 entab vs. gcc4 again
Previous Message Tom Lane 2005-05-05 04:40:36 Re: make use of ld --as-needed