|
From: Martin R. <ru...@us...> - 2009-03-24 18:55:31
|
Update of /cvsroot/foo/fooelk In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16305 Modified Files: README.FOO Log Message: adjusted readme to new default paths in configure.ac Index: README.FOO =================================================================== RCS file: /cvsroot/foo/fooelk/README.FOO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.FOO 9 Mar 2009 01:06:32 -0000 1.5 --- README.FOO 24 Mar 2009 18:55:19 -0000 1.6 *************** *** 63,67 **** ./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 --- 63,68 ---- ./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 *************** *** 69,80 **** 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 --- 70,91 ---- install another version of libreadline: ! $ sudo port install readline then compile fooelk ! $ ./configure --enable-gnu-readline ! ! which will look for the readline library in /opt/local/lib and the ! headers in /opt/local/include (macports standard locations) ! ! if you installed macports into a different locations, you have to ! specify them to fooelk: ! ! env LDFLAGS="-L/opt/otherlocal/lib" \ ! CPPFLAGS="-I/opt/otherlocal/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 |