strange install directory
Paul Zimmermann
Paul.Zimmermann at inria.fr
Fri Feb 26 07:39:40 UTC 2021
Hi,
on the gcc118 machine from the gcc compile farm, with gmp-6.2.1, make install
puts the libgmp.{a,so} files in $PREFIX/lib64 instead of $PREFIX/lib. Is there
any reason for that?
This non-standard install directory is a problem, since when configuring MPFR
(for example) with --with-gmp=$PREFIX, the MPFR configuration fails, since it
does not find the libgmp.{a,so} files. And I guess many software tools rely
on this --with-gmp=$PREFIX mechanism.
Paul
More information about the gmp-devel
mailing list