A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibTIRPC 64-bit | HOME | LibNSL2 64-bit » |
Name: LibTIRPC 32-bit
Summary: The library for the RPC API that used to be part of GLibC
License: BSD
Version: 1.3.7
URL: https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.7/libtirpc-1.3.7.tar.bz2/download
Average Build Time: less than 0.1 SBU
Used Install Space: 1.2 MiB
To configure the LibTIRPC 32-bit package for compilation, run the following commands:
make distclean
CC="gcc -m32" \
./configure --host=i686-pc-linux-gnu \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
--enable-rpcdb \
--enable-authdes \
--disable-static \
--disable-gssapi
To compile LibTIRPC 32-bit, run the following command:
make
Finally, to install LibTIRPC 32-bit into the build tree, run the following commands:
make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/*.la
cp -Rv DESTDIR/usr/lib/* /usr/lib
See the contents section of the 64-bit build of LibTIRPC for details.
| Navigation | ||
|---|---|---|
| « LibTIRPC 64-bit | HOME | LibNSL2 64-bit » |