Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Note: checking out 'clisp-2.23-1999-07-22'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by performing another checkout.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -b with the checkout command again. Example:
- git checkout -b <new-branch-name>
- HEAD is now at 0a1866828 fixup commit for tag 'release-1999-07-22'
- root@gitlab:~/clisp-git# ls
- acorn ANNOUNCE configure cygwin32 dos doswatcom ffcall INSTALL modules os2 src tests utils win32gcc
- amiga clisp.spec COPYRIGHT doc dosdjgpp emacs GNU-GPL Makefile.devel nextapp sigsegv SUMMARY unix win32bc win32msvc
- root@gitlab:~/clisp-git# ./configure
- executing src/configure ...
- creating cache ./config.cache
- checking for gcc... gcc
- checking whether the C compiler (gcc ) works... yes
- checking whether the C compiler (gcc ) is a cross-compiler... no
- checking whether we are using GNU C... yes
- checking how to run the C preprocessor... gcc -O -E -w
- checking for AIX... no
- checking for POSIXized ISC... no
- checking for minix/config.h... no
- checking whether using GNU C... yes
- checking whether using C++... no
- checking whether using ANSI C... yes
- checking whether CPP likes indented directives... yes
- checking whether CPP likes empty macro arguments... yes
- checking for underscore in external names... no
- checking for ranlib... ranlib
- checking for a BSD compatible install... cp
- checking how to copy files... cp -p
- checking whether ln -s works... yes
- checking how to make hard links... hln
- checking for groff... groff
- checking for getpwnam... yes
- checking for DYNIX/ptx libseq or libsocket... no
- checking whether gethostent requires -lnsl... no
- checking whether setsockopt requires -lsocket... no
- checking whether CC works at all... yes
- checking host system type... Invalid configuration `x86_64-unknown-linuxlibc6': machine `x86_64-unknown' not recognized
- checking for working const... yes
- checking for inline... inline
- checking for working void... yes
- checking for working "return void"... yes
- checking for long long type... yes
- checking for ANSI C header files... yes
- checking for stdlib.h... yes
- checking for stddef.h... yes
- checking for offsetof in stddef.h... yes
- checking for locale.h... yes
- checking for unistd.h... yes
- checking for sys/file.h... yes
- checking for R_OK in unistd.h... yes
- checking for sys/file.h... (cached) yes
- checking for O_RDWR in fcntl.h... yes
- checking for dirent.h that defines DIR... yes
- checking for opendir in -ldir... no
- checking for sys/utsname.h and struct utsname... yes
- checking for netdb.h... yes
- checking for sys/shm.h... yes
- checking for sys/ipc.h... yes
- checking for termios.h... yes
- checking for termio.h... yes
- checking for sys/termio.h... no
- checking for sgtty.h... yes
- checking for tcgetattr... yes
- checking for tcsetattr declaration...
- extern int tcsetattr (int, int, const struct termios *);
- checking for TCSAFLUSH in termios.h... yes
- checking for struct winsize in termios.h... no
- checking for struct winsize in sys/ioctl.h... yes
- checking for X11
- checking for xmkmf... yes
- checking for X... libraries , headers
- checking for ANSI C header files... yes
- checking for size_t... yes
- checking for pid_t... yes
- checking for uid_t in sys/types.h... yes
- checking for off_t... yes
- checking for caddr_t in sys/types.h... yes
- checking for clock_t in sys/types.h etc.... yes
- checking for d_namlen in struct dirent... no
- checking for struct tm in sys/time.h... no
- checking for strlen declaration...
- extern size_t strlen (const char*);
- checking for memset... yes
- checking for memset declaration...
- extern void* memset (void*, int, size_t);
- checking for broken HP/UX malloc... no
- checking for malloc declaration...
- extern void* malloc (size_t);
- checking for free declaration...
- extern void free (void*);
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for _setjmp... yes
- checking for _longjmp... yes
- checking return type of signal handlers... void
- checking whether the signal handler function type needs dots... no
- checking for sighold... yes
- checking for sigprocmask... yes
- checking for sigblock... yes
- checking for signal blocking interfaces... SystemV POSIX BSD
- checking for sigprocmask declaration...
- extern int sigprocmask (int, const sigset_t*, sigset_t*);
- checking whether signal handlers need to be reinstalled...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement