Changeset 31cff1bc
- Timestamp:
- Feb 21, 2006, 1:56:03 AM (19 years ago)
- Children:
- 54e0992
- Parents:
- f0a494d6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
rf0a494d6 r31cff1bc 38 38 39 39 <listitem> 40 <para>December 28, 2005</para> 41 <itemizedlist> 42 <listitem> 43 <para>[ken] - Remove --with-x=no from expect - either we booted, or we 44 are in chroot.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>December 23, 2005</para> 41 51 <itemizedlist> -
testsuite-tools/common/expect.xml
rf0a494d6 r31cff1bc 43 43 44 44 <screen os="d"><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \ 45 --with-tclinclude=/tools/include --with-x=no</userinput></screen>45 --with-tclinclude=/tools/include</userinput></screen> 46 46 47 47 <variablelist os="e"> … … 63 63 where <command>configure</command> fails because it cannot 64 64 automatically discover the location of the Tcl source directory.</para> 65 </listitem>66 </varlistentry>67 68 <varlistentry os="e3">69 <term><parameter>--with-x=no</parameter></term>70 <listitem>71 <para>This tells the configure script not to search for Tk72 (the Tcl GUI component) or the X Window System libraries, both of73 which may reside on the host system but will not exist when74 building the final system.</para>75 65 </listitem> 76 66 </varlistentry> -
testsuite-tools/mips64/expect-64bit.xml
rf0a494d6 r31cff1bc 44 44 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \ 45 45 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \ 46 --libdir=/tools/lib64 --with-x=no</userinput></screen>46 --libdir=/tools/lib64</userinput></screen> 47 47 48 48 <variablelist os="e"> … … 60 60 href="../common/expect.xml" 61 61 xpointer="xpointer(//*[@os='e2'])"/> 62 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"64 href="../common/expect.xml"65 xpointer="xpointer(//*[@os='e3'])"/>66 62 67 63 </variablelist> -
testsuite-tools/multilib/expect-64bit.xml
rf0a494d6 r31cff1bc 36 36 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \ 37 37 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \ 38 --libdir=/tools/lib64 --with-x=no</userinput></screen>38 --libdir=/tools/lib64</userinput></screen> 39 39 40 40 <variablelist os="e"> … … 52 52 href="../common/expect.xml" 53 53 xpointer="xpointer(//*[@os='e2'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"56 href="../common/expect.xml"57 xpointer="xpointer(//*[@os='e3'])"/>58 54 59 55 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.