Created
January 11, 2017 04:07
-
-
Save timotheecour/3da31abede0f1cc52ce9c46459ac23d1 to your computer and use it in GitHub Desktop.
mobile-shell on Ubuntu 14.04.5 LTS - Homebrew build logs
This file contains hidden or 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
Homebrew build logs for mobile-shell on Ubuntu 14.04.5 LTS | |
Build date: 2017-01-10 18:56:54 |
This file contains hidden or 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
HOMEBREW_VERSION: 1.1.6 | |
ORIGIN: https://github.com/Linuxbrew/brew.git | |
HEAD: 98e06da6124e92192c14b02ae383fcd8010b19a3 | |
Last commit: 3 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: b023faa10eea365ecf229bfb6d638b49b8360d4b | |
Core tap last commit: 5 hours ago | |
HOMEBREW_PREFIX: /home/timothee/temp/tmp/brew2 | |
HOMEBREW_REPOSITORY: /home/timothee/temp/tmp/brew2 | |
HOMEBREW_CELLAR: /home/timothee/temp/tmp/brew2/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: 32-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 => /home/timothee/temp/tmp/brew2/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby | |
Clang: N/A | |
Git: 2.11.0 => /home/timothee/.linuxbrew/bin/git | |
Perl: /usr/bin/perl | |
Python: /home/timothee/.linuxbrew/bin/python => /home/timothee/.linuxbrew/Cellar/python/2.7.12_3/bin/python2.7 | |
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1 | |
Java: 1.8.0_101 | |
Kernel: Linux 4.2.0-18-generic x86_64 GNU/Linux | |
OS: Ubuntu 14.04.5 LTS | |
Codename: trusty | |
OS glibc: 2.19 | |
OS gcc: 4.8.4 | |
Linuxbrew glibc: N/A | |
Linuxbrew gcc: N/A | |
Linuxbrew xorg: N/A |
This file contains hidden or 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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: You have external commands with conflicting names. | |
Found command `brew-cask` in following places: | |
/home/timothee/temp/tmp/brew2/Library/Homebrew/cask/cmd/brew-cask.rb | |
/home/timothee/.linuxbrew/Library/Homebrew/cask/cmd/brew-cask.rb | |
Found command `brew-cask-tests` in following places: | |
/home/timothee/temp/tmp/brew2/Library/Homebrew/cask/cmd/brew-cask-tests.rb | |
/home/timothee/.linuxbrew/Library/Homebrew/cask/cmd/brew-cask-tests.rb | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
protobuf | |
clang-format |
This file contains hidden or 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
mobile-shell |
This file contains hidden or 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
2017-01-10 18:56:45 -0800 | |
./configure | |
--prefix=/home/timothee/temp/tmp/brew2/Cellar/mobile-shell/1.2.6_3 | |
--enable-completion | |
checking for a BSD-compatible install... /home/timothee/.linuxbrew/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /home/timothee/.linuxbrew/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
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 /usr/bin/gcc-4.8 accepts -g... yes | |
checking for /usr/bin/gcc-4.8 option to accept ISO C89... none needed | |
checking whether /usr/bin/gcc-4.8 understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.8... gcc3 | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++-4.8 accepts -g... yes | |
checking dependency style of /usr/bin/g++-4.8... gcc3 | |
checking for ranlib... ranlib | |
checking for protoc... /home/timothee/.linuxbrew/bin/protoc | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether C compiler accepts -fno-strict-overflow... yes | |
checking whether C++ compiler accepts -fno-strict-overflow... yes | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes | |
checking whether C++ compiler accepts -D_FORTIFY_SOURCE=2... yes | |
checking whether the linker accepts -fstack-protector-all... yes | |
checking whether C compiler accepts -Wstack-protector... yes | |
checking whether C++ compiler accepts -Wstack-protector... yes | |
checking whether C compiler accepts --param ssp-buffer-size=1... yes | |
checking whether C++ compiler accepts --param ssp-buffer-size=1... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether C++ compiler accepts -fPIE... yes | |
checking whether the linker accepts -fPIE -pie... yes | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether C++ compiler accepts -fno-default-inline... yes | |
checking whether C++ compiler accepts -pipe... yes | |
checking for library containing utempter_remove_record... no | |
configure: WARNING: Unable to find libutempter; utmp entries will not be made. | |
checking for library containing compress... -lz | |
checking for library containing socket... none required | |
checking for library containing inet_addr... none required | |
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
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 fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking utmpx.h usability... yes | |
checking utmpx.h presence... yes | |
checking for utmpx.h... yes | |
checking termio.h usability... yes | |
checking termio.h presence... yes | |
checking for termio.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.8 -E | |
checking memory usability... yes | |
checking memory presence... yes | |
checking for memory... yes | |
checking tr1/memory usability... yes | |
checking tr1/memory presence... yes | |
checking for tr1/memory... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for inline... inline | |
checking for int64_t... yes | |
checking for pid_t... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for uint8_t... yes | |
checking for uintptr_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether mbrtowc and mbstate_t are properly declared... yes | |
checking for gettimeofday... yes | |
checking for setrlimit... yes | |
checking for iswprint... yes | |
checking for memchr... yes | |
checking for memset... yes | |
checking for nl_langinfo... yes | |
checking for posix_memalign... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for sigaction... yes | |
checking for socket... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strncasecmp... yes | |
checking for strtok... yes | |
checking for strerror... yes | |
checking for strtol... yes | |
checking for wcwidth... yes | |
checking for cfmakeraw... yes | |
checking for pselect... yes | |
checking for getaddrinfo... yes | |
checking for getnameinfo... yes | |
checking for library containing clock_gettime... none required | |
checking for pkg-config... /home/timothee/.linuxbrew/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for TINFO... no | |
checking for TINFO... yes | |
checking CommonCrypto/CommonCrypto.h usability... no | |
checking CommonCrypto/CommonCrypto.h presence... no | |
checking for CommonCrypto/CommonCrypto.h... no | |
checking for CRYPTO... no | |
configure: error: OpenSSL crypto library not found | |
HOMEBREW_VERSION: 1.1.6 | |
ORIGIN: https://github.com/Linuxbrew/brew.git | |
HEAD: 98e06da6124e92192c14b02ae383fcd8010b19a3 | |
Last commit: 3 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: b023faa10eea365ecf229bfb6d638b49b8360d4b | |
Core tap last commit: 3 hours ago | |
HOMEBREW_PREFIX: /home/timothee/temp/tmp/brew2 | |
HOMEBREW_REPOSITORY: /home/timothee/temp/tmp/brew2 | |
HOMEBREW_CELLAR: /home/timothee/temp/tmp/brew2/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: 32-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 => /home/timothee/temp/tmp/brew2/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby | |
Clang: N/A | |
Git: 2.11.0 => /home/timothee/.linuxbrew/bin/git | |
Perl: /usr/bin/perl | |
Python: /home/timothee/.linuxbrew/bin/python => /home/timothee/.linuxbrew/Cellar/python/2.7.12_3/bin/python2.7 | |
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1 | |
Java: 1.8.0_101 | |
Kernel: Linux 4.2.0-18-generic x86_64 GNU/Linux | |
OS: Ubuntu 14.04.5 LTS | |
Codename: trusty | |
OS glibc: 2.19 | |
OS gcc: 4.8.4 | |
Linuxbrew glibc: N/A | |
Linuxbrew gcc: N/A | |
Linuxbrew xorg: N/A | |
CC: /usr/bin/gcc-4.8 | |
CXX: /usr/bin/g++-4.8 | |
OBJC: /usr/bin/gcc-4.8 | |
OBJCXX: /usr/bin/g++-4.8 | |
CFLAGS: -w -pipe -march=native -O2 | |
CXXFLAGS: -w -pipe -march=native -O2 | |
CPPFLAGS: -isystem/home/timothee/temp/tmp/brew2/include | |
LDFLAGS: -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib | |
MAKEFLAGS: -j32 | |
CMAKE_PREFIX_PATH: /home/timothee/temp/tmp/brew2 | |
PKG_CONFIG_LIBDIR: /home/timothee/temp/tmp/brew2/lib/pkgconfig | |
PATH: /home/timothee/.linuxbrew/bin:/home/timothee/temp/tmp/brew2/bin:/home/timothee/usr/local/bin:/home/timothee/.linuxbrew//bin:/home/timothee/.linuxbrew//sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/timothee/temp/tmp/brew2/Library/Homebrew/cask/cmd:/home/timothee/temp/tmp/brew2/Library/Homebrew/shims/scm | |
CPATH: /home/timothee/temp/tmp/brew2/include | |
LD_LIBRARY_PATH: /home/timothee/temp/tmp/brew2/Cellar/mobile-shell/1.2.6_3/lib:/home/timothee/temp/tmp/brew2/Cellar/mobile-shell/1.2.6_3 | |
LD_RUN_PATH: /home/timothee/temp/tmp/brew2/lib | |
LIBRARY_PATH: /home/timothee/temp/tmp/brew2/lib |
This file contains hidden or 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by mosh configure 1.2.6, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/home/timothee/temp/tmp/brew2/Cellar/mobile-shell/1.2.6_3 --enable-completion | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = katrina | |
uname -m = x86_64 | |
uname -r = 4.2.0-18-generic | |
uname -s = Linux | |
uname -v = #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /home/timothee/.linuxbrew/bin | |
PATH: /home/timothee/temp/tmp/brew2/bin | |
PATH: /home/timothee/usr/local/bin | |
PATH: /home/timothee/.linuxbrew//bin | |
PATH: /home/timothee/.linuxbrew//sbin | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
PATH: /home/timothee/temp/tmp/brew2/Library/Homebrew/cask/cmd | |
PATH: /home/timothee/temp/tmp/brew2/Library/Homebrew/shims/scm | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2764: checking for a BSD-compatible install | |
configure:2832: result: /home/timothee/.linuxbrew/bin/ginstall -c | |
configure:2843: checking whether build environment is sane | |
configure:2898: result: yes | |
configure:3049: checking for a thread-safe mkdir -p | |
configure:3088: result: /home/timothee/.linuxbrew/bin/mkdir -p | |
configure:3095: checking for gawk | |
configure:3111: found /usr/bin/gawk | |
configure:3122: result: gawk | |
configure:3133: checking whether make sets $(MAKE) | |
configure:3155: result: yes | |
configure:3184: checking whether make supports nested variables | |
configure:3201: result: yes | |
configure:3338: checking whether make supports nested variables | |
configure:3355: result: yes | |
configure:3484: checking for C compiler version | |
configure:3493: /usr/bin/gcc-4.8 --version >&5 | |
gcc-4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3504: $? = 0 | |
configure:3493: /usr/bin/gcc-4.8 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/gcc-4.8 | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) | |
configure:3504: $? = 0 | |
configure:3493: /usr/bin/gcc-4.8 -V >&5 | |
gcc-4.8: error: unrecognized command line option '-V' | |
gcc-4.8: fatal error: no input files | |
compilation terminated. | |
configure:3504: $? = 4 | |
configure:3493: /usr/bin/gcc-4.8 -qversion >&5 | |
gcc-4.8: error: unrecognized command line option '-qversion' | |
gcc-4.8: fatal error: no input files | |
compilation terminated. | |
configure:3504: $? = 4 | |
configure:3524: checking whether the C compiler works | |
configure:3546: /usr/bin/gcc-4.8 -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c >&5 | |
configure:3550: $? = 0 | |
configure:3598: result: yes | |
configure:3601: checking for C compiler default output file name | |
configure:3603: result: a.out | |
configure:3609: checking for suffix of executables | |
configure:3616: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c >&5 | |
configure:3620: $? = 0 | |
configure:3642: result: | |
configure:3664: checking whether we are cross compiling | |
configure:3672: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c >&5 | |
configure:3676: $? = 0 | |
configure:3683: ./conftest | |
configure:3687: $? = 0 | |
configure:3702: result: no | |
configure:3707: checking for suffix of object files | |
configure:3729: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:3733: $? = 0 | |
configure:3754: result: o | |
configure:3758: checking whether we are using the GNU C compiler | |
configure:3777: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:3777: $? = 0 | |
configure:3786: result: yes | |
configure:3795: checking whether /usr/bin/gcc-4.8 accepts -g | |
configure:3815: /usr/bin/gcc-4.8 -c -g -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:3815: $? = 0 | |
configure:3856: result: yes | |
configure:3873: checking for /usr/bin/gcc-4.8 option to accept ISO C89 | |
configure:3936: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:3936: $? = 0 | |
configure:3949: result: none needed | |
configure:3974: checking whether /usr/bin/gcc-4.8 understands -c and -o together | |
configure:3996: /usr/bin/gcc-4.8 -c conftest.c -o conftest2.o | |
configure:3999: $? = 0 | |
configure:3996: /usr/bin/gcc-4.8 -c conftest.c -o conftest2.o | |
configure:3999: $? = 0 | |
configure:4011: result: yes | |
configure:4039: checking for style of include used by make | |
configure:4067: result: GNU | |
configure:4093: checking dependency style of /usr/bin/gcc-4.8 | |
configure:4204: result: gcc3 | |
configure:4331: checking for C++ compiler version | |
configure:4340: /usr/bin/g++-4.8 --version >&5 | |
g++-4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:4351: $? = 0 | |
configure:4340: /usr/bin/g++-4.8 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/g++-4.8 | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) | |
configure:4351: $? = 0 | |
configure:4340: /usr/bin/g++-4.8 -V >&5 | |
g++-4.8: error: unrecognized command line option '-V' | |
g++-4.8: fatal error: no input files | |
compilation terminated. | |
configure:4351: $? = 4 | |
configure:4340: /usr/bin/g++-4.8 -qversion >&5 | |
g++-4.8: error: unrecognized command line option '-qversion' | |
g++-4.8: fatal error: no input files | |
compilation terminated. | |
configure:4351: $? = 4 | |
configure:4355: checking whether we are using the GNU C++ compiler | |
configure:4374: /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:4374: $? = 0 | |
configure:4383: result: yes | |
configure:4392: checking whether /usr/bin/g++-4.8 accepts -g | |
configure:4412: /usr/bin/g++-4.8 -c -g -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:4412: $? = 0 | |
configure:4453: result: yes | |
configure:4478: checking dependency style of /usr/bin/g++-4.8 | |
configure:4589: result: gcc3 | |
configure:4647: checking for ranlib | |
configure:4663: found /usr/bin/ranlib | |
configure:4674: result: ranlib | |
configure:4698: checking for protoc | |
configure:4716: found /home/timothee/.linuxbrew/bin/protoc | |
configure:4728: result: /home/timothee/.linuxbrew/bin/protoc | |
configure:4791: checking for ar | |
configure:4807: found /usr/bin/ar | |
configure:4818: result: ar | |
configure:4844: checking the archiver (ar) interface | |
configure:4860: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:4860: $? = 0 | |
configure:4862: ar cru libconftest.a conftest.o >&5 | |
configure:4865: $? = 0 | |
configure:4893: result: ar | |
configure:4986: checking whether C compiler accepts -fno-strict-overflow | |
configure:5005: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -Werror -fno-strict-overflow -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:5005: $? = 0 | |
configure:5013: result: yes | |
configure:5022: checking whether C++ compiler accepts -fno-strict-overflow | |
configure:5041: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -fno-strict-overflow -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5041: $? = 0 | |
configure:5049: result: yes | |
configure:5081: checking whether C compiler accepts -D_FORTIFY_SOURCE=2 | |
configure:5100: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -Werror -D_FORTIFY_SOURCE=2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:5100: $? = 0 | |
configure:5108: result: yes | |
configure:5117: checking whether C++ compiler accepts -D_FORTIFY_SOURCE=2 | |
configure:5136: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -D_FORTIFY_SOURCE=2 -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5136: $? = 0 | |
configure:5144: result: yes | |
configure:5169: checking whether the linker accepts -fstack-protector-all | |
configure:5188: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -Werror -fstack-protector-all conftest.c >&5 | |
configure:5188: $? = 0 | |
configure:5197: result: yes | |
configure:5207: checking whether C compiler accepts -Wstack-protector | |
configure:5226: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -Werror -fstack-protector-all -Wstack-protector -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:5226: $? = 0 | |
configure:5234: result: yes | |
configure:5243: checking whether C++ compiler accepts -Wstack-protector | |
configure:5262: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -fstack-protector-all -Wstack-protector -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5262: $? = 0 | |
configure:5270: result: yes | |
configure:5300: checking whether C compiler accepts --param ssp-buffer-size=1 | |
configure:5319: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -Werror -fstack-protector-all --param ssp-buffer-size=1 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:5319: $? = 0 | |
configure:5327: result: yes | |
configure:5336: checking whether C++ compiler accepts --param ssp-buffer-size=1 | |
configure:5355: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -fstack-protector-all --param ssp-buffer-size=1 -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5355: $? = 0 | |
configure:5363: result: yes | |
configure:5398: checking whether C compiler accepts -fPIE | |
configure:5417: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -Werror -fPIE -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:5417: $? = 0 | |
configure:5425: result: yes | |
configure:5434: checking whether C++ compiler accepts -fPIE | |
configure:5453: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -fPIE -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5453: $? = 0 | |
configure:5461: result: yes | |
configure:5464: checking whether the linker accepts -fPIE -pie | |
configure:5483: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -Werror -fPIE -pie conftest.cpp >&5 | |
configure:5483: $? = 0 | |
configure:5492: result: yes | |
configure:5558: checking whether the linker accepts -Wl,-z,relro | |
configure:5577: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -Werror -Wl,-z,relro conftest.c >&5 | |
configure:5577: $? = 0 | |
configure:5586: result: yes | |
configure:5590: checking whether the linker accepts -Wl,-z,now | |
configure:5609: ./scripts/wrap-compiler-for-flag-check /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -Werror -Wl,-z,now conftest.c >&5 | |
configure:5609: $? = 0 | |
configure:5618: result: yes | |
configure:5642: checking whether C++ compiler accepts -fno-default-inline | |
configure:5661: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -fno-default-inline -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5661: $? = 0 | |
configure:5669: result: yes | |
configure:5677: checking whether C++ compiler accepts -pipe | |
configure:5696: ./scripts/wrap-compiler-for-flag-check /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -Werror -pipe -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:5696: $? = 0 | |
configure:5704: result: yes | |
configure:5815: checking for library containing utempter_remove_record | |
configure:5846: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c >&5 | |
/tmp/ccN2iZtT.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `utempter_remove_record' | |
collect2: error: ld returned 1 exit status | |
configure:5846: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char utempter_remove_record (); | |
| int | |
| main () | |
| { | |
| return utempter_remove_record (); | |
| ; | |
| return 0; | |
| } | |
configure:5846: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lutempter >&5 | |
/usr/bin/ld: cannot find -lutempter | |
collect2: error: ld returned 1 exit status | |
configure:5846: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char utempter_remove_record (); | |
| int | |
| main () | |
| { | |
| return utempter_remove_record (); | |
| ; | |
| return 0; | |
| } | |
configure:5863: result: no | |
configure:5873: WARNING: Unable to find libutempter; utmp entries will not be made. | |
configure:5882: checking for library containing compress | |
configure:5913: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c >&5 | |
/tmp/ccGQxzKY.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `compress' | |
collect2: error: ld returned 1 exit status | |
configure:5913: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char compress (); | |
| int | |
| main () | |
| { | |
| return compress (); | |
| ; | |
| return 0; | |
| } | |
configure:5913: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:5913: $? = 0 | |
configure:5930: result: -lz | |
configure:5941: checking for library containing socket | |
configure:5972: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:5972: $? = 0 | |
configure:5989: result: none required | |
configure:5997: checking for library containing inet_addr | |
configure:6028: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:6028: $? = 0 | |
configure:6045: result: none required | |
configure:6060: checking how to run the C preprocessor | |
configure:6091: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6091: $? = 0 | |
configure:6105: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:6105: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6130: result: /usr/bin/gcc-4.8 -E | |
configure:6150: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6150: $? = 0 | |
configure:6164: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:6164: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6193: checking for grep that handles long lines and -e | |
configure:6251: result: /bin/grep | |
configure:6256: checking for egrep | |
configure:6318: result: /bin/grep -E | |
configure:6323: checking for ANSI C header files | |
configure:6343: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6343: $? = 0 | |
configure:6416: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:6416: $? = 0 | |
configure:6416: ./conftest | |
configure:6416: $? = 0 | |
configure:6427: result: yes | |
configure:6440: checking for sys/types.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for sys/stat.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for stdlib.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for string.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for memory.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for strings.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for inttypes.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for stdint.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6440: checking for unistd.h | |
configure:6440: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6440: $? = 0 | |
configure:6440: result: yes | |
configure:6455: checking fcntl.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking fcntl.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for fcntl.h | |
configure:6455: result: yes | |
configure:6455: checking langinfo.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking langinfo.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for langinfo.h | |
configure:6455: result: yes | |
configure:6455: checking limits.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking limits.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for limits.h | |
configure:6455: result: yes | |
configure:6455: checking locale.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking locale.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for locale.h | |
configure:6455: result: yes | |
configure:6455: checking netdb.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking netdb.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for netdb.h | |
configure:6455: result: yes | |
configure:6455: checking netinet/in.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking netinet/in.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for netinet/in.h | |
configure:6455: result: yes | |
configure:6455: checking stddef.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking stddef.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for stddef.h | |
configure:6455: result: yes | |
configure:6455: checking for stdint.h | |
configure:6455: result: yes | |
configure:6455: checking for inttypes.h | |
configure:6455: result: yes | |
configure:6455: checking for stdlib.h | |
configure:6455: result: yes | |
configure:6455: checking for string.h | |
configure:6455: result: yes | |
configure:6455: checking sys/ioctl.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking sys/ioctl.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for sys/ioctl.h | |
configure:6455: result: yes | |
configure:6455: checking sys/resource.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking sys/resource.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for sys/resource.h | |
configure:6455: result: yes | |
configure:6455: checking sys/socket.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking sys/socket.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for sys/socket.h | |
configure:6455: result: yes | |
configure:6455: checking for sys/stat.h | |
configure:6455: result: yes | |
configure:6455: checking sys/time.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking sys/time.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for sys/time.h | |
configure:6455: result: yes | |
configure:6455: checking termios.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking termios.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for termios.h | |
configure:6455: result: yes | |
configure:6455: checking for unistd.h | |
configure:6455: result: yes | |
configure:6455: checking wchar.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking wchar.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for wchar.h | |
configure:6455: result: yes | |
configure:6455: checking wctype.h usability | |
configure:6455: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking wctype.h presence | |
configure:6455: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6455: $? = 0 | |
configure:6455: result: yes | |
configure:6455: checking for wctype.h | |
configure:6455: result: yes | |
configure:6471: checking pty.h usability | |
configure:6471: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6471: $? = 0 | |
configure:6471: result: yes | |
configure:6471: checking pty.h presence | |
configure:6471: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6471: $? = 0 | |
configure:6471: result: yes | |
configure:6471: checking for pty.h | |
configure:6471: result: yes | |
configure:6471: checking util.h usability | |
configure:6471: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c:75:18: fatal error: util.h: No such file or directory | |
#include <util.h> | |
^ | |
compilation terminated. | |
configure:6471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <util.h> | |
configure:6471: result: no | |
configure:6471: checking util.h presence | |
configure:6471: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:42:18: fatal error: util.h: No such file or directory | |
#include <util.h> | |
^ | |
compilation terminated. | |
configure:6471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <util.h> | |
configure:6471: result: no | |
configure:6471: checking for util.h | |
configure:6471: result: no | |
configure:6471: checking libutil.h usability | |
configure:6471: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c:75:21: fatal error: libutil.h: No such file or directory | |
#include <libutil.h> | |
^ | |
compilation terminated. | |
configure:6471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libutil.h> | |
configure:6471: result: no | |
configure:6471: checking libutil.h presence | |
configure:6471: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:42:21: fatal error: libutil.h: No such file or directory | |
#include <libutil.h> | |
^ | |
compilation terminated. | |
configure:6471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <libutil.h> | |
configure:6471: result: no | |
configure:6471: checking for libutil.h | |
configure:6471: result: no | |
configure:6471: checking paths.h usability | |
configure:6471: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6471: $? = 0 | |
configure:6471: result: yes | |
configure:6471: checking paths.h presence | |
configure:6471: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6471: $? = 0 | |
configure:6471: result: yes | |
configure:6471: checking for paths.h | |
configure:6471: result: yes | |
configure:6484: checking endian.h usability | |
configure:6484: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6484: $? = 0 | |
configure:6484: result: yes | |
configure:6484: checking endian.h presence | |
configure:6484: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6484: $? = 0 | |
configure:6484: result: yes | |
configure:6484: checking for endian.h | |
configure:6484: result: yes | |
configure:6484: checking sys/endian.h usability | |
configure:6484: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c:77:24: fatal error: sys/endian.h: No such file or directory | |
#include <sys/endian.h> | |
^ | |
compilation terminated. | |
configure:6484: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/endian.h> | |
configure:6484: result: no | |
configure:6484: checking sys/endian.h presence | |
configure:6484: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:44:24: fatal error: sys/endian.h: No such file or directory | |
#include <sys/endian.h> | |
^ | |
compilation terminated. | |
configure:6484: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/endian.h> | |
configure:6484: result: no | |
configure:6484: checking for sys/endian.h | |
configure:6484: result: no | |
configure:6496: checking utmpx.h usability | |
configure:6496: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6496: $? = 0 | |
configure:6496: result: yes | |
configure:6496: checking utmpx.h presence | |
configure:6496: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6496: $? = 0 | |
configure:6496: result: yes | |
configure:6496: checking for utmpx.h | |
configure:6496: result: yes | |
configure:6508: checking termio.h usability | |
configure:6508: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6508: $? = 0 | |
configure:6508: result: yes | |
configure:6508: checking termio.h presence | |
configure:6508: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6508: $? = 0 | |
configure:6508: result: yes | |
configure:6508: checking for termio.h | |
configure:6508: result: yes | |
configure:6520: checking sys/uio.h usability | |
configure:6520: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6520: $? = 0 | |
configure:6520: result: yes | |
configure:6520: checking sys/uio.h presence | |
configure:6520: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
configure:6520: $? = 0 | |
configure:6520: result: yes | |
configure:6520: checking for sys/uio.h | |
configure:6520: result: yes | |
configure:6541: checking how to run the C++ preprocessor | |
configure:6568: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
configure:6568: $? = 0 | |
configure:6582: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
conftest.cpp:47:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:6582: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6607: result: /usr/bin/g++-4.8 -E | |
configure:6627: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
configure:6627: $? = 0 | |
configure:6641: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
conftest.cpp:47:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:6641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6673: checking memory usability | |
configure:6673: /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:6673: $? = 0 | |
configure:6673: result: yes | |
configure:6673: checking memory presence | |
configure:6673: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
configure:6673: $? = 0 | |
configure:6673: result: yes | |
configure:6673: checking for memory | |
configure:6673: result: yes | |
configure:6673: checking tr1/memory usability | |
configure:6673: /usr/bin/g++-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp >&5 | |
configure:6673: $? = 0 | |
configure:6673: result: yes | |
configure:6673: checking tr1/memory presence | |
configure:6673: /usr/bin/g++-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.cpp | |
configure:6673: $? = 0 | |
configure:6673: result: yes | |
configure:6673: checking for tr1/memory | |
configure:6673: result: yes | |
configure:6691: checking for stdbool.h that conforms to C99 | |
configure:6758: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6758: $? = 0 | |
configure:6765: result: yes | |
configure:6767: checking for _Bool | |
configure:6767: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:85:20: error: expected expression before ')' token | |
if (sizeof ((_Bool))) | |
^ | |
configure:6767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6767: result: yes | |
configure:6784: checking for inline | |
configure:6800: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6800: $? = 0 | |
configure:6808: result: inline | |
configure:6826: checking for int64_t | |
configure:6826: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6826: $? = 0 | |
configure:6826: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:88:12: error: storage size of 'test_array' isn't constant | |
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
^ | |
configure:6826: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 64 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6826: result: yes | |
configure:6837: checking for pid_t | |
configure:6837: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6837: $? = 0 | |
configure:6837: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:87:20: error: expected expression before ')' token | |
if (sizeof ((pid_t))) | |
^ | |
configure:6837: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6837: result: yes | |
configure:6848: checking for C/C++ restrict keyword | |
configure:6873: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6873: $? = 0 | |
configure:6881: result: __restrict | |
configure:6894: checking for size_t | |
configure:6894: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6894: $? = 0 | |
configure:6894: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:88:21: error: expected expression before ')' token | |
if (sizeof ((size_t))) | |
^ | |
configure:6894: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6894: result: yes | |
configure:6905: checking for ssize_t | |
configure:6905: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6905: $? = 0 | |
configure:6905: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:88:22: error: expected expression before ')' token | |
if (sizeof ((ssize_t))) | |
^ | |
configure:6905: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6905: result: yes | |
configure:6916: checking for uint16_t | |
configure:6916: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6916: $? = 0 | |
configure:6916: result: yes | |
configure:6928: checking for uint32_t | |
configure:6928: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6928: result: yes | |
configure:6942: checking for uint64_t | |
configure:6942: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6942: $? = 0 | |
configure:6942: result: yes | |
configure:6956: checking for uint8_t | |
configure:6956: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6956: $? = 0 | |
configure:6956: result: yes | |
configure:6971: checking for uintptr_t | |
configure:6971: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
configure:6971: $? = 0 | |
configure:6971: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:88:24: error: expected expression before ')' token | |
if (sizeof ((uintptr_t))) | |
^ | |
configure:6971: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((uintptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6971: result: yes | |
configure:7011: checking vfork.h usability | |
configure:7011: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c:86:19: fatal error: vfork.h: No such file or directory | |
#include <vfork.h> | |
^ | |
compilation terminated. | |
configure:7011: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_UINTPTR_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:7011: result: no | |
configure:7011: checking vfork.h presence | |
configure:7011: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:53:19: fatal error: vfork.h: No such file or directory | |
#include <vfork.h> | |
^ | |
compilation terminated. | |
configure:7011: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_UINTPTR_T 1 | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:7011: result: no | |
configure:7011: checking for vfork.h | |
configure:7011: result: no | |
configure:7024: checking for fork | |
configure:7024: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7024: $? = 0 | |
configure:7024: result: yes | |
configure:7024: checking for vfork | |
configure:7024: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7024: $? = 0 | |
configure:7024: result: yes | |
configure:7034: checking for working fork | |
configure:7056: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7056: $? = 0 | |
configure:7056: ./conftest | |
configure:7056: $? = 0 | |
configure:7066: result: yes | |
configure:7087: checking for working vfork | |
configure:7197: result: yes | |
configure:7223: checking whether mbrtowc and mbstate_t are properly declared | |
configure:7243: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7243: $? = 0 | |
configure:7251: result: yes | |
configure:7262: checking for gettimeofday | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for setrlimit | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for iswprint | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for memchr | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for memset | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for nl_langinfo | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for posix_memalign | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for setenv | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for setlocale | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for sigaction | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for socket | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strchr | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strdup | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strncasecmp | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strtok | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strerror | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for strtol | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for wcwidth | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for cfmakeraw | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for pselect | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for getaddrinfo | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7262: checking for getnameinfo | |
configure:7262: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7262: $? = 0 | |
configure:7262: result: yes | |
configure:7272: checking for library containing clock_gettime | |
configure:7303: /usr/bin/gcc-4.8 -o conftest -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include -L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib conftest.c -lz >&5 | |
configure:7303: $? = 0 | |
configure:7320: result: none required | |
configure:7386: checking for pkg-config | |
configure:7404: found /home/timothee/.linuxbrew/bin/pkg-config | |
configure:7416: result: /home/timothee/.linuxbrew/bin/pkg-config | |
configure:7441: checking pkg-config is at least version 0.9.0 | |
configure:7444: result: yes | |
configure:7454: checking for TINFO | |
configure:7461: $PKG_CONFIG --exists --print-errors "tinfo" | |
Package tinfo was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `tinfo.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'tinfo' found | |
configure:7464: $? = 1 | |
configure:7478: $PKG_CONFIG --exists --print-errors "tinfo" | |
Package tinfo was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `tinfo.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'tinfo' found | |
configure:7481: $? = 1 | |
configure:7495: result: no | |
No package 'tinfo' found | |
configure:7513: checking for TINFO | |
configure:7520: $PKG_CONFIG --exists --print-errors "ncurses" | |
configure:7523: $? = 0 | |
configure:7537: $PKG_CONFIG --exists --print-errors "ncurses" | |
configure:7540: $? = 0 | |
configure:7746: result: yes | |
configure:8800: checking CommonCrypto/CommonCrypto.h usability | |
configure:8800: /usr/bin/gcc-4.8 -c -w -pipe -march=native -O2 -isystem/home/timothee/temp/tmp/brew2/include conftest.c >&5 | |
conftest.c:115:39: fatal error: CommonCrypto/CommonCrypto.h: No such file or directory | |
#include <CommonCrypto/CommonCrypto.h> | |
^ | |
compilation terminated. | |
configure:8800: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_ISWPRINT 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_CFMAKERAW 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_CURSES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <CommonCrypto/CommonCrypto.h> | |
configure:8800: result: no | |
configure:8800: checking CommonCrypto/CommonCrypto.h presence | |
configure:8800: /usr/bin/gcc-4.8 -E -isystem/home/timothee/temp/tmp/brew2/include conftest.c | |
conftest.c:82:39: fatal error: CommonCrypto/CommonCrypto.h: No such file or directory | |
#include <CommonCrypto/CommonCrypto.h> | |
^ | |
compilation terminated. | |
configure:8800: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mosh" | |
| #define PACKAGE_TARNAME "mosh" | |
| #define PACKAGE_VERSION "1.2.6" | |
| #define PACKAGE_STRING "mosh 1.2.6" | |
| #define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mosh" | |
| #define VERSION "1.2.6" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_ENDIAN_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_TERMIO_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_MEMORY 1 | |
| #define HAVE_TR1_MEMORY 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_ISWPRINT 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_CFMAKERAW 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_CURSES_H 1 | |
| /* end confdefs.h. */ | |
| #include <CommonCrypto/CommonCrypto.h> | |
configure:8800: result: no | |
configure:8800: checking for CommonCrypto/CommonCrypto.h | |
configure:8800: result: no | |
configure:8833: checking for CRYPTO | |
configure:8840: $PKG_CONFIG --exists --print-errors "openssl" | |
Package openssl was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `openssl.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'openssl' found | |
configure:8843: $? = 1 | |
configure:8857: $PKG_CONFIG --exists --print-errors "openssl" | |
Package openssl was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `openssl.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'openssl' found | |
configure:8860: $? = 1 | |
configure:8874: result: no | |
No package 'openssl' found | |
configure:8890: error: OpenSSL crypto library not found | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_int64_t=yes | |
ac_cv_c_restrict=__restrict | |
ac_cv_c_uint16_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_uint64_t=yes | |
ac_cv_c_uint8_t=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_BASH_COMPLETION_CFLAGS_set= | |
ac_cv_env_BASH_COMPLETION_CFLAGS_value= | |
ac_cv_env_BASH_COMPLETION_LIBS_set= | |
ac_cv_env_BASH_COMPLETION_LIBS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/gcc-4.8 | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value=' -w -pipe -march=native -O2' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-isystem/home/timothee/temp/tmp/brew2/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CRYPTO_CFLAGS_set= | |
ac_cv_env_CRYPTO_CFLAGS_value= | |
ac_cv_env_CRYPTO_LIBS_set= | |
ac_cv_env_CRYPTO_LIBS_value= | |
ac_cv_env_CURSES_LIB_set= | |
ac_cv_env_CURSES_LIB_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value=' -w -pipe -march=native -O2' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/g++-4.8 | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/timothee/temp/tmp/brew2/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_TINFO_CFLAGS_set= | |
ac_cv_env_TINFO_CFLAGS_value= | |
ac_cv_env_TINFO_CPPFLAGS_set= | |
ac_cv_env_TINFO_CPPFLAGS_value= | |
ac_cv_env_TINFO_LDFLAGS_set= | |
ac_cv_env_TINFO_LDFLAGS_value= | |
ac_cv_env_TINFO_LIBS_set= | |
ac_cv_env_TINFO_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_protobuf_CFLAGS_set= | |
ac_cv_env_protobuf_CFLAGS_value= | |
ac_cv_env_protobuf_LIBS_set= | |
ac_cv_env_protobuf_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_cfmakeraw=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_getnameinfo=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_iswprint=yes | |
ac_cv_func_mbrtowc=yes | |
ac_cv_func_memchr=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_nl_langinfo=yes | |
ac_cv_func_posix_memalign=yes | |
ac_cv_func_pselect=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_setrlimit=yes | |
ac_cv_func_sigaction=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strtok=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_func_wcwidth=yes | |
ac_cv_header_CommonCrypto_CommonCrypto_h=no | |
ac_cv_header_endian_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_libutil_h=no | |
ac_cv_header_limits_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_memory=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_paths_h=yes | |
ac_cv_header_pty_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_endian_h=no | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_uio_h=yes | |
ac_cv_header_termio_h=yes | |
ac_cv_header_termios_h=yes | |
ac_cv_header_tr1_memory=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_util_h=no | |
ac_cv_header_utmpx_h=yes | |
ac_cv_header_vfork_h=no | |
ac_cv_header_wchar_h=yes | |
ac_cv_header_wctype_h=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_PROTOC=/home/timothee/.linuxbrew/bin/protoc | |
ac_cv_path_ac_pt_PKG_CONFIG=/home/timothee/.linuxbrew/bin/pkg-config | |
ac_cv_path_install='/home/timothee/.linuxbrew/bin/ginstall -c' | |
ac_cv_path_mkdir=/home/timothee/.linuxbrew/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='/usr/bin/gcc-4.8 -E' | |
ac_cv_prog_CXXCPP='/usr/bin/g++-4.8 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_clock_gettime='none required' | |
ac_cv_search_compress=-lz | |
ac_cv_search_inet_addr='none required' | |
ac_cv_search_socket='none required' | |
ac_cv_search_utempter_remove_record=no | |
ac_cv_type__Bool=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uintptr_t=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_ar_interface=ar | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_check_cflags__Werror___D_FORTIFY_SOURCE_2=yes | |
ax_cv_check_cflags__Werror___fPIE=yes | |
ax_cv_check_cflags__Werror___fno_strict_overflow=yes | |
ax_cv_check_cflags__Werror__fstack_protector_all__Wstack_protector=yes | |
ax_cv_check_cflags__Werror__fstack_protector_all___param_ssp_buffer_size_1=yes | |
ax_cv_check_cxxflags__Werror___D_FORTIFY_SOURCE_2=yes | |
ax_cv_check_cxxflags__Werror___fPIE=yes | |
ax_cv_check_cxxflags__Werror___fno_strict_overflow=yes | |
ax_cv_check_cxxflags__Werror__fno_default_inline=yes | |
ax_cv_check_cxxflags__Werror__fstack_protector_all__Wstack_protector=yes | |
ax_cv_check_cxxflags__Werror__fstack_protector_all___param_ssp_buffer_size_1=yes | |
ax_cv_check_cxxflags__Werror__pipe=yes | |
ax_cv_check_ldflags__Werror___Wl__z_now=yes | |
ax_cv_check_ldflags__Werror___Wl__z_relro=yes | |
ax_cv_check_ldflags__Werror___fPIE__pie=yes | |
ax_cv_check_ldflags__Werror___fstack_protector_all=yes | |
pkg_cv_TINFO_CFLAGS='-D_GNU_SOURCE -I/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/include -I/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/include/ncursesw' | |
pkg_cv_TINFO_LIBS='-L/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/lib -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -lncursesw' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/missing aclocal-1.15' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/missing autoconf' | |
AUTOHEADER='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/missing autoheader' | |
AUTOMAKE='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/missing automake-1.15' | |
AWK='gawk' | |
BASH_COMPLETION_CFLAGS='' | |
BASH_COMPLETION_LIBS='' | |
BUILD_CLIENT_FALSE='#' | |
BUILD_CLIENT_TRUE='' | |
BUILD_EXAMPLES_FALSE='' | |
BUILD_EXAMPLES_TRUE='#' | |
BUILD_SERVER_FALSE='#' | |
BUILD_SERVER_TRUE='' | |
CC='/usr/bin/gcc-4.8' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS=' -w -pipe -march=native -O2' | |
CPP='/usr/bin/gcc-4.8 -E' | |
CPPFLAGS='-isystem/home/timothee/temp/tmp/brew2/include' | |
CRYPTO_CFLAGS='' | |
CRYPTO_LIBS='' | |
CURSES_LIB='' | |
CXX='/usr/bin/g++-4.8' | |
CXXCPP='/usr/bin/g++-4.8 -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS=' -w -pipe -march=native -O2' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
GREP='/bin/grep' | |
HARDEN_CFLAGS=' -fno-strict-overflow -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector --param ssp-buffer-size=1 -fPIE' | |
HARDEN_LDFLAGS=' -pie -Wl,-z,relro -Wl,-z,now' | |
INSTALL_COMPLETION_FALSE='#' | |
INSTALL_COMPLETION_TRUE='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INSTALL_UFW_FALSE='' | |
INSTALL_UFW_TRUE='#' | |
LDFLAGS='-L/home/timothee/temp/tmp/brew2/lib -Wl,--dynamic-linker=/home/timothee/temp/tmp/brew2/lib/ld.so -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib' | |
LIBOBJS='' | |
LIBS='-lz ' | |
LIBUTIL='' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/missing makeinfo' | |
MISC_CXXFLAGS=' -fno-default-inline -pipe' | |
MKDIR_P='/home/timothee/.linuxbrew/bin/mkdir -p' | |
OBJEXT='o' | |
PACKAGE='mosh' | |
PACKAGE_BUGREPORT='mosh-devel@mit.edu' | |
PACKAGE_NAME='mosh' | |
PACKAGE_STRING='mosh 1.2.6' | |
PACKAGE_TARNAME='mosh' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.2.6' | |
PATH_SEPARATOR=':' | |
PICKY_CXXFLAGS='' | |
PKG_CONFIG='/home/timothee/.linuxbrew/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/home/timothee/temp/tmp/brew2/lib/pkgconfig' | |
PKG_CONFIG_PATH='' | |
PROTOC='/home/timothee/.linuxbrew/bin/protoc' | |
RANLIB='ranlib' | |
SET_MAKE='' | |
SHELL='/bin/bash' | |
STRIP='' | |
TINFO_CFLAGS='-D_GNU_SOURCE -I/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/include -I/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/include/ncursesw' | |
TINFO_CPPFLAGS='' | |
TINFO_LDFLAGS='' | |
TINFO_LIBS='-L/home/timothee/temp/tmp/brew2/Cellar/ncurses/6.0_2/lib -Wl,-rpath,/home/timothee/temp/tmp/brew2/lib -lncursesw' | |
VERSION='1.2.6' | |
WARNING_CXXFLAGS='-Wall' | |
ac_ct_AR='ar' | |
ac_ct_CC='' | |
ac_ct_CXX='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build_alias='' | |
completions='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host_alias='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /tmp/mobile-shell-20170110-28652-1t1sun8/mosh-1.2.6/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/home/timothee/temp/tmp/brew2/Cellar/mobile-shell/1.2.6_3' | |
program_transform_name='s,x,x,' | |
protobuf_CFLAGS='' | |
protobuf_LIBS='' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "mosh" | |
#define PACKAGE_TARNAME "mosh" | |
#define PACKAGE_VERSION "1.2.6" | |
#define PACKAGE_STRING "mosh 1.2.6" | |
#define PACKAGE_BUGREPORT "mosh-devel@mit.edu" | |
#define PACKAGE_URL "" | |
#define PACKAGE "mosh" | |
#define VERSION "1.2.6" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_TERMIOS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_WCHAR_H 1 | |
#define HAVE_WCTYPE_H 1 | |
#define HAVE_PTY_H 1 | |
#define HAVE_PATHS_H 1 | |
#define HAVE_ENDIAN_H 1 | |
#define HAVE_UTMPX_H 1 | |
#define HAVE_TERMIO_H 1 | |
#define HAVE_SYS_UIO_H 1 | |
#define HAVE_MEMORY 1 | |
#define HAVE_TR1_MEMORY 1 | |
#define HAVE__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define restrict __restrict | |
#define HAVE_UINTPTR_T 1 | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_MBRTOWC 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_SETRLIMIT 1 | |
#define HAVE_ISWPRINT 1 | |
#define HAVE_MEMCHR 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_NL_LANGINFO 1 | |
#define HAVE_POSIX_MEMALIGN 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_SIGACTION 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_STRTOK 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_WCWIDTH 1 | |
#define HAVE_CFMAKERAW 1 | |
#define HAVE_PSELECT 1 | |
#define HAVE_GETADDRINFO 1 | |
#define HAVE_GETNAMEINFO 1 | |
#define HAVE_CLOCK_GETTIME 1 | |
#define HAVE_CURSES_H 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment