mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 22:34:21 +01:00
Fixed the TCL and Expect installation. Configure options ended up in the tcl one by mistake, were meant for the expect one
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ec8e3a58d8
commit
26fac4bcab
@ -4,7 +4,7 @@
|
|||||||
<title>Installation of Expect</title>
|
<title>Installation of Expect</title>
|
||||||
|
|
||||||
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
|
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
|
||||||
./configure --prefix=/stage1
|
./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title>Installation of TCL</title>
|
<title>Installation of TCL</title>
|
||||||
|
|
||||||
<para><screen><userinput>cd unix
|
<para><screen><userinput>cd unix
|
||||||
./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no
|
./configure --prefix=/stage1
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
make install
|
make install
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030521">
|
<!ENTITY version "20030522">
|
||||||
<!ENTITY releasedate "May 21st, 2003">
|
<!ENTITY releasedate "May 22nd, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user