- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/parted.xml
r6621fca re3196bd 30 30 <para os="a">Prepare Parted for compilation:</para> 31 31 32 <screen><userinput>./configure --prefix=/usr --disable- device-mapper</userinput></screen>32 <screen><userinput>./configure --prefix=/usr --disable-Werror</userinput></screen> 33 33 34 34 <variablelist os="b"> … … 36 36 37 37 <varlistentry os="b1"> 38 <term><parameter>--disable- device-mapper</parameter></term>38 <term><parameter>--disable-Werror</parameter></term> 39 39 <listitem> 40 <para>This disables the use of the device-mapper library, which we do 41 not install in CLFS.</para> 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> 42 43 </listitem> 43 44 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.