Advertisement
Guest User

mpfr compile error

a guest
Sep 18th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.45 KB | None | 0 0
  1. configure:11223: checking for MPFR
  2. configure:11238: x86_64-w64-mingw32-gcc -B/tools/lib/ -o conftest.exe -g -O2 -D__USE_MINGW_ACCESS -I/home/lfs/build.gcc2/./gmp  -L/home/lfs/build.gcc2/./gmp/.libs -L../source/gcc/mpfr  -Wl,--stack,12582912 conftest.c -lmpfr -lgmp -lm  >&5
  3. conftest.c:30:18: fatal error: mpfr.h: No such file or directory
  4. compilation terminated.
  5. configure:11238: $? = 1
  6. configure: failed program was:
  7. | /* confdefs.h */
  8. | #define PACKAGE_NAME "mpc"
  9. | #define PACKAGE_TARNAME "mpc"
  10. | #define PACKAGE_VERSION "0.9"
  11. | #define PACKAGE_STRING "mpc 0.9"
  12. | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr"
  13. | #define PACKAGE_URL ""
  14. | #define PACKAGE "mpc"
  15. | #define VERSION "0.9"
  16. | #define HAVE_SYS_TYPES_H 1
  17. | #define HAVE_SYS_STAT_H 1
  18. | #define HAVE_STDLIB_H 1
  19. | #define HAVE_STRING_H 1
  20. | #define HAVE_MEMORY_H 1
  21. | #define HAVE_STRINGS_H 1
  22. | #define HAVE_INTTYPES_H 1
  23. | #define HAVE_STDINT_H 1
  24. | #define HAVE_UNISTD_H 1
  25. | #define LT_OBJDIR ".libs/"
  26. | #define HAVE_COMPLEX_H 1
  27. | #define HAVE_LOCALE_H 1
  28. | #define HAVE_INTTYPES_H 1
  29. | #define HAVE_STDINT_H 1
  30. | #define HAVE_LIMITS_H 1
  31. | #define HAVE_UNISTD_H 1
  32. | #define HAVE_SYS_TIME_H 1
  33. | #define TIME_WITH_SYS_TIME 1
  34. | #define HAVE_LIBM 1
  35. | /* end confdefs.h.  */
  36. | #include "mpfr.h"
  37. | int
  38. | main ()
  39. | {
  40. | mpfr_t x;  mpfr_init(x) ; mpfr_clear(x);
  41. |
  42. |   ;
  43. |   return 0;
  44. | }
  45. configure:11243: result: no
  46. configure:11245: error: libmpfr not found or uses a different ABI.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement