diff options
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index e1a9d9dbc..d53394504 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -121,7 +121,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig > configure</userinput></screen> <seglistitem> <seg>expect</seg> - <seg>libexpect-&expect-lib-version;.a</seg> + <seg>libexpect-&expect-lib-version;.so</seg> </seglistitem> </segmentedlist> @@ -142,7 +142,7 @@ sed 's:/usr/local/bin:/bin:' configure.orig > configure</userinput></screen> </varlistentry> <varlistentry id="libexpect"> - <term><filename class="libraryfile">libexpect-&expect-lib-version;.a</filename></term> + <term><filename class="libraryfile">libexpect-&expect-lib-version;.so</filename></term> <listitem> <para>Contains functions that allow Expect to be used as a Tcl extension or to be used directly from C or C++ (without Tcl)</para> |