On Thu, 16 Aug 2012, Ron Stubbs wrote:
All I've got is /usr/lib64/libmpfr.so -> /usr/lib64/libmpfr.so.1.2.0. in /usr/lib64
What about the mpfr.h files?If you can't find the second one, touch the file arith.c, type make, see how arith.o is produced, copy that line and modify it to see the preprocessed source, and find out what mpfr file is included and where the bad name appears.
-- Marc Glisse