Created
December 22, 2013 17:14
-
-
Save onyb/8085547 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for library containing strerror... none required | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking whether gcc needs -traditional... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking for tgoto in -ltinfo... no | |
checking for initscr in -lxcurses... no | |
checking for initscr in -lncursesw... yes | |
checking for initscr in -lncurses... yes | |
checking for initscr in -lcurses... yes | |
checking for tgetent in -ltermcap... no | |
checking for tgetent in -ltermlib... no | |
checking for library containing regcmp... no | |
checking for working terminal libraries... using -lncursesw | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking termio.h usability... yes | |
checking termio.h presence... yes | |
checking for termio.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking values.h usability... yes | |
checking values.h presence... yes | |
checking for values.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/stream.h usability... no | |
checking sys/stream.h presence... no | |
checking for sys/stream.h... no | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking whether stat file-mode macros are broken... no | |
checking for an ANSI C-conforming const... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for off_t... (cached) yes | |
checking for void... yes | |
checking for const... yes | |
checking for time_t... yes | |
checking for st_ino in struct stat... yes | |
checking return type of signal handlers... void | |
checking for fsync... yes | |
checking for popen... yes | |
checking for _setjmp... yes | |
checking for sigprocmask... yes | |
checking for sigsetmask... yes | |
checking for snprintf... yes | |
checking for stat... yes | |
checking for system... yes | |
checking for fchmod... yes | |
checking for memcpy... yes | |
checking for strchr... yes | |
checking for strstr... yes | |
checking for tcgetattr... yes | |
checking for fileno... yes | |
checking for strerror... yes | |
checking for sys_errlist... yes | |
checking for sigset_t... yes | |
checking for sigemptyset... yes | |
checking for errno... yes - in errno.h | |
checking for locale... yes | |
checking for ctype functions... yes | |
checking for wctype functions... yes | |
checking termcap for ospeed... yes - in termcap.h | |
checking for floating point... yes | |
checking for POSIX regcomp... yes | |
regular expression library: posix | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating defines.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment