Changeset fcab750 for BOOK/final-system/ppc
- Timestamp:
- Nov 17, 2007, 3:43:38 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0bf331c
- Parents:
- dac177e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/parted.xml
rdac177e rfcab750 30 30 <para os="a">Prepare Parted for compilation:</para> 31 31 32 <screen><userinput>./configure --prefix=/usr</userinput></screen> 32 <screen><userinput>./configure --prefix=/usr --disable-Werror</userinput></screen> 33 34 <variablelist os="b"> 35 <title>The meaning of the configure options:</title> 36 37 <varlistentry os="b1"> 38 <term><parameter>--disable-Werror</parameter></term> 39 <listitem> 40 <para>The Makefile defaults to using -Werror. With <package>gcc&gcc-version;</package> 41 that flag causes it to treat warnings (in this case, that C99 inline functions will 42 be compiled as GNU89) as errors. So, we disable the option.</para> 43 </listitem> 44 </varlistentry> 45 46 </variablelist> 33 47 34 48 <para os="c">Compile the Parted package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.