Advertisement
Guest User

Untitled

a guest
May 5th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. bash-4.1$ grep -C3 GC_set_finalizer_notifier config.log
  2. | return 0;
  3. | }
  4. configure:51263: result: no
  5. configure:51263: checking for GC_set_finalizer_notifier
  6. configure:51263: gcc -o conftest -I/Users/users/sarrvesh/AstroTools/bdwgc/include/ -g -O2 -I/Users/users/sarrvesh/AstroTools/libunistring/include -L/Users/users/sarrvesh/AstroTools/libunistring/lib conftest.c -L/Users/users/sarrvesh/AstroTools/bdwgc/lib/ -lcrypt -lm >&5
  7. /tmp/cc1HLBl7.o: In function `main':
  8. /Users/users/sarrvesh/AstroTools/guile-2.0.11/conftest.c:878: undefined reference to `GC_set_finalizer_notifier'
  9. collect2: ld returned 1 exit status
  10. configure:51263: $? = 1
  11. configure: failed program was:
  12. --
  13. | #define HAVE_TM_ZONE 1
  14. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  15. | /* end confdefs.h. */
  16. | /* Define GC_set_finalizer_notifier to an innocuous variant, in case <limits.h> declares GC_set_finalizer_notifier.
  17. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18. | #define GC_set_finalizer_notifier innocuous_GC_set_finalizer_notifier
  19. |
  20. | /* System header to define __stub macros and hopefully few prototypes,
  21. | which can conflict with char GC_set_finalizer_notifier (); below.
  22. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23. | <limits.h> exists even on freestanding compilers. */
  24. |
  25. --
  26. | # include <assert.h>
  27. | #endif
  28. |
  29. | #undef GC_set_finalizer_notifier
  30. |
  31. | /* Override any GCC internal prototype to avoid an error.
  32. | Use char because int might match the return type of a GCC
  33. --
  34. | #ifdef __cplusplus
  35. | extern "C"
  36. | #endif
  37. | char GC_set_finalizer_notifier ();
  38. | /* The GNU C library defines this for functions which it implements
  39. | to always fail with ENOSYS. Some functions are actually named
  40. | something starting with __ and the normal name is an alias. */
  41. | #if defined __stub_GC_set_finalizer_notifier || defined __stub___GC_set_finalizer_notifier
  42. | choke me
  43. | #endif
  44. |
  45. | int
  46. | main ()
  47. | {
  48. | return GC_set_finalizer_notifier ();
  49. | ;
  50. | return 0;
  51. | }
  52. --
  53. ac_cv_func_GC_pthread_sigmask=no
  54. ac_cv_func_GC_set_all_interior_pointers=no
  55. ac_cv_func_GC_set_finalize_on_demand=no
  56. ac_cv_func_GC_set_finalizer_notifier=no
  57. ac_cv_func_GC_set_java_finalization=no
  58. ac_cv_func_GC_set_start_callback=no
  59. ac_cv_func__NSGetEnviron=no
  60. bash-4.1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement