Changeset cee2ca2 in clfs-sysroot
- Timestamp:
- Jul 14, 2006, 10:03:23 AM (18 years ago)
- Branches:
- master
- Children:
- 7e8c096
- Parents:
- 627724c
- Location:
- BOOK/final-system/common
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/autoconf.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Autoconf for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET}\ 31 --prefix=/usr</userinput></screen> 31 32 32 33 <para os="c">Compile the package:</para> -
BOOK/final-system/common/automake.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Automake for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr</userinput></screen> 31 32 32 33 <para os="c">Compile the package:</para> -
BOOK/final-system/common/bash.xml
r627724c rcee2ca2 46 46 <para os="e">Prepare Bash for compilation:</para> 47 47 48 <screen os="f"><userinput>./configure -- prefix=/usr --bindir=/bin\49 -- host=${CLFS_TARGET}--cache-file=config.cache \48 <screen os="f"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 49 --prefix=/usr --bindir=/bin --cache-file=config.cache \ 50 50 --without-bash-malloc --with-installed-readline</userinput></screen> 51 51 -
BOOK/final-system/common/bison.xml
r627724c rcee2ca2 27 27 <para os="a">Prepare Bison for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 --prefix=/usr</userinput></screen> 30 31 31 32 <para os="b1">The configure system causes bison to be built without support -
BOOK/final-system/common/coreutils.xml
r627724c rcee2ca2 39 39 <para os="c">Now prepare Coreutils for compilation:</para> 40 40 41 <screen os="d"><userinput>./configure -- prefix=/usr --cache-file=config.cache\42 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>41 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 --prefix=/usr --cache-file=config.cache </userinput></screen> 43 43 44 44 <para os="e">Compile the package:</para> -
BOOK/final-system/common/diffutils.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Diffutils for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr</userinput></screen> 31 32 32 33 <para os="c">Compile the package:</para> -
BOOK/final-system/common/e2fsprogs.xml
r627724c rcee2ca2 36 36 <para os="c">Prepare E2fsprogs for compilation:</para> 37 37 38 <screen os="d"><userinput>../configure -- prefix=/usr --with-root-prefix=""\39 -- enable-elf-shlibs --disable-evms\40 -- host=${CLFS_TARGET}</userinput></screen>38 <screen os="d"><userinput>../configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --prefix=/usr --with-root-prefix="" \ 40 --enable-elf-shlibs --disable-evms</userinput></screen> 41 41 42 42 <variablelist os="e"> -
BOOK/final-system/common/file.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare File for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr</userinput></screen> 31 32 32 33 <para os="c">Compile the package:</para> -
BOOK/final-system/common/findutils.xml
r627724c rcee2ca2 30 30 <para os="a">Prepare Findutils for compilation:</para> 31 31 32 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \ 33 --libexecdir=/usr/lib/locate --localstatedir=/var/lib/locate</userinput></screen> 32 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --prefix=/usr --libexecdir=/usr/lib/locate \ 34 --localstatedir=/var/lib/locate</userinput></screen> 34 35 35 36 <variablelist os="c"> -
BOOK/final-system/common/flex.xml
r627724c rcee2ca2 33 33 <para os="c">Prepare Flex for compilation:</para> 34 34 35 <screen os="d"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 35 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 --prefix=/usr</userinput></screen> 36 37 37 38 <para os="e">Compile the package:</para> -
BOOK/final-system/common/gawk.xml
r627724c rcee2ca2 33 33 <para os="c">Prepare Gawk for compilation:</para> 34 34 35 <screen os="d"><userinput>./configure -- prefix=/usr --libexecdir=/usr/lib\36 -- build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>35 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 --prefix=/usr --libexecdir=/usr/lib</userinput></screen> 37 37 38 38 <para os="e">Compile the package:</para> -
BOOK/final-system/common/gettext.xml
r627724c rcee2ca2 30 30 <para os="a">Prepare Gettext for compilation:</para> 31 31 32 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 32 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --prefix=/usr</userinput></screen> 33 34 34 35 <para os="c">Compile the package:</para> -
BOOK/final-system/common/grep.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Grep for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure -- prefix=/usr --bindir=/bin\31 -- host=${CLFS_TARGET}--disable-perl-regexp</userinput></screen>30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr --bindir=/bin --disable-perl-regexp</userinput></screen> 32 32 33 33 <para os="c">Compile the package:</para> -
BOOK/final-system/common/groff.xml
r627724c rcee2ca2 33 33 <para os="b">Prepare Groff for compilation:</para> 34 34 35 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 35 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 --prefix=/usr</userinput></screen> 36 37 37 38 <para os="d">Compile the package:</para> -
BOOK/final-system/common/gzip.xml
r627724c rcee2ca2 35 35 <para os="a">Prepare Gzip for compilation:</para> 36 36 37 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 37 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 38 --prefix=/usr</userinput></screen> 38 39 39 40 <para os="c">The <command>gzexe</command> script has the location of the -
BOOK/final-system/common/inetutils.xml
r627724c rcee2ca2 45 45 <para os="a">Prepare Inetutils for compilation:</para> 46 46 47 <screen os="b"><userinput>./configure -- prefix=/usr--host=${CLFS_TARGET} \48 -- libexecdir=/usr/sbin --sysconfdir=/etc \49 --localstatedir=/var --disable-logger \50 --disable- syslogd --disable-whois --disable-servers</userinput></screen>47 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc \ 49 --localstatedir=/var --disable-logger --disable-syslogd \ 50 --disable-whois --disable-servers</userinput></screen> 51 51 52 52 <variablelist os="c"> -
BOOK/final-system/common/less.xml
r627724c rcee2ca2 27 27 <para os="a">Prepare Less for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure -- prefix=/usr --sysconfdir=/etc\30 -- host=${CLFS_TARGET}</userinput></screen>29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 --prefix=/usr --sysconfdir=/etc</userinput></screen> 31 31 32 32 <variablelist os="c"> -
BOOK/final-system/common/libtool.xml
r627724c rcee2ca2 29 29 <para os="a">Prepare Libtool for compilation:</para> 30 30 31 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 31 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --prefix=/usr</userinput></screen> 32 33 33 34 <para os="c">Compile the package:</para> -
BOOK/final-system/common/m4.xml
r627724c rcee2ca2 27 27 <para os="a">Prepare M4 for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 --prefix=/usr</userinput></screen> 30 31 31 32 <para os="c">Compile the package:</para> -
BOOK/final-system/common/make.xml
r627724c rcee2ca2 27 27 <para os="a">Prepare Make for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 --prefix=/usr</userinput></screen> 30 31 31 32 <para os="c">Compile the package:</para> -
BOOK/final-system/common/mktemp.xml
r627724c rcee2ca2 40 40 <para os="c">Prepare Mktemp for compilation:</para> 41 41 42 <screen os="d"><userinput>./configure --prefix=/usr --with-libc --host=${CLFS_TARGET}</userinput></screen> 42 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --prefix=/usr --with-libc</userinput></screen> 43 44 44 45 <variablelist os="e"> -
BOOK/final-system/common/module-init-tools.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Module-Init-Tools for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/ --enable-zlib --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/ --enable-zlib</userinput></screen> 31 32 32 33 <variablelist os="c"> -
BOOK/final-system/common/ncurses.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Ncurses for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure -- prefix=/usr --libdir=/lib\31 -- host=${CLFS_TARGET}--with-shared \30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr --libdir=/lib --with-shared \ 32 32 --without-debug --without-ada --with-build-cc=gcc</userinput></screen> 33 33 -
BOOK/final-system/common/patch.xml
r627724c rcee2ca2 37 37 <para os="c">Prepare Patch for compilation:</para> 38 38 39 <screen os="d"><userinput>./configure -- prefix=/usr--host=${CLFS_TARGET} \40 -- cache-file=config.cache</userinput></screen>39 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --prefix=/usr --cache-file=config.cache</userinput></screen> 41 41 42 42 <para os="e">Compile the package:</para> -
BOOK/final-system/common/psmisc.xml
r627724c rcee2ca2 28 28 <para os="a">Prepare Psmisc for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --exec-prefix="" --host=${CLFS_TARGET}</userinput></screen> 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr --exec-prefix=""</userinput></screen> 31 32 32 33 <variablelist os="c"> -
BOOK/final-system/common/readline.xml
r627724c rcee2ca2 33 33 <para os="a">Prepare Readline for compilation:</para> 34 34 35 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib --host=${CLFS_TARGET}</userinput></screen> 35 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 --prefix=/usr --libdir=/lib</userinput></screen> 36 37 37 38 <para os="c">Compile the package:</para> -
BOOK/final-system/common/sed.xml
r627724c rcee2ca2 27 27 <para os="a">Prepare Sed for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure -- prefix=/usr --bindir=/bin\30 -- host=${CLFS_TARGET}--enable-html</userinput></screen>29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 30 --prefix=/usr --bindir=/bin --enable-html</userinput></screen> 31 31 32 32 <variablelist os="c"> -
BOOK/final-system/common/shadow.xml
r627724c rcee2ca2 41 41 <para os="d">Prepare Shadow for compilation:</para> 42 42 43 <screen os="e"><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \ 43 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 44 --libdir=/lib --sysconfdir=/etc --enable-shared \ 44 45 --without-libpam --without-audit --without-selinux \ 45 -- host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>46 --cache-file=config.cache</userinput></screen> 46 47 47 48 <para os="f">The meaning of the configure options:</para> -
BOOK/final-system/common/tar.xml
r627724c rcee2ca2 42 42 <para os="a">Prepare Tar for compilation:</para> 43 43 44 <screen os="b"><userinput>./configure -- prefix=/usr --bindir=/bin\45 -- libexecdir=/usr/sbin --host=${CLFS_TARGET}</userinput></screen>44 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 45 --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> 46 46 47 47 <para os="c">Compile the package:</para> -
BOOK/final-system/common/texinfo.xml
r627724c rcee2ca2 33 33 <para os="a">Prepare Texinfo for compilation:</para> 34 34 35 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen> 35 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 --prefix=/usr</userinput></screen> 36 37 37 38 <para os="c">Compile the package:</para> -
BOOK/final-system/common/vim.xml
r627724c rcee2ca2 56 56 <para os="d">Prepare Vim for compilation:</para> 57 57 58 <screen os="e"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \ 59 --enable-multibyte --enable-gui=no \ 60 --disable-gtktest --disable-xim \ 61 --with-features=normal --disable-gpm \ 62 --without-x --disable-netbeans \ 58 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 59 --prefix=/usr --enable-multibyte --enable-gui=no \ 60 --disable-gtktest --disable-xim --with-features=normal \ 61 --disable-gpm --without-x --disable-netbeans \ 63 62 --with-tlib=ncurses</userinput></screen> 64 63
Note:
See TracChangeset
for help on using the changeset viewer.