bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: specifying readline location & ignoring libdir...?


From: Chet Ramey
Subject: Re: specifying readline location & ignoring libdir...?
Date: Wed, 16 Nov 2016 20:32:36 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 11/16/16 7:34 PM, L A Walsh wrote:

>    The link step is using //lib.  That is not where object files
> and libraries of object code for my platform reside.

Your previous message on this topic said you modified LDFLAGS, LDPATH,
and some unknown other number of things.  Who can say which change you
made caused that to happen? My advice is to go back to bash-4.4 as
distributed and start again.

>    At link time, it is using -L//lib.  What tells it to use "//lib"?

You're going to have to figure out which one of your changes made that
happen.


>    Ok.  How do I get the link phase to use the right directory?
> I.e. what gnu switch is that?  I don't know what the right switch is,
> so please tell me what switch to use.

If you installed readline in a directory that doesn't fit with the model
used by --with-installed-readline, you will probably have to use

make RL_LIBDIR=/lib64

You can probably get away with leaving RL_LIBSRC alone.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]