Guest User

Untitled

a guest
Jul 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. Configuring for a i686-apple-darwin10.6.0 ...
  2. gcc found
  3. The C compiler is ANSI-compliant.
  4. Checking the sizes of integers and pointers...
  5. OK, this is a regular 32 bit architecture.
  6. 64-bit "long long" integer type found (printf with "%ll").
  7. This is a little-endian architecture.
  8. Doubles can be word-aligned.
  9. 64-bit integers can be word-aligned.
  10. Native division and modulus have round-towards-zero semantics, will use them.
  11. ranlib found
  12. #! appears to work in shell scripts
  13. POSIX signal handling found.
  14. getrusage() found.
  15. times() found.
  16. termcap functions found (with libraries '-lcurses')
  17. You have BSD sockets.
  18. socklen_t is defined in <sys/socket.h>
  19. inet_aton() found.
  20. IPv6 is supported.
  21. unistd.h found.
  22. off_t is defined in <sys/types.h>
  23. dirent.h found.
  24. rewinddir() found.
  25. lockf() found.
  26. mkfifo() found.
  27. getcwd() found.
  28. getwd() found.
  29. getpriority() found.
  30. utime() found.
  31. utimes() found.
  32. dup2() found.
  33. fchmod() found.
  34. truncate() found.
  35. sys/select.h found.
  36. select() found.
  37. symlink() found.
  38. waitpid() found.
  39. wait4() found.
  40. getgroups() found.
  41. setgroups() found.
  42. initgroups() found.
  43. POSIX termios found.
  44. Asynchronous I/O are supported.
  45. setitimer() found.
  46. gethostname() found.
  47. uname() found.
  48. gettimeofday() found.
  49. mktime() found.
  50. setsid() found.
  51. putenv() found.
  52. setlocale() and <locale.h> found.
  53. dlopen() found.
  54. Dynamic loading of shared libraries is supported.
  55. mmap() found.
  56. Replay debugger supported.
  57. System stack overflow can be detected.
  58. POSIX threads library supported.
  59. Options for linking with POSIX threads: -lpthread
  60. sigwait() found
  61. Bytecode threads library supported.
  62. Location of X11 include files: /usr/X11R6/include/X11
  63. Options for linking with X11: -L/usr/X11R6/lib -lX11
  64. NDBM found (in /usr/include)
  65. Configuring LablTk...
  66. tcl.h and tk.h version 8.5 found with "".
  67. Tcl/Tk libraries found.
  68. BFD library not found, 'objinfo' will be unable to display info on .cmxs files
  69.  
  70. ** Configuration summary **
  71.  
  72. Directories where Objective Caml will be installed:
  73. binaries.................. /usr/local/bin
  74. standard library.......... /usr/local/lib/ocaml
  75. manual pages.............. /usr/local/man (with extension .1)
  76. Configuration for the bytecode compiler:
  77. C compiler used........... gcc
  78. options for compiling..... -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  79. options for linking....... -lcurses -lpthread
  80. shared libraries are supported
  81. options for compiling..... -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  82. command for building...... gcc -bundle -flat_namespace -undefined suppress -o lib.so /a/path objs
  83. Configuration for the native-code compiler:
  84. hardware architecture..... i386
  85. OS variant................ macosx
  86. C compiler used........... gcc
  87. options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  88. options for linking.......
  89. assembler ................ as
  90. preprocessed assembler ... gcc -c
  91. native dynlink ........... false
  92. profiling with gprof ..... supported
  93. Source-level replay debugger: supported
  94. Additional libraries supported:
  95. unix str num dynlink bigarray systhreads threads graph dbm labltk
  96. Configuration for the "num" library:
  97. target architecture ...... ia32 (asm level 2)
  98. Configuration for the "graph" library:
  99. options for compiling .... -I/usr/X11R6/include
  100. options for linking ...... -L/usr/X11R6/lib -lX11
  101. Configuration for the "labltk" library:
  102. use tcl/tk version ....... 8.5
  103. options for compiling ....
  104. options for linking ...... -ltk8.5 -ltcl8.5
  105.  
  106. ** Objective Caml configuration completed successfully **
Add Comment
Please, Sign In to add comment