[Bug c++/89858] crash with libmpfr.so.6

hans.buchmann at fhnw dot ch gcc-bugzilla@gcc.gnu.org
Wed Mar 27 19:03:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858

--- Comment #2 from Hans Buchmann <hans.buchmann at fhnw dot ch> ---
Source from: 
 MPFR Version 4.0.1 from https://www.mpfr.org

made with:

TC=where to install
${MPFR_SRC}/configure \
 --prefix=${TC} \
 --with-gmp=${TC}
# 
${MAKE} 
${MAKE} install


A fake link:

 libmpfr.so.6 -> /usr/lib64/libmpfr.so.4.1.1

to the original works perfectly

Sincerely

Hans Buchmann


More information about the Gcc-bugs mailing list