[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
readline 5.0 LDFLAGS installation problem
From: |
Paul Jarc |
Subject: |
readline 5.0 LDFLAGS installation problem |
Date: |
Tue, 27 Jul 2004 17:24:53 -0400 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
On some platforms such as GNU/Linux, LDFLAGS is passed to gcc. On
others such as NetBSD, it is passed to ld. This makes things
difficult for an installation script that wants to be portable, and
wants to pass special flags like -R. It would be helpful if ld were
always invoked by way of gcc, so that arbitrary flags could be used in
LDFLAGS (protected by "-Wl," if they are not meaningful to gcc).
This is true for 4.3 too, but I don't think I reported it before,
sorry.
paul
- readline 5.0 LDFLAGS installation problem,
Paul Jarc <=