The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=523 ====================================================================== Reported By: Richard Assigned To: ====================================================================== Project: Rasqal RDF Query Library Issue ID: 523 Category: configuration Reproducibility: always Severity: tweak Priority: low Status: new Query Language: ====================================================================== Date Submitted: 2012-12-11 01:25 Last Modified: 2012-12-11 01:25 ====================================================================== Summary: mpfr dependency Description: Build of rasqal-0.9.29 failed with this error:
../src/.libs/librasqal.so: undefined reference to `mpfr_snprintf' System version of mpfr was 2.3.2. Upgrading mpfr to 2.4.2 allowed the build to succeed. I would suggest that either a check for the mpfr version be added to configure, or perhaps change the check for the function 'mpfr_zero_p' to 'mpfr_snprintf' instead. Steps to Reproduce: Install on a system that has mpfr-2.3.2 Additional Information: system has fairly old kernel as noted above GCC 4.3.2 gmp 4.2.4 mpc 0.8.2 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-12-11 01:25 Richard New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
