Guest User

Untitled

a guest
Jul 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Using PATH=/usr/local/Cellar/godi/20091222/bin:/usr/local/Cellar/godi/20091222/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/Library/Frameworks/Python.framework/Versions/3.0/bin:/usr/local/bin:/Users/david/bin:/Users/david/godi/bin:/Users/david/godi/sbin:/Users/david/sbin:/Applications/MATLAB_R2008a/bin/:usr/local/sbin:/Users/david/src/jogl-1.1.1-macosx-universal/lib:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
  2. ./configure -no-curses -no-shared-libs -no-pthread
  3. cd byterun; /usr/bin/make libcamlrun.a
  4. Makefile:16: ../config/Makefile: No such file or directory
  5. make[1]: *** No rule to make target `../config/Makefile'. Stop.
  6. make: *** [build] Error 2
  7. make: *** Waiting for unfinished jobs....
  8. Configuring for a i686-apple-darwin10.5.0 ...
  9. gcc found
  10. The C compiler is ANSI-compliant.
  11. Checking the sizes of integers and pointers...
  12. Wow! A 64 bit architecture!
  13. This is a little-endian architecture.
  14. Doubles can be word-aligned.
  15. 64-bit integers can be word-aligned.
  16. Native division and modulus have round-towards-zero semantics, will use them.
  17. ranlib found
  18. #! appears to work in shell scripts
  19. POSIX signal handling found.
  20. getrusage() found.
  21. times() found.
  22. You have BSD sockets.
  23. socklen_t is defined in <sys/socket.h>
  24. inet_aton() found.
  25. IPv6 is supported.
  26. unistd.h found.
  27. off_t is defined in <sys/types.h>
  28. dirent.h found.
  29. rewinddir() found.
  30. lockf() found.
  31. mkfifo() found.
  32. getcwd() found.
  33. getwd() found.
  34. getpriority() found.
  35. utime() found.
  36. utimes() found.
  37. dup2() found.
  38. fchmod() found.
  39. truncate() found.
  40. sys/select.h found.
  41. select() found.
  42. symlink() found.
  43. waitpid() found.
  44. wait4() found.
  45. getgroups() found.
  46. POSIX termios found.
  47. Asynchronous I/O are supported.
  48. setitimer() found.
  49. gethostname() found.
  50. uname() found.
  51. gettimeofday() found.
  52. mktime() found.
  53. setsid() found.
  54. putenv() found.
  55. setlocale() and <locale.h> found.
  56. NSLinkModule() found. Using darwin dynamic loading.
  57. mmap() found.
  58. Replay debugger supported.
  59. Cannot detect system stack overflow.
  60. Bytecode threads library supported.
Add Comment
Please, Sign In to add comment