Changeset 3bc173f for general/genlib


Ignore:
Timestamp:
10/29/2004 05:00:27 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
25cd223
Parents:
4ba4e7c
Message:

Updated to Guile-1.6.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2881 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/guile.xml

    r4ba4e7c r3bc173f  
    77<!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    88<!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    9 <!ENTITY guile-size "2.8 MB">
    10 <!ENTITY guile-buildsize "30 MB">
    11 <!ENTITY guile-time "0.79 SBU">
     9<!ENTITY guile-size "3.0 MB">
     10<!ENTITY guile-buildsize "36.5 MB">
     11<!ENTITY guile-time "0.87 SBU">
    1212]>
    1313
     
    4141</sect3>
    4242
    43 <sect3><title>Additional downloads</title>
     43<!-- <sect3><title>Additional downloads</title>
    4444<itemizedlist spacing='compact'>
    4545<listitem><para>Required Patch (if building the HTML Reference Guide): <ulink
     
    5353<listitem><para><xref linkend="pst-typesetting-tex"/></para></listitem>
    5454</itemizedlist></sect4>
    55 </sect3>
     55</sect3> -->
    5656
    5757</sect2>
     
    6363commands:</para>
    6464
    65 <screen><userinput><command>patch -Np1 -i ../guile-&guile-version;-fhs_docs-1.patch &amp;&amp;
    66 ./configure --prefix=/usr &amp;&amp;
    67 make &amp;&amp;
    68 sed -i -e "s/&guile-version;/1.6/" guile-tools &amp;&amp;
     65<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     66LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make &amp;&amp;
    6967make install</command></userinput></screen>
    7068
    7169</sect2>
    7270
    73 <sect2><title>Command Explanations</title>
    74 <para><command>sed -i -e "s/1.6.4/1.6/" guile-tools</command>: Imbedded in the
    75 <command>guile-tools</command> script is an incorrect path to the
    76 <application>Guile</application> scripts and modules. This command installs the
    77 correct path.</para>
     71<sect2>
     72<title>Command Explanations</title>
     73
     74<para><command>LD_LIBRARY_PATH="$PWD/libguile-ltdl/.libs" make</command>:
     75Something is broken in the Autotools chain. Passing this variable allows the
     76build to finish successfully.</para>
     77
    7878</sect2>
    7979
     
    8585<command>guile</command>,
    8686<command>guile-config</command>,
    87 <command>guile-snarf</command> and 
    88 <command>guile-tools</command>.
     87<command>guile-snarf</command>,
     88<command>guile-tools</command> and
     89numerous <application>Guile</application> scripts.
    8990</para>
    9091
Note: See TracChangeset for help on using the changeset viewer.