A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Autoconf | HOME | GNU Libtool 32-bit » |
Name: GNU Libtool 64-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
To configure GNU Libtool 64-bit for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--sysconfdir=/etc \
--libexecdir=/usr/lib64 \
--disable-static
To compile GNU Libtool 64-bit, run the following command:
make
Next, run the test suite:
make check
Note that there are three known test failures for tests 72, 119, and 172.
Finally, to install GNU Libtool 64-bit into the tree, run the following commands:
make install
rm -fv /usr/lib64/libltdl.la
NOTE: Do not delete the unpacked sources after build.
| Contents | |
|---|---|
| Installed Programs | libtool and libtoolize |
| Installed Libraries | libltdl.so |
| Installed Files | /usr/share/libtool |
| Navigation | ||
|---|---|---|
| « GNU Autoconf | HOME | GNU Libtool 32-bit » |