Changeset 2f83ef2 for temp-system/common
- Timestamp:
- Feb 21, 2006, 1:35:46 AM (19 years ago)
- Children:
- 11ed0d6
- Parents:
- 92bb2284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/gettext.xml
r92bb2284 r2f83ef2 30 30 <para os="c">Prepare Gettext for compilation:</para> 31 31 32 <screen os="d"><userinput>./configure --prefix=/tools \ 33 --host=${LFS_TARGET} --disable-libasprintf \ 34 --without-csharp --cache-file=config.cache</userinput></screen> 32 <screen os="d"><userinput>cd gettext-tools 33 ./configure --prefix=/tools \ 34 --host=${LFS_TARGET} --disable-shared \ 35 --cache-file=config.cache</userinput></screen> 35 36 36 37 <variablelist os="e"> … … 38 39 39 40 <varlistentry os="e1"> 40 <term><parameter>--disable- libasprintf</parameter></term>41 <term><parameter>--disable-shared</parameter></term> 41 42 <listitem> 42 <para>This flag tells Gettext not to build the <filename 43 class="libraryfile">asprintf</filename> library. Because 44 nothing in this chapter or the next requires this library 45 and Gettext gets rebuilt later, exclude it to save time 46 and space.</para> 47 </listitem> 48 </varlistentry> 49 50 <varlistentry os="e2"> 51 <term><parameter>--without-csharp</parameter></term> 52 <listitem> 53 <para>This ensures that Gettext does not build support for the C# 54 compiler which may be present on the host but will not be available 55 when building the final system.</para> 43 <para>This tells Gettext not to create a shared library.</para> 56 44 </listitem> 57 45 </varlistentry> … … 61 49 <para os="f">Compile the package:</para> 62 50 63 <screen os="g"><userinput>make</userinput></screen> 51 <screen os="g"><userinput>make -C lib 52 make -C src msgfmt</userinput></screen> 64 53 65 54 <para os="h">Install the package:</para> 66 55 67 <screen os="i"><userinput> make install</userinput></screen>56 <screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> 68 57 69 58 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.