MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU Libtool 64-bit HOME GNU Automake »

GNU Libtool 32-bit

Name: GNU Libtool 32-bit
Summary: A tool to build shared libraries
License: GPL v3+
Version: 2.5.4
URL: https://ftp.gnu.org/pub/gnu/libtool/libtool-2.5.4.tar.xz

Average Build Time: less than 0.1 SBU
Used Install Space: 2.8 MiB

Configuration

To configure GNU Libtool 32-bit for install into the build root, run the following commands:

make distclean
CC="gcc -m32" \
./configure --host=i686-pc-linux-gnu \
            --prefix=/usr            \
            --libdir=/usr/lib        \
            --sysconfdir=/etc        \
            --libexecdir=/usr/lib    \
            --disable-static

Compilation and Installation

To compile GNU Libtool 32-bit, run the following command:

make

Finally, to install GNU Libtool 32-bit into the tree, run the following commands:

make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/libltdl.la
cp -Rv DESTDIR/usr/lib/* /usr/lib/

Contents

See the contents section of the 64-bit build of GNU Libtool for details.

Navigation    
« GNU Libtool 64-bit HOME GNU Automake »