Re: R-beta: Readline and R 0.62.1
Kurt Hornik (Kurt.Hornik@ci.tuwien.ac.at)
Tue, 16 Jun 1998 17:13:57 +0200 (CEST)
From: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
Date: Tue, 16 Jun 1998 17:13:57 +0200 (CEST)
To: Jan Kutylowski <janku@ifi.uio.no>
Subject: Re: R-beta: Readline and R 0.62.1
In-Reply-To: <199806161431.3333.bolm.ifi.uio.no@ifi.uio.no>
>>>>> Jan Kutylowski writes:
> I have readline library where configure is not expecting it.
> How can I tell configure where that library is, and how
> can I compile R on Solaris with readline?
> Solutions were offered for R 0.61.3 but they do not seem to
> work for the new release: at least my trial and errors did not
> give desired effect.
Can you try doing something like
LIBS="-L/path/to/readline" ./configure
LIBS="-L/path/to/readline" make
(or set LIBS in config.site?)
[Still, if you were linking against a shared version of readline in a
nonstandard location, then you would need to play with LD_LIBRARY_PATH.]
Why would readline be in a non-standard place?
> Wouldn't it be helpful if after autoconfig the user were informed
> whether compilation will be with/without readline?
Yes, it would be :-)
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._