Update of /cvsroot/foo/fooelk
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22596
Modified Files:
README.FOO
Log Message:
added hint to compile with readline support using macports
Index: README.FOO
===================================================================
RCS file: /cvsroot/foo/fooelk/README.FOO,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.FOO 10 Aug 2004 19:57:08 -0000 1.4
--- README.FOO 9 Mar 2009 01:06:32 -0000 1.5
***************
*** 63,66 ****
--- 63,80 ----
./configure --enable-gnu-readline
+ readline extension and mac os x 10.5
+
+ on mac os x 10.5, the readline extension of fooelk does not seem to
+ work with the libreadline that comes with the system. use macports to
+ install another version of libreadline:
+
+ sudo port install readline
+
+ then compile fooelk
+
+ env LDFLAGS="-L/opt/local/lib" \
+ CPPFLAGS="-I/opt/local/include" \
+ ./configure --enable-gnu-readline
+
if you want to create a statically linked readline extension (which
contains the the readline library itself, so that the extension is
***************
*** 107,109 ****
! 2004-08-09 martin rumori fo...@ru...
--- 121,123 ----
! last edited: 2009-03-09 martin rumori fo...@ru...
|