From af0c51a5124e5a132d48c97915fd1ea3ed931c37 Mon Sep 17 00:00:00 2001 From: Vladimir Volovich Date: Fri, 16 May 2008 19:54:33 +0000 Subject: change clisp version in build instructions to 2.45 git-svn-id: svn://tug.org/texlive/trunk@8182 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Build/source/utils/README') diff --git a/Build/source/utils/README b/Build/source/utils/README index 848c98280e8..ed6dbcf693f 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -63,13 +63,14 @@ gzip -dc ffcall-1.10.tar.gz | tar xf - cd ffcall-1.10 ./configure --prefix=$clisp_toolsdir && make && make check && make install -# hack to fix configure error on 64-bit systems +# you may need this hack on 64-bit systems +# if clisp's configure will not find libsigsegv and/or libffcall: ln -s lib $clisp_toolsdir/lib64 cd $clisp_basedir -wget http://ftp.gnu.org/gnu/clisp/release/2.44.1/clisp-2.44.1.tar.gz -gzip -dc clisp-2.44.1.tar.gz | tar xf - -cd clisp-2.44.1 +wget http://ftp.gnu.org/gnu/clisp/release/2.45/clisp-2.45.tar.gz +gzip -dc clisp-2.45.tar.gz | tar xf - +cd clisp-2.45 ./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \ --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \ $clisp_builddir \ -- cgit v1.2.3