Guest User

Untitled

a guest
Feb 16th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. Configuring for a x86_64-unknown-linux-gnu ...
  2. gcc found
  3. The C compiler is ANSI-compliant.
  4. Checking the sizes of integers and pointers...
  5. Wow! A 64 bit architecture!
  6. This is a little-endian architecture.
  7. Doubles can be word-aligned.
  8. 64-bit integers can be word-aligned.
  9. Native division and modulus have round-towards-zero semantics, will use them.
  10. ranlib found
  11. #! appears to work in shell scripts
  12. POSIX signal handling found.
  13. expm1() and log1p() 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 in -ldl.
  54. Dynamic loading of shared libraries is supported.
  55. mmap() found.
  56. gethostbyname_r() found (with 6 arguments).
  57. gethostbyaddr_r() found (with 8 arguments).
  58. Replay debugger supported.
  59. System stack overflow can be detected.
  60. POSIX threads library supported.
  61. Options for linking with POSIX threads: -lpthread
  62. sigwait() found
  63. Bytecode threads library supported.
  64. Location of X11 include files: /usr/include/X11
  65. Options for linking with X11: -lX11
  66. NDBM found (in /usr/include/gdbm)
  67. Configuring LablTk...
  68. tcl.h and tk.h version 8.5 found with "".
  69. Tcl/Tk libraries found.
  70. BFD library found.
  71.  
  72. ** Configuration summary **
  73.  
  74. Directories where Objective Caml will be installed:
  75. binaries.................. /usr/local/bin
  76. standard library.......... /usr/local/lib/ocaml
  77. manual pages.............. /usr/local/man (with extension .1)
  78. Configuration for the bytecode compiler:
  79. C compiler used........... gcc
  80. options for compiling..... -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  81. options for linking....... -Wl,-E -lm -ldl -lcurses -lpthread
  82. shared libraries are supported
  83. options for compiling..... -fPIC -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  84. command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
  85. Configuration for the native-code compiler:
  86. hardware architecture..... amd64
  87. OS variant................ linux
  88. C compiler used........... gcc
  89. options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  90. options for linking....... -lm
  91. assembler ................ as
  92. preprocessed assembler ... gcc -c
  93. native dynlink ........... true
  94. profiling with gprof ..... supported
  95. Source-level replay debugger: supported
  96. Additional libraries supported:
  97. unix str num dynlink bigarray systhreads threads graph dbm labltk
  98. Configuration for the "num" library:
  99. target architecture ...... amd64 (asm level 1)
  100. Configuration for the "graph" library:
  101. options for compiling ....
  102. options for linking ...... -lX11
  103. Configuration for the "labltk" library:
  104. use tcl/tk version ....... 8.5
  105. options for compiling ....
  106. options for linking ...... -ltk8.5 -ltcl8.5 -ldl
  107.  
  108. ** Objective Caml configuration completed successfully **
Add Comment
Please, Sign In to add comment