Re: [sqlite] Getting Full Readline Support on Mac OS X

2010-02-22 Thread P Kishor
On Mon, Feb 22, 2010 at 9:31 AM, Simon de Bernard  wrote:
> I stumbled onto this this week end and I eventually got it working by
> providing the proper location of include and library files to the
> CPPFLAGS and LDFLAGS environment variables (by default sqlite will
> find the Mac OS X version of readline -- which is old -- and stick to
> it...)
>
> e.g: If you installed in /usr/local:
> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure
>

I wish there were a canonical answer for this, but, fwiw, I have never
had to do any of the above. I just straight ahead do a ./configure,
make, make install, and everything just works... readline and all.
What am I doing right? I really would like to know.


> Simon.
>
> Le 22 févr. 10 à 16:15, Jeffrey Thompson a écrit :
>
>> I'm compiling and installing sqlite-3.6.22 on Mac OS X and am
>> failing to get
>> the full readline capabilities (emacs editing and primarily reverse
>> search
>> for previous commands).  I have installed the readline-6.1.tar.gz
>> library
>> and it appeared the standard config and make install used it but I
>> still
>> don't have the full readline support.  Can someone give me a few
>> pointers to
>> get full command line editing to work on the mac?
>>
>> Thanks!
>>
>> Jeffrey Thompson
>> JANOAH, INC.
>> jeff...@janoah.net




-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
---
Assertions are politics; backing up assertions with evidence is science
===
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Getting Full Readline Support on Mac OS X

2010-02-22 Thread Simon de Bernard
I stumbled onto this this week end and I eventually got it working by  
providing the proper location of include and library files to the  
CPPFLAGS and LDFLAGS environment variables (by default sqlite will  
find the Mac OS X version of readline -- which is old -- and stick to  
it...)

e.g: If you installed in /usr/local:
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure

Simon.

Le 22 févr. 10 à 16:15, Jeffrey Thompson a écrit :

> I'm compiling and installing sqlite-3.6.22 on Mac OS X and am  
> failing to get
> the full readline capabilities (emacs editing and primarily reverse  
> search
> for previous commands).  I have installed the readline-6.1.tar.gz  
> library
> and it appeared the standard config and make install used it but I  
> still
> don't have the full readline support.  Can someone give me a few  
> pointers to
> get full command line editing to work on the mac?
>
> Thanks!
>
> Jeffrey Thompson
> JANOAH, INC.
> jeff...@janoah.net
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Getting Full Readline Support on Mac OS X

2010-02-22 Thread Jeffrey Thompson
I'm compiling and installing sqlite-3.6.22 on Mac OS X and am failing to get
the full readline capabilities (emacs editing and primarily reverse search
for previous commands).  I have installed the readline-6.1.tar.gz library
and it appeared the standard config and make install used it but I still
don't have the full readline support.  Can someone give me a few pointers to
get full command line editing to work on the mac?

Thanks!

Jeffrey Thompson
JANOAH, INC.
jeff...@janoah.net
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users