Advertisement
logicmoo

Untitled

May 3rd, 2019
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 4.55 KB | None | 0 0
  1. Note: checking out 'clisp-2.23-1999-07-22'.
  2.  
  3. You are in 'detached HEAD' state. You can look around, make experimental
  4. changes and commit them, and you can discard any commits you make in this
  5. state without impacting any branches by performing another checkout.
  6.  
  7. If you want to create a new branch to retain commits you create, you may
  8. do so (now or later) by using -b with the checkout command again. Example:
  9.  
  10.   git checkout -b <new-branch-name>
  11.  
  12. HEAD is now at 0a1866828 fixup commit for tag 'release-1999-07-22'
  13. root@gitlab:~/clisp-git# ls
  14. acorn  ANNOUNCE    configure  cygwin32  dos       doswatcom  ffcall   INSTALL         modules  os2      src      tests  utils    win32gcc
  15. amiga  clisp.spec  COPYRIGHT  doc       dosdjgpp  emacs      GNU-GPL  Makefile.devel  nextapp  sigsegv  SUMMARY  unix   win32bc  win32msvc
  16. root@gitlab:~/clisp-git# ./configure
  17. executing src/configure ...
  18. creating cache ./config.cache
  19. checking for gcc... gcc
  20. checking whether the C compiler (gcc  ) works... yes
  21. checking whether the C compiler (gcc  ) is a cross-compiler... no
  22. checking whether we are using GNU C... yes
  23. checking how to run the C preprocessor... gcc -O -E -w
  24. checking for AIX... no
  25. checking for POSIXized ISC... no
  26. checking for minix/config.h... no
  27. checking whether using GNU C... yes
  28. checking whether using C++... no
  29. checking whether using ANSI C... yes
  30. checking whether CPP likes indented directives... yes
  31. checking whether CPP likes empty macro arguments... yes
  32. checking for underscore in external names... no
  33. checking for ranlib... ranlib
  34. checking for a BSD compatible install... cp
  35. checking how to copy files... cp -p
  36. checking whether ln -s works... yes
  37. checking how to make hard links... hln
  38. checking for groff... groff
  39. checking for getpwnam... yes
  40. checking for DYNIX/ptx libseq or libsocket... no
  41. checking whether gethostent requires -lnsl... no
  42. checking whether setsockopt requires -lsocket... no
  43. checking whether CC works at all... yes
  44. checking host system type... Invalid configuration `x86_64-unknown-linuxlibc6': machine `x86_64-unknown' not recognized
  45.  
  46. checking for working const... yes
  47. checking for inline... inline
  48. checking for working void... yes
  49. checking for working "return void"... yes
  50. checking for long long type... yes
  51. checking for ANSI C header files... yes
  52. checking for stdlib.h... yes
  53. checking for stddef.h... yes
  54. checking for offsetof in stddef.h... yes
  55. checking for locale.h... yes
  56. checking for unistd.h... yes
  57. checking for sys/file.h... yes
  58. checking for R_OK in unistd.h... yes
  59. checking for sys/file.h... (cached) yes
  60. checking for O_RDWR in fcntl.h... yes
  61. checking for dirent.h that defines DIR... yes
  62. checking for opendir in -ldir... no
  63. checking for sys/utsname.h and struct utsname... yes
  64. checking for netdb.h... yes
  65. checking for sys/shm.h... yes
  66. checking for sys/ipc.h... yes
  67. checking for termios.h... yes
  68. checking for termio.h... yes
  69. checking for sys/termio.h... no
  70. checking for sgtty.h... yes
  71. checking for tcgetattr... yes
  72. checking for tcsetattr declaration...
  73.          extern int tcsetattr (int, int, const struct termios *);
  74. checking for TCSAFLUSH in termios.h... yes
  75. checking for struct winsize in termios.h... no
  76. checking for struct winsize in sys/ioctl.h... yes
  77. checking for X11
  78. checking for xmkmf... yes
  79. checking for X... libraries , headers
  80. checking for ANSI C header files... yes
  81. checking for size_t... yes
  82. checking for pid_t... yes
  83. checking for uid_t in sys/types.h... yes
  84. checking for off_t... yes
  85. checking for caddr_t in sys/types.h... yes
  86. checking for clock_t in sys/types.h etc.... yes
  87. checking for d_namlen in struct dirent... no
  88. checking for struct tm in sys/time.h... no
  89. checking for strlen declaration...
  90.          extern size_t strlen (const char*);
  91. checking for memset... yes
  92. checking for memset declaration...
  93.          extern void* memset (void*, int, size_t);
  94. checking for broken HP/UX malloc... no
  95. checking for malloc declaration...
  96.          extern void* malloc (size_t);
  97. checking for free declaration...
  98.          extern void free (void*);
  99. checking for working alloca.h... yes
  100. checking for alloca... yes
  101. checking for _setjmp... yes
  102. checking for _longjmp... yes
  103. checking return type of signal handlers... void
  104. checking whether the signal handler function type needs dots... no
  105. checking for sighold... yes
  106. checking for sigprocmask... yes
  107. checking for sigblock... yes
  108. checking for signal blocking interfaces... SystemV POSIX BSD
  109. checking for sigprocmask declaration...
  110.          extern int sigprocmask (int, const sigset_t*, sigset_t*);
  111. checking whether signal handlers need to be reinstalled...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement