This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Part of] your Dec., 4th change to libf2c/Makefile.in.
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: Toon Moene <toon at moene dot indiv dot nluug dot nl>, gcc at gcc dot gnu dot org
- Date: Tue, 1 Jan 2002 22:56:13 -0500 (EST)
- Subject: Re: [Part of] your Dec., 4th change to libf2c/Makefile.in.
On 1 Jan 2002, Alexandre Oliva wrote:
> In fact, having libg2c.so.0 installed in $(libdir) would only help avoid
> this if you set prefix to /usr or /usr/local, whose lib subdirs are
> typically searched by default, or add $(libdir) to /etc/ld.so.conf, in
> which case you might add the correct, multilib-aware location as well.
Or use -rpath, as libgcj now does.
Jeff