mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 22:34:21 +01:00
Prevent "make" from using guile from the build host
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a715dec38a
commit
0b63a37abe
@ -45,9 +45,23 @@
|
|||||||
<para>Prepare Make for compilation:</para>
|
<para>Prepare Make for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
--without-guile \
|
||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(build-aux/config.guess)</userinput></screen>
|
--build=$(build-aux/config.guess)</userinput></screen>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<title>The meaning of the new configure option:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--without-guile</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Although we are cross-compiling, configure tries to use
|
||||||
|
guile from the build host if it finds it. This makes compilation
|
||||||
|
fail, so this switch prevents using it.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user