From ccc63194ce7813106830c8a8755c54d89de831b4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 Feb 2018 19:30:01 +0000 Subject: -min-crossrefs needs .aux removal; other doc tweaks git-svn-id: svn://tug.org/texlive/trunk@46719 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Build/source/utils/README') diff --git a/Build/source/utils/README b/Build/source/utils/README index b043bfcea2f..0b291cc0604 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -75,14 +75,15 @@ cd $libsigsegv_ver # # you may need this hack on 64-bit systems # if clisp's configure does not find libsigsegv. Harmless to do in any case. -ln -s lib $clisp_toolsdir/lib64 +ln -s lib $clisp_toolsdir/lib64 # for GNU/Linux 64-bit +ln -s . $clisp_toolsdir/lib/64 # for Solaris 64-bit # # if you can't build libsigsegv, pass --ignore-absence-of-libsigsegv # when running configure for clisp. ffcall_ver=libffcall-2.1 cd $clisp_basedir -$wget https://ftp.gnu.org/gnu/libsigsegv/$ffcall_ver.tar.gz +$wget https://ftp.gnu.org/gnu/libffcall/$ffcall_ver.tar.gz gzip -dc $ffcall_ver.tar.gz | tar xf - cd $ffcall_ver ./configure -C --prefix=$clisp_toolsdir --disable-shared --enable-static \ @@ -104,7 +105,7 @@ cd $libiconv_ver # foil wrong attempts at dynamic linking, etc. (cd $clisp_basedir/clisp-tools/lib && rm -f *.dylib *.la) -clisp_ver=clisp-2.49.50 +clisp_ver=clisp-2.49.92 cd $clisp_basedir $wget https://haible.de/bruno/gnu/clisp-2.49.50.tar.bz2 bunzip2 -dc $clisp_ver.tar.bz2 | tar xf - @@ -118,9 +119,13 @@ cd $clisp_ver # ./configure CPPFLAGS=-DUNIX_BINARY_DISTRIB --prefix=$clisp_toolsdir \ --without-readline --without-dynamic-modules --without-termcap-ncurses \ - --disable-nls --enable-portability \ + --disable-nls \ --with-libsigsegv-prefix=$clisp_toolsdir \ --with-libffcall-prefix=$clisp_toolsdir \ --with-libiconv-prefix=$clisp_toolsdir \ $clisp_builddir \ && (cd $clisp_builddir && make) + +There may be clisp test failures relating to sockets on some +systems. Since xindy doesn't use sockets, we can ignore those for TL. + -- cgit v1.2.3