User Tools

Site Tools


qLinux
… a distribution study


<< Prev
Mpfr

Next >>
Gcc


mpc-1.2.1

Reference: 8.21. MPC-1.2.1. Fix the build system:

patch -Np1 -i mpc-1.2.1-qlnx-20220203.patch

This package builds and installs the common way:

./configure --prefix=/qlnx --disable-static --includedir=/qlnx/inc --docdir=/tmp --infodir=/tmp

Fix the newly created file  libtool :

sed -i 's|/dev/null|/qlnx/dev/null|g' libtool

Build mpc

make

Run the testsuite if desired:

make check

Install the package:

make install

<< Prev
Mpfr

        

Next >>
Gcc