mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added a patch to the Guile instructions and changed the sed command in the SLIB instructions so that the two packages work nicely together
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5136 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
01d7eb01e6
commit
eef5b7e9ee
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "04">
|
||||
<!ENTITY day "05">
|
||||
<!ENTITY month "10">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -86,7 +86,7 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &&
|
||||
sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init &&
|
||||
sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <application>TeX</application> installed and wish to
|
||||
@ -111,8 +111,11 @@ make prefix=/usr/ installinfo</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init</command>:
|
||||
This command fixes a problem with the Guile initialization script.</para>
|
||||
<para><command>sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init</command>:
|
||||
This command fixes a problem with the <application>Guile</application>
|
||||
initialization script. This fix depends on <application>Guile</application>
|
||||
being patched as well. Ensure <application>Guile</application> was installed
|
||||
with the <filename>guile-1.6.7-slib_3a2-1.patch</filename> applied.</para>
|
||||
|
||||
<para><command>make prefix=/usr/ catalogs</command>: This command builds the
|
||||
<application>SLIB</application> <application>Scheme</application>
|
||||
|
@ -61,6 +61,10 @@
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/guile-&guile-version;-gcc4-1.patch"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/guile-&guile-version;-slib_3a2-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
@ -72,6 +76,7 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch &&
|
||||
patch -Np1 -i ../guile-&guile-version;-slib_3a2-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -41,6 +41,17 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 5th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a patch to the Guile instructions and changed
|
||||
the sed command in the SLIB instructions so that the two packages
|
||||
work nicely together.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 4th, 2005</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user