- Timestamp:
- May 6, 2014, 11:34:45 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0131d1b
- Parents:
- df0177b
- Location:
- BOOK
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
rdf0177b r04c3a53 50 50 51 51 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \54 --disable-static --disable-multilib</userinput></screen>52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --disable-multilib</userinput></screen> 55 55 56 56 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
rdf0177b r04c3a53 50 50 51 51 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \54 --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen> 55 55 56 56 <variablelist os="bd"> -
BOOK/cross-tools/common/gcc-final.xml
rdf0177b r04c3a53 60 60 61 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \64 --with-sysroot=${CLFS} --with-local-prefix=/tools \65 --with-native-system-header-dir=/tools/include --disable-nls \66 --enable-shared --disable-static --enable-languages=c,c++ \67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix\68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools\69 --with-gmp=/cross-tools --with-cloog=/cross-tools \70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release\71 --enable-libstdcxx-time</userinput></screen>62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 \ 68 --enable-long-long --enable-threads=posix --disable-multilib \ 69 --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 70 --with-cloog=/cross-tools --with-isl=/cross-tools --with-system-zlib \ 71 --enable-checking=release --enable-libstdcxx-time</userinput></screen> 72 72 73 73 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
rdf0177b r04c3a53 62 62 63 63 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 64 ../gcc-&gcc-version;/configure --prefix=/cross-tools \65 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \66 --with-sysroot=${CLFS} --with-local-prefix=/tools \67 --with-native-system-header-dir=/tools/include --disable-nls \68 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \69 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \70 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \71 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \72 --disable-libsanitizer --disable-libquadmath --disable-threads \73 --disable-multilib --disable-target-zlib --with-system-zlib \74 --enable-languages=c --enable-checking=release</userinput></screen>64 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 65 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 66 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 67 --with-native-system-header-dir=/tools/include --disable-nls \ 68 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 69 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 70 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 71 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \ 72 --disable-libsanitizer --disable-libquadmath --disable-threads \ 73 --disable-multilib --disable-target-zlib --with-system-zlib \ 74 --enable-languages=c --enable-checking=release</userinput></screen> 75 75 76 76 <variablelist os="am"> -
BOOK/cross-tools/common/gmp.xml
rdf0177b r04c3a53 43 43 44 44 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \ 45 --disable-static</userinput></screen>45 --disable-static</userinput></screen> 46 46 47 47 <variablelist os="b1"> -
BOOK/cross-tools/mips64-64/gcc-final.xml
rdf0177b r04c3a53 60 60 61 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-4.8.2/configure --prefix=/cross-tools \63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \64 --with-sysroot=${CLFS} --with-local-prefix=/tools \65 --with-native-system-header-dir=/tools/include --disable-nls \66 --enable-shared --disable-static --enable-languages=c,c++ \67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \69 --with-gmp=/cross-tools --with-cloog=/cross-tools \70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \71 --enable-libstdcxx-time --with-abi=64</userinput></screen>62 ../gcc-4.8.2/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \ 71 --enable-libstdcxx-time --with-abi=64</userinput></screen> 72 72 73 73 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
rdf0177b r04c3a53 69 69 70 70 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \73 --with-sysroot=${CLFS} --with-local-prefix=/tools \74 --with-native-system-header-dir=/tools/include --disable-nls \75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \76 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \77 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \78 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \79 --disable-libsanitizer --disable-libquadmath --disable-threads \80 --disable-multilib --disable-target-zlib --with-system-zlib \81 --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 77 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 78 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-threads \ 80 --disable-multilib --disable-target-zlib --with-system-zlib \ 81 --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/binutils.xml
rdf0177b r04c3a53 49 49 50 50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \53 --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \ 53 --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen> 54 54 55 55 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
rdf0177b r04c3a53 60 60 61 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \64 --with-sysroot=${CLFS} --with-local-prefix=/tools \65 --with-native-system-header-dir=/tools/include \66 --disable-nls --enable-shared --disable-static \67 --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \68 --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \69 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \71 --enable-libstdcxx-time</userinput></screen>62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include \ 66 --disable-nls --enable-shared --disable-static \ 67 --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \ 68 --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \ 69 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \ 71 --enable-libstdcxx-time</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
rdf0177b r04c3a53 69 69 70 70 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \73 --with-sysroot=${CLFS} --with-local-prefix=/tools \74 --with-native-system-header-dir=/tools/include --disable-nls \75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \78 --disable-libssp --disable-libatomic --disable-libitm \79 --disable-libsanitizer --disable-libquadmath --disable-threads \80 --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \81 --enable-languages=c --enable-checking=release</userinput></screen>71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 78 --disable-libssp --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-threads \ 80 --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \ 81 --enable-languages=c --enable-checking=release</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/bc.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/usr --with-readline \ 30 --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>30 --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> -
BOOK/final-system/common/mpfr.xml
rdf0177b r04c3a53 33 33 34 34 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 35 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \36 ./configure --prefix=/usr --with-gmp=/usr \37 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>35 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 36 ./configure --prefix=/usr --with-gmp=/usr \ 37 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 38 38 39 39 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/mpfr-64bit.xml
rdf0177b r04c3a53 35 35 36 36 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 37 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \38 ./configure --prefix=/usr --libdir=/usr/lib64 \39 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>37 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 38 ./configure --prefix=/usr --libdir=/usr/lib64 \ 39 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/mpfr-n32.xml
rdf0177b r04c3a53 36 36 37 37 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 38 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \39 ./configure --prefix=/usr --libdir=/usr/lib32 \40 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>38 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 39 ./configure --prefix=/usr --libdir=/usr/lib32 \ 40 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/mpfr.xml
rdf0177b r04c3a53 36 36 37 37 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 38 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \39 ./configure --prefix=/usr --host=${CLFS_TARGET32} \40 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>38 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 39 ./configure --prefix=/usr --host=${CLFS_TARGET32} \ 40 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/parted.xml
rdf0177b r04c3a53 27 27 28 28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ 29 --disable-device-mapper</userinput></screen>29 --disable-device-mapper</userinput></screen> 30 30 31 31 <variablelist os="b"> -
BOOK/temp-system/common/gcc.xml
rdf0177b r04c3a53 71 71 72 72 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \74 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \75 --enable-threads=posix --disable-multilib --disable-nls \76 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \77 --with-system-zlib --with-native-system-header-dir=/tools/include \78 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 74 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \ 75 --enable-threads=posix --disable-multilib --disable-nls \ 76 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 77 --with-system-zlib --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen> 79 79 80 80 <variablelist os="cl"> -
BOOK/temp-system/mips64/gcc.xml
rdf0177b r04c3a53 72 72 73 73 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 74 ../gcc-&gcc-version;/configure --prefix=/tools \75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \77 --enable-c99 --enable-shared --enable-threads=posix \78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \79 --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \80 --enable-checking=release --enable-libstdcxx-time \81 --with-native-system-header-dir=/tools/include</userinput></screen>74 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 77 --enable-c99 --enable-shared --enable-threads=posix \ 78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \ 80 --enable-checking=release --enable-libstdcxx-time \ 81 --with-native-system-header-dir=/tools/include</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/diffutils.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gcc.xml
rdf0177b r04c3a53 72 72 73 73 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 74 ../gcc-&gcc-version;/configure --prefix=/tools \75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \79 --with-system-zlib --with-native-system-header-dir=/tools/include \80 --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>74 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --with-system-zlib --with-native-system-header-dir=/tools/include \ 80 --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen> 81 81 82 82 <variablelist os="dd"> -
BOOK/temp-system/multilib/gzip.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
rdf0177b r04c3a53 52 52 53 53 <screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 54 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \55 --prefix=/tools --enable-multibyte --enable-gui=no \56 --disable-gtktest --disable-xim --with-features=normal \57 --disable-gpm --without-x --disable-netbeans \58 --with-tlib=ncurses</userinput></screen>54 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 55 --prefix=/tools --enable-multibyte --enable-gui=no \ 56 --disable-gtktest --disable-xim --with-features=normal \ 57 --disable-gpm --without-x --disable-netbeans \ 58 --with-tlib=ncurses</userinput></screen> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.