Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@nlxvps5:~/ices-0.4# ./configure
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ANSI C... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... yes
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking how to run the C preprocessor... gcc -E
- checking for egrep... grep -E
- checking for AIX... no
- checking for library containing strerror... none required
- 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 minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking for an ANSI C-conforming const... yes
- checking whether byte ordering is bigendian... no
- checking for inline... inline
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking signal.h usability... yes
- checking signal.h presence... yes
- checking for signal.h... yes
- checking sys/signal.h usability... yes
- checking sys/signal.h presence... yes
- checking for sys/signal.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 for sys/types.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking whether time.h and sys/time.h may both be included... yes
- checking for pid_t... yes
- checking for size_t... yes
- checking return type of signal handlers... void
- checking for strftime... yes
- checking for vsnprintf... yes
- checking for setsid... yes
- checking for setlinebuf... yes
- checking whether build environment is sane... yes
- checking for gawk... no
- checking for mawk... mawk
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for a sed that does not truncate output... /bin/sed
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking whether ln -s works... yes
- checking how to recognise dependent libraries... pass_all
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for g++... no
- checking for c++... no
- checking for gpp... no
- checking for aCC... no
- checking for CC... no
- checking for cxx... no
- checking for cc++... no
- checking for cl... no
- checking for FCC... no
- checking for KCC... no
- checking for RCC... no
- checking for xlC_r... no
- checking for xlC... no
- checking whether we are using the GNU C++ compiler... no
- checking whether g++ accepts -g... no
- checking dependency style of g++... none
- checking how to run the C++ preprocessor... /lib/cpp
- configure: error: C++ preprocessor "/lib/cpp" fails sanity check
- See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment