This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by zappy configure 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = atat uname -m = i386 uname -r = 5.5-RELEASE-p14 uname -s = FreeBSD uname -v = FreeBSD 5.5-RELEASE-p14 #2: Wed Aug 1 03:30:06 CEST 2007 root@tipiak:/usr/obj/mnt/src/sys/GENERIC-WS.rockyluke /usr/bin/uname -p = i386 /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: /u/epitech_2010s/chary_c/cu/sbin PATH: /u/epitech_2010s/chary_c/cu/bin PATH: /usr/school/sbin PATH: /usr/school/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/sbin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1787: checking for a BSD-compatible install configure:1843: result: /usr/local/bin/ginstall -c configure:1854: checking whether build environment is sane configure:1897: result: yes configure:1925: checking for a thread-safe mkdir -p configure:1964: result: /usr/local/bin/gmkdir -p configure:1977: checking for gawk configure:1993: found /usr/local/bin/gawk configure:2004: result: gawk configure:2015: checking whether make sets $(MAKE) configure:2036: result: yes configure:2286: checking for g++ configure:2302: found /usr/bin/g++ configure:2313: result: g++ configure:2344: checking for C++ compiler version configure:2351: g++ --version >&5 g++ (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 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:2354: $? = 0 configure:2361: g++ -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:2364: $? = 0 configure:2371: g++ -V >&5 g++: `-V' option must have argument configure:2374: $? = 1 configure:2397: checking for C++ compiler default output file name configure:2424: g++ conftest.cpp >&5 configure:2427: $? = 0 configure:2465: result: a.out configure:2482: checking whether the C++ compiler works configure:2492: ./a.out configure:2495: $? = 0 configure:2512: result: yes configure:2519: checking whether we are cross compiling configure:2521: result: no configure:2524: checking for suffix of executables configure:2531: g++ -o conftest conftest.cpp >&5 configure:2534: $? = 0 configure:2558: result: configure:2564: checking for suffix of object files configure:2590: g++ -c conftest.cpp >&5 configure:2593: $? = 0 configure:2616: result: o configure:2620: checking whether we are using the GNU C++ compiler configure:2649: g++ -c conftest.cpp >&5 configure:2655: $? = 0 configure:2672: result: yes configure:2677: checking whether g++ accepts -g configure:2707: g++ -c -g conftest.cpp >&5 configure:2713: $? = 0 configure:2812: result: yes configure:2846: checking for style of include used by make configure:2874: result: GNU configure:2899: checking dependency style of g++ configure:2990: result: gcc3 configure:3053: checking for gcc configure:3069: found /usr/local/bin/gcc configure:3080: result: gcc configure:3318: checking for C compiler version configure:3325: gcc --version >&5 gcc (GCC) 4.2.1 20070712 (prerelease) Copyright (C) 2007 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:3328: $? = 0 configure:3335: gcc -v >&5 Using built-in specs. Target: i386-portbld-freebsd5.5 Configured with: ./..//gcc-4.2.1-RC-20070712/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --with-gmp=/usr/local --program-suffix=42 --libdir=/usr/local/lib/gcc-4.2.1 --with-gxx-include-dir=/usr/local/lib/gcc-4.2.1/include/c++/ --disable-rpath --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc42 i386-portbld-freebsd5.5 Thread model: posix gcc version 4.2.1 20070712 (prerelease) configure:3338: $? = 0 configure:3345: gcc -V >&5 gcc: '-V' option must have argument configure:3348: $? = 1 configure:3351: checking whether we are using the GNU C compiler configure:3380: gcc -c conftest.c >&5 configure:3386: $? = 0 configure:3403: result: yes configure:3408: checking whether gcc accepts -g configure:3438: gcc -c -g conftest.c >&5 configure:3444: $? = 0 configure:3543: result: yes configure:3560: checking for gcc option to accept ISO C89 configure:3634: gcc -c -g -O2 conftest.c >&5 configure:3640: $? = 0 configure:3663: result: none needed configure:3683: checking dependency style of gcc configure:3774: result: gcc3 configure:3789: checking whether make sets $(MAKE) configure:3810: result: yes configure:3832: checking for a BSD-compatible install configure:3888: result: /usr/local/bin/ginstall -c configure:3899: checking whether ln -s works configure:3903: result: yes configure:3953: checking for ranlib configure:3969: found /usr/bin/ranlib configure:3980: result: ranlib configure:4010: checking for glBegin in -lGL configure:4045: gcc -o conftest -g -O2 conftest.c -lGL >&5 /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status configure:4051: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | /* 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 glBegin (); | int | main () | { | return glBegin (); | ; | return 0; | } configure:4069: result: no configure:4081: checking for main in -lIrrlicht configure:4110: gcc -o conftest -g -O2 conftest.c -lIrrlicht >&5 /usr/bin/ld: cannot find -lIrrlicht collect2: ld returned 1 exit status configure:4116: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:4134: result: no configure:4146: checking for XDrawLine in -lX11 configure:4181: gcc -o conftest -g -O2 conftest.c -lX11 >&5 /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status configure:4187: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | /* 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 XDrawLine (); | int | main () | { | return XDrawLine (); | ; | return 0; | } configure:4205: result: no configure:4217: checking for DPMSEnable in -lXext configure:4252: gcc -o conftest -g -O2 conftest.c -lXext >&5 /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status configure:4258: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | /* 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 DPMSEnable (); | int | main () | { | return DPMSEnable (); | ; | return 0; | } configure:4276: result: no configure:4288: checking for XF86VidModeGetModeLine in -lXxf86vm configure:4323: gcc -o conftest -g -O2 conftest.c -lXxf86vm >&5 /usr/bin/ld: cannot find -lXxf86vm collect2: ld returned 1 exit status configure:4329: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | /* 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 XF86VidModeGetModeLine (); | int | main () | { | return XF86VidModeGetModeLine (); | ; | return 0; | } configure:4347: result: no configure:4359: checking for sin in -lm configure:4394: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:17: warning: conflicting types for built-in function 'sin' configure:4400: $? = 0 configure:4418: result: yes configure:4436: checking how to run the C preprocessor configure:4476: gcc -E conftest.c configure:4482: $? = 0 configure:4513: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4519: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:4552: result: gcc -E configure:4581: gcc -E conftest.c configure:4587: $? = 0 configure:4618: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4624: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:4662: checking for grep that handles long lines and -e configure:4736: result: /usr/bin/grep configure:4741: checking for egrep configure:4819: result: /usr/bin/grep -E configure:4824: checking for ANSI C header files configure:4854: gcc -c -g -O2 conftest.c >&5 configure:4860: $? = 0 configure:4959: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4962: $? = 0 configure:4968: ./conftest configure:4971: $? = 0 configure:4988: result: yes configure:5012: checking for sys/types.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for sys/stat.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for stdlib.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for string.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for memory.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for strings.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for inttypes.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for stdint.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5012: checking for unistd.h configure:5033: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5055: result: yes configure:5092: checking arpa/inet.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking arpa/inet.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for arpa/inet.h configure:5209: result: yes configure:5092: checking fcntl.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking fcntl.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for fcntl.h configure:5209: result: yes configure:5092: checking limits.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking limits.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for limits.h configure:5209: result: yes configure:5092: checking netdb.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking netdb.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for netdb.h configure:5209: result: yes configure:5092: checking netinet/in.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking netinet/in.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for netinet/in.h configure:5209: result: yes configure:5082: checking for stdint.h configure:5088: result: yes configure:5082: checking for stdlib.h configure:5088: result: yes configure:5082: checking for string.h configure:5088: result: yes configure:5092: checking sys/socket.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking sys/socket.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for sys/socket.h configure:5209: result: yes configure:5092: checking sys/time.h usability configure:5109: gcc -c -g -O2 conftest.c >&5 configure:5115: $? = 0 configure:5129: result: yes configure:5133: checking sys/time.h presence configure:5148: gcc -E conftest.c configure:5154: $? = 0 configure:5168: result: yes configure:5201: checking for sys/time.h configure:5209: result: yes configure:5082: checking for unistd.h configure:5088: result: yes configure:5224: checking for stdbool.h that conforms to C99 configure:5317: gcc -c -g -O2 conftest.c >&5 configure:5323: $? = 0 configure:5338: result: yes configure:5340: checking for _Bool configure:5370: gcc -c -g -O2 conftest.c >&5 configure:5376: $? = 0 configure:5391: result: yes configure:5410: checking for an ANSI C-conforming const configure:5485: gcc -c -g -O2 conftest.c >&5 configure:5491: $? = 0 configure:5506: result: yes configure:5516: checking for inline configure:5542: gcc -c -g -O2 conftest.c >&5 configure:5548: $? = 0 configure:5566: result: inline configure:5585: checking for size_t configure:5615: gcc -c -g -O2 conftest.c >&5 configure:5621: $? = 0 configure:5636: result: yes configure:5648: checking for ssize_t configure:5678: gcc -c -g -O2 conftest.c >&5 configure:5684: $? = 0 configure:5699: result: yes configure:5711: checking whether time.h and sys/time.h may both be included configure:5741: gcc -c -g -O2 conftest.c >&5 configure:5747: $? = 0 configure:5762: result: yes configure:5773: checking for uint16_t configure:5804: gcc -c -g -O2 conftest.c >&5 configure:5810: $? = 0 configure:5831: result: yes configure:5851: checking for stdlib.h configure:5857: result: yes configure:5991: checking for GNU libc compatible malloc configure:6025: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6028: $? = 0 configure:6034: ./conftest configure:6037: $? = 0 configure:6053: result: yes configure:6086: checking for stdlib.h configure:6092: result: yes configure:6226: checking for GNU libc compatible realloc configure:6260: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6263: $? = 0 configure:6269: ./conftest configure:6272: $? = 0 configure:6288: result: yes configure:6332: checking sys/select.h usability configure:6349: gcc -c -g -O2 conftest.c >&5 configure:6355: $? = 0 configure:6369: result: yes configure:6373: checking sys/select.h presence configure:6388: gcc -E conftest.c configure:6394: $? = 0 configure:6408: result: yes configure:6441: checking for sys/select.h configure:6449: result: yes configure:6322: checking for sys/socket.h configure:6328: result: yes configure:6462: checking types of arguments for select configure:6500: gcc -c -g -O2 conftest.c >&5 configure:6506: $? = 0 configure:6527: result: int,fd_set *,struct timeval * configure:6554: checking for vprintf configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:67: warning: conflicting types for built-in function 'vprintf' configure:6616: $? = 0 configure:6634: result: yes configure:6641: checking for _doprnt configure:6697: gcc -o conftest -g -O2 conftest.c -lm >&5 /var/tmp//ccwFAWDM.o(.text+0x12): In function `main': /u/epitech_2010s/chary_c/cu/rendu/c/zappy/conftest.c:79: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:6703: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "zappy" | #define PACKAGE_TARNAME "zappy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "zappy 0.1" | #define PACKAGE_BUGREPORT "chary_c@epitech.net" | #define PACKAGE "zappy" | #define VERSION "0.1" | #define HAVE_LIBM 1 | #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_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:6720: result: no configure:6751: checking for gethostbyname configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for gettimeofday configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for inet_ntoa configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for memmove configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:71: warning: conflicting types for built-in function 'memmove' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for memset configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:72: warning: conflicting types for built-in function 'memset' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for select configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for socket configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strcasecmp configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:75: warning: conflicting types for built-in function 'strcasecmp' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strchr configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:76: warning: conflicting types for built-in function 'strchr' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strdup configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:77: warning: conflicting types for built-in function 'strdup' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strerror configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strpbrk configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:79: warning: conflicting types for built-in function 'strpbrk' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strstr configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:80: warning: conflicting types for built-in function 'strstr' configure:6813: $? = 0 configure:6831: result: yes configure:6751: checking for strtol configure:6807: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:6813: $? = 0 configure:6831: result: yes configure:6966: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by zappy config.status 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on atat config.status:652: creating Makefile config.status:652: creating liberr/Makefile config.status:652: creating liblist/Makefile config.status:652: creating libcbuf/Makefile config.status:652: creating libxalloc/Makefile config.status:652: creating libstrl/Makefile config.status:652: creating libheap/Makefile config.status:652: creating libevent/Makefile config.status:652: creating libbuf/Makefile config.status:652: creating server/Makefile config.status:652: creating config.h config.status:971: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_uint16_t=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_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_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func__doprnt=no ac_cv_func_gethostbyname=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_ntoa=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strpbrk=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_vprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=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_select_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_time=yes ac_cv_header_unistd_h=yes ac_cv_lib_GL_glBegin=no ac_cv_lib_Irrlicht_main=no ac_cv_lib_X11_XDrawLine=no ac_cv_lib_Xext_DPMSEnable=no ac_cv_lib_Xxf86vm_XF86VidModeGetModeLine=no ac_cv_lib_m_sin=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_path_mkdir=/usr/local/bin/gmkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ 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_type__Bool=yes ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run tar' AUTOCONF='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run autoconf' AUTOHEADER='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run autoheader' AUTOMAKE='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /u/epitech_2010s/chary_c/cu/rendu/c/zappy/missing --run makeinfo' OBJEXT='o' PACKAGE='zappy' PACKAGE_BUGREPORT='chary_c@epitech.net' PACKAGE_NAME='zappy' PACKAGE_STRING='zappy 0.1' PACKAGE_TARNAME='zappy' PACKAGE_VERSION='0.1' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='0.1' ac_ct_CC='gcc' ac_ct_CXX='g++' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /u/epitech_2010s/chary_c/cu/rendu/c/zappy/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/local/bin/gmkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "zappy" #define PACKAGE_TARNAME "zappy" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "zappy 0.1" #define PACKAGE_BUGREPORT "chary_c@epitech.net" #define PACKAGE "zappy" #define VERSION "0.1" #define HAVE_LIBM 1 #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_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_VPRINTF 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INET_NTOA 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRPBRK 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by zappy config.status 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on atat config.status:652: creating config.h config.status:925: config.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by zappy config.status 0.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on maya.epitech.net config.status:652: creating config.h config.status:925: config.h is unchanged