Advertisement
Guest User

configure.log

a guest
Apr 9th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.50 KB | None | 0 0
  1. Configuring for a armv5tejl-unknown-linux-gnu ...
  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 must be doubleword-aligned.
  9. 64-bit integers must be doubleword-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. getpriority() found.
  29. utime() found.
  30. utimes() found.
  31. dup2() found.
  32. fchmod() found.
  33. truncate() found.
  34. sys/select.h found.
  35. select() found.
  36. symlink() found.
  37. waitpid() found.
  38. wait4() found.
  39. getgroups() found.
  40. setgroups() found.
  41. initgroups() found.
  42. POSIX termios found.
  43. Asynchronous I/O are supported.
  44. setitimer() found.
  45. gethostname() found.
  46. uname() found.
  47. gettimeofday() found.
  48. mktime() found.
  49. setsid() found.
  50. putenv() found.
  51. setlocale() and <locale.h> found.
  52. dlopen() found in -ldl.
  53. Dynamic loading of shared libraries is supported.
  54. mmap() found.
  55. gethostbyname_r() found (with 6 arguments).
  56. gethostbyaddr_r() found (with 8 arguments).
  57. Replay debugger supported.
  58. Cannot detect system stack overflow.
  59. POSIX threads library supported.
  60. Options for linking with POSIX threads: -lpthread
  61. sigwait() found
  62. Bytecode threads library supported.
  63. X11 not found, the "graph" library will not be supported.
  64. NDBM not found, the "dbm" library will not be supported.
  65. Configuring LablTk...
  66. X11 not found.
  67. Configuration failed, LablTk will not be built.
  68. BFD library found.
  69.  
  70. ** Configuration summary **
  71.  
  72. Directories where Objective Caml will be installed:
  73.         binaries.................. /ffp/bin
  74.         standard library.......... /ffp/lib/ocaml
  75.         manual pages.............. /ffp/man (with extension .1)
  76. Configuration for the bytecode compiler:
  77.         C compiler used........... gcc
  78.         options for compiling..... -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  79.         options for linking.......  -Wl,-E  -lm  -ldl -lcurses -lpthread
  80.         shared libraries are supported
  81.         options for compiling..... -fPIC -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  82.         command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
  83. Configuration for the native-code compiler:
  84.         hardware architecture..... arm
  85.         OS variant................ linux
  86.         C compiler used........... gcc
  87.         options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  88.         options for linking.......   -lm
  89.         assembler ................ as
  90.         preprocessed assembler ... gcc -c
  91.         native dynlink ........... false
  92.         profiling with gprof ..... not supported
  93. Source-level replay debugger: supported
  94. Additional libraries supported:
  95.         unix str num dynlink bigarray systhreads threads
  96. Configuration for the "num" library:
  97.         target architecture ...... generic (asm level 0)
  98. Configuration for the "graph" library:
  99.         options for compiling ....
  100.         options for linking ...... not found
  101. The "labltk" library: not supported
  102.  
  103. ** Objective Caml configuration completed successfully **
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement