Author: ag Date: 2010-01-05 13:51:54 -0700 (Tue, 05 Jan 2010) New Revision: 8184
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/guile.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Guile-1.8.7 Modified: trunk/BOOK/general/prog/guile.xml =================================================================== --- trunk/BOOK/general/prog/guile.xml 2010-01-05 19:37:14 UTC (rev 8183) +++ trunk/BOOK/general/prog/guile.xml 2010-01-05 20:51:54 UTC (rev 8184) @@ -6,10 +6,10 @@ <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz"> <!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz"> - <!ENTITY guile-md5sum "a4b64a992deae0532f8015bcc6c40784"> - <!ENTITY guile-size "3.7 MB"> - <!ENTITY guile-buildsize "49 MB (additional 40 MB to install all the docs)"> - <!ENTITY guile-time "1.2 SBU (includes building all documentation)"> + <!ENTITY guile-md5sum "991b5b3efcbbc3f7507d05bc42f80a5e"> + <!ENTITY guile-size "3.9 MB"> + <!ENTITY guile-buildsize "47 MB (additional 40 MB to install all the docs)"> + <!ENTITY guile-time "0.7 SBU"> ]> <sect1 id="guile" xreflabel="Guile-&guile-version;"> @@ -86,10 +86,8 @@ <para>Install <application>Guile</application> by running the following commands:</para> -<screen><userinput>sed -i -e '20,$ d' \ - -e 's|slib)|&)\n(load-from-path "slib/guile.init")|' \ - ice-9/slib.scm && -./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --enable-posix \ + --disable-static --enable-networking --enable-regex && make</userinput></screen> <para>If you have <xref linkend="tetex"/> installed and wish to @@ -145,13 +143,12 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i -e '20,$ d' -e '...' ice-9/slib.scm</command>: - This command is used to modify the <application>Guile</application> - <application>SLIB</application> initialization script. There are - incompatibilities with newer versions of <application>SLIB</application> - and this command modifies the script to use the installed - <application>SLIB</application> script.</para> + <para><option>--enable-posix</option>: Enable Posix interfaces.</para> + <para><option>--enable-networking</option>: Enable networking interfaces.</para> + + <para><option>--enable-regex</option>: Enable regular expression interfaces.</para> + </sect2> <sect2 role="content"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-01-05 19:37:14 UTC (rev 8183) +++ trunk/BOOK/general.ent 2010-01-05 20:51:54 UTC (rev 8184) @@ -260,7 +260,7 @@ <!ENTITY gc-version "6.8"> <!ENTITY gcc-version "4.1.2"> <!ENTITY gcc3-version "3.3.6"> -<!ENTITY guile-version "1.8.2"> +<!ENTITY guile-version "1.8.7"> <!ENTITY jdk-version "6 Update 16"> <!ENTITY junit-version "4.3.1"> <!ENTITY librep-version "0.17"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-01-05 19:37:14 UTC (rev 8183) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-01-05 20:51:54 UTC (rev 8184) @@ -44,6 +44,9 @@ <para>January 5th, 2010</para> <itemizedlist> <listitem> + <para>[ag] - Updated to guile-1.8.7.</para> + </listitem> + <listitem> <para>[ag] - Updated to rsync-3.0.7.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
