A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Gettext 64-bit | HOME | GNU Bison » |
Name: GNU Gettext 32-bit
Summary: Utilities for i18n and l10n tasks
License: GPL v3
Version: 0.26
URL: https://ftp.gnu.org/gnu/gettext/gettext-0.26.tar.xz
Average Build Time: 2.6 SBU
Used Install Space: 395 MiB
To configure GNU Gettext 32-bit for install into the build root, run the following commands:
make distclean
CC="gcc -m32 -march=i686" CXX="g++ -m32 -march=i686" \
./configure --host=i686-pc-linux-gnu \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--disable-static \
--docdir=/usr/share/doc/gettext-0.26
To compile GNU Gettext 32-bit, run the following command:
make
Finally, to install GNU Gettext 32-bit into the build tree, run the following commands:
make DESTDIR=$PWD/DESTDIR install
chmod -v 0755 DESTDIR/usr/lib/preloadable_libintl.so
rm -fv DESTDIR/usr/lib/libasprintf.la
rm -fv DESTDIR/usr/lib/libgettext*.la
rm -fv DESTDIR/usr/lib/libtextstyle.la
cp -Rv DESTDIR/usr/lib/* /usr/lib/
See the contents section of the 64-bit build of GNU Gettext for details.
| Navigation | ||
|---|---|---|
| « GNU Gettext 64-bit | HOME | GNU Bison » |