This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --prefix=/usr/lib/firebird --enable-superserver=yes --with-system-editline=yes --with-system-icu --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /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: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2158: checking whether make sets $(MAKE) configure:2180: result: yes configure:2220: checking build system type configure:2238: result: i686-uhu-linux-gnu configure:2260: checking host system type configure:2275: result: i686-uhu-linux-gnu configure:2297: checking target system type configure:2312: result: i686-uhu-linux-gnu configure:2837: checking for i686-uhu-linux-gcc configure:2853: found /usr/bin/i686-uhu-linux-gcc configure:2864: result: i686-uhu-linux-gcc configure:3136: checking for C compiler version configure:3144: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 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:3148: $? = 0 configure:3155: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3159: $? = 0 configure:3166: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3170: $? = 1 configure:3193: checking for C compiler default output file name configure:3215: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3219: $? = 0 configure:3257: result: a.out configure:3276: checking whether the C compiler works configure:3286: ./a.out configure:3290: $? = 0 configure:3309: result: yes configure:3316: checking whether we are cross compiling configure:3318: result: no configure:3321: checking for suffix of executables configure:3328: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3332: $? = 0 configure:3358: result: configure:3364: checking for suffix of object files configure:3390: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3394: $? = 0 configure:3419: result: o configure:3423: checking whether we are using the GNU C compiler configure:3452: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3459: $? = 0 configure:3476: result: yes configure:3485: checking whether i686-uhu-linux-gcc accepts -g configure:3515: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3522: $? = 0 configure:3623: result: yes configure:3640: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3714: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3721: $? = 0 configure:3744: result: none needed configure:3783: checking for /proc/self/maps configure:3798: result: yes configure:3801: checking whether everything is installed to the same prefix configure:3817: result: no configure:3820: checking whether binary relocation support should be enabled configure:3838: result: no configure:4213: checking for the pthreads library -lpthreads configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:4286: result: no configure:4158: checking whether pthreads work without any flags configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccNEBR13.o: In function `main': conftest.c:(.text.startup+0x19): undefined reference to `pthread_join' conftest.c:(.text.startup+0x46): undefined reference to `__pthread_register_cancel' conftest.c:(.text.startup+0x6a): undefined reference to `pthread_create' conftest.c:(.text.startup+0x73): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:4286: result: no configure:4163: checking whether pthreads work with -Kthread configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:4286: result: no configure:4163: checking whether pthreads work with -kthread configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:4286: result: no configure:4213: checking for the pthreads library -llthread configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:4263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:4286: result: no configure:4163: checking whether pthreads work with -pthread configure:4256: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:4263: $? = 0 configure:4286: result: yes configure:4306: checking for joinable pthread attribute configure:4329: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:4336: $? = 0 configure:4411: result: PTHREAD_CREATE_JOINABLE configure:4418: checking if more special flags are required for pthreads configure:4425: result: no configure:4437: checking for cc_r configure:4465: result: i686-uhu-linux-gcc configure:4558: checking for readline in -ledit configure:4593: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ledit >&5 /usr/bin/ld: cannot find -ledit collect2: error: ld returned 1 exit status configure:4600: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 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 readline (); | int | main () | { | return readline (); | ; | return 0; | } configure:4621: result: no configure:4626: checking for readline in -leditline configure:4661: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -leditline >&5 /usr/bin/ld: cannot find -leditline collect2: error: ld returned 1 exit status configure:4668: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 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 readline (); | int | main () | { | return readline (); | ; | return 0; | } configure:4689: result: no configure:4694: checking for readline in -lreadline configure:4729: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lreadline >&5 configure:4736: $? = 0 configure:4757: result: yes configure:5286: checking for gawk configure:5302: found /bin/gawk configure:5313: result: gawk configure:5326: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:5485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:82:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:136:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:136:18: error: 'newvar' undeclared (first use in this function) conftest.c:136:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:146:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:146:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5492: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5485: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:5492: $? = 0 configure:5522: result: -std=gnu99 configure:5653: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:5664: result: -std=gnu99 configure:5674: checking how to run the C preprocessor configure:5714: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5721: $? = 0 configure:5752: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5759: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | /* end confdefs.h. */ | #include configure:5792: result: i686-uhu-linux-gcc -std=gnu99 -E configure:5821: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:5828: $? = 0 configure:5859: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5866: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | /* end confdefs.h. */ | #include configure:5906: checking for grep that handles long lines and -e configure:5966: result: /bin/grep configure:5971: checking for egrep configure:6035: result: /bin/grep -E configure:6041: checking whether i686-uhu-linux-gcc -std=gnu99 needs -traditional configure:6083: result: no configure:6104: checking for i686-uhu-linux-g++ configure:6120: found /usr/bin/i686-uhu-linux-g++ configure:6131: result: i686-uhu-linux-g++ configure:6202: checking for C++ compiler version configure:6210: i686-uhu-linux-g++ --version >&5 i686-uhu-linux-g++ (GCC) 4.8.3 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:6214: $? = 0 configure:6221: i686-uhu-linux-g++ -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:6225: $? = 0 configure:6232: i686-uhu-linux-g++ -V >&5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:6236: $? = 1 configure:6239: checking whether we are using the GNU C++ compiler configure:6268: i686-uhu-linux-g++ -c -pthread conftest.cpp >&5 configure:6275: $? = 0 configure:6292: result: yes configure:6301: checking whether i686-uhu-linux-g++ accepts -g configure:6331: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:6338: $? = 0 configure:6439: result: yes configure:6467: checking how to run the C preprocessor configure:6585: result: i686-uhu-linux-gcc -std=gnu99 -E configure:6614: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:6621: $? = 0 configure:6652: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6659: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | /* end confdefs.h. */ | #include configure:6712: checking for a BSD-compatible install configure:6780: result: /bin/install -c configure:6791: checking whether ln -s works configure:6795: result: yes configure:6806: checking whether make sets $(MAKE) configure:6828: result: yes configure:6909: checking for a sed that does not truncate output configure:6963: result: /bin/sed configure:6977: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:7044: result: /usr/bin/ld configure:7053: checking if the linker (/usr/bin/ld) is GNU ld configure:7068: result: yes configure:7073: checking for /usr/bin/ld option to reload object files configure:7080: result: -r configure:7098: checking for BSD-compatible nm configure:7147: result: /usr/bin/nm -B configure:7151: checking how to recognise dependent libraries configure:7327: result: pass_all configure:7837: checking for ANSI C header files configure:7867: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:7874: $? = 0 configure:7973: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:7977: $? = 0 configure:7983: ./conftest configure:7987: $? = 0 configure:8005: result: yes configure:8029: checking for sys/types.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for sys/stat.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for stdlib.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for string.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for memory.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for strings.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for inttypes.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for stdint.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8029: checking for unistd.h configure:8050: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8057: $? = 0 configure:8074: result: yes configure:8104: checking dlfcn.h usability configure:8121: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8128: $? = 0 configure:8142: result: yes configure:8146: checking dlfcn.h presence configure:8161: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:8168: $? = 0 configure:8182: result: yes configure:8210: checking for dlfcn.h configure:8219: result: yes configure:8244: checking how to run the C++ preprocessor configure:8280: i686-uhu-linux-g++ -E conftest.cpp configure:8287: $? = 0 configure:8318: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:43:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8325: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:8358: result: i686-uhu-linux-g++ -E configure:8387: i686-uhu-linux-g++ -E conftest.cpp configure:8394: $? = 0 configure:8425: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:43:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8432: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:8483: checking for i686-uhu-linux-g77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-xlf configure:8513: result: no configure:8483: checking for i686-uhu-linux-f77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-frt configure:8513: result: no configure:8483: checking for i686-uhu-linux-pgf77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-cf77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-fort77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-fl32 configure:8513: result: no configure:8483: checking for i686-uhu-linux-af77 configure:8513: result: no configure:8483: checking for i686-uhu-linux-xlf90 configure:8513: result: no configure:8483: checking for i686-uhu-linux-f90 configure:8513: result: no configure:8483: checking for i686-uhu-linux-pgf90 configure:8513: result: no configure:8483: checking for i686-uhu-linux-pghpf configure:8513: result: no configure:8483: checking for i686-uhu-linux-epcf90 configure:8513: result: no configure:8483: checking for i686-uhu-linux-gfortran configure:8513: result: no configure:8483: checking for i686-uhu-linux-g95 configure:8513: result: no configure:8483: checking for i686-uhu-linux-xlf95 configure:8513: result: no configure:8483: checking for i686-uhu-linux-f95 configure:8513: result: no configure:8483: checking for i686-uhu-linux-fort configure:8513: result: no configure:8483: checking for i686-uhu-linux-ifort configure:8513: result: no configure:8483: checking for i686-uhu-linux-ifc configure:8513: result: no configure:8483: checking for i686-uhu-linux-efc configure:8513: result: no configure:8483: checking for i686-uhu-linux-pgf95 configure:8513: result: no configure:8483: checking for i686-uhu-linux-lf95 configure:8513: result: no configure:8483: checking for i686-uhu-linux-ftn configure:8513: result: no configure:8527: checking for g77 configure:8557: result: no configure:8527: checking for xlf configure:8557: result: no configure:8527: checking for f77 configure:8557: result: no configure:8527: checking for frt configure:8557: result: no configure:8527: checking for pgf77 configure:8557: result: no configure:8527: checking for cf77 configure:8557: result: no configure:8527: checking for fort77 configure:8557: result: no configure:8527: checking for fl32 configure:8557: result: no configure:8527: checking for af77 configure:8557: result: no configure:8527: checking for xlf90 configure:8557: result: no configure:8527: checking for f90 configure:8557: result: no configure:8527: checking for pgf90 configure:8557: result: no configure:8527: checking for pghpf configure:8557: result: no configure:8527: checking for epcf90 configure:8557: result: no configure:8527: checking for gfortran configure:8557: result: no configure:8527: checking for g95 configure:8557: result: no configure:8527: checking for xlf95 configure:8557: result: no configure:8527: checking for f95 configure:8557: result: no configure:8527: checking for fort configure:8557: result: no configure:8527: checking for ifort configure:8557: result: no configure:8527: checking for ifc configure:8557: result: no configure:8527: checking for efc configure:8557: result: no configure:8527: checking for pgf95 configure:8557: result: no configure:8527: checking for lf95 configure:8557: result: no configure:8527: checking for ftn configure:8557: result: no configure:8580: checking for Fortran 77 compiler version configure:8588: --version >&5 ./configure: line 8590: --version: command not found configure:8592: $? = 127 configure:8599: -v >&5 ./configure: line 8601: -v: command not found configure:8603: $? = 127 configure:8610: -V >&5 ./configure: line 8612: -V: command not found configure:8614: $? = 127 configure:8622: checking whether we are using the GNU Fortran 77 compiler configure:8641: -c conftest.F >&5 ./configure: line 8643: -c: command not found configure:8648: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:8665: result: no configure:8671: checking whether accepts -g configure:8688: -c -g conftest.f >&5 ./configure: line 8690: -c: command not found configure:8695: $? = 127 configure: failed program was: | program main | | end configure:8711: result: no configure:8745: checking the maximum length of command line arguments configure:8854: result: 32768 configure:8865: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:8970: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:8973: $? = 0 configure:8977: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:8980: $? = 0 configure:9032: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c conftstm.o >&5 configure:9035: $? = 0 configure:9073: result: ok configure:9077: checking for objdir configure:9092: result: .libs configure:9144: checking for i686-uhu-linux-ar configure:9160: found /usr/bin/i686-uhu-linux-ar configure:9171: result: i686-uhu-linux-ar configure:9236: checking for i686-uhu-linux-ranlib configure:9266: result: no configure:9276: checking for ranlib configure:9292: found /usr/bin/ranlib configure:9303: result: ranlib configure:9328: checking for i686-uhu-linux-strip configure:9358: result: no configure:9368: checking for strip configure:9384: found /usr/bin/strip configure:9395: result: strip configure:9628: checking for correct ltmain.sh version configure:9678: result: yes configure:9738: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:9756: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:9760: $? = 0 configure:9773: result: no configure:9788: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9998: result: -fPIC configure:10006: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC works configure:10024: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread -fPIC -DPIC conftest.c >&5 configure:10028: $? = 0 configure:10041: result: yes configure:10069: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:10097: result: yes configure:10107: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:10128: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread -o out/conftest2.o conftest.c >&5 configure:10132: $? = 0 configure:10154: result: yes configure:10180: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:11142: result: yes configure:11163: checking whether -lc should be explicitly linked in configure:11168: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:11171: $? = 0 configure:11186: i686-uhu-linux-gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:11189: $? = 0 configure:11201: result: no configure:11209: checking dynamic linker characteristics configure:11834: result: GNU/Linux ld.so configure:11843: checking how to hardcode library paths into programs configure:11868: result: immediate configure:11882: checking whether stripping libraries is possible configure:11887: result: yes configure:12014: checking for shl_load configure:12070: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 /tmp/cc7zDKhF.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:12077: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:12097: result: no configure:12102: checking for shl_load in -ldld configure:12137: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:12144: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:12165: result: no configure:12170: checking for dlopen configure:12226: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 /tmp/ccOycqlP.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:12233: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* 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 dlopen (); | /* 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_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:12253: result: no configure:12258: checking for dlopen in -ldl configure:12293: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ldl >&5 configure:12300: $? = 0 configure:12321: result: yes configure:12498: checking whether a program can dlopen itself configure:12572: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:12568:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] ^ configure:12568:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:12575: $? = 0 configure:12593: result: yes configure:12598: checking whether a statically linked program can dlopen itself configure:12672: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure: In function 'main': configure:12668:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] ^ configure:12668:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] /tmp/ccmJCPY7.o: In function `main': conftest.c:(.text.startup+0x1a): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie collect2: error: ld returned 1 exit status configure:12675: $? = 1 configure:12693: result: no configure:12716: checking if libtool supports shared libraries configure:12718: result: yes configure:12721: checking whether to build shared libraries configure:12742: result: yes configure:12745: checking whether to build static libraries configure:12749: result: no configure:12841: creating libtool configure:13429: checking for ld used by i686-uhu-linux-g++ configure:13496: result: /usr/bin/ld configure:13505: checking if the linker (/usr/bin/ld) is GNU ld configure:13520: result: yes configure:13571: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14513: result: yes configure:14531: i686-uhu-linux-g++ -c -pthread conftest.cpp >&5 configure:14534: $? = 0 configure:14653: checking for i686-uhu-linux-g++ option to produce PIC configure:14927: result: -fPIC configure:14935: checking if i686-uhu-linux-g++ PIC flag -fPIC works configure:14953: i686-uhu-linux-g++ -c -pthread -fPIC -DPIC conftest.cpp >&5 configure:14957: $? = 0 configure:14970: result: yes configure:14998: checking if i686-uhu-linux-g++ static flag -static works configure:15026: result: yes configure:15036: checking if i686-uhu-linux-g++ supports -c -o file.o configure:15057: i686-uhu-linux-g++ -c -pthread -o out/conftest2.o conftest.cpp >&5 configure:15061: $? = 0 configure:15083: result: yes configure:15109: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:15134: result: yes configure:15201: checking dynamic linker characteristics configure:15826: result: GNU/Linux ld.so configure:15835: checking how to hardcode library paths into programs configure:15860: result: immediate configure:22099: checking for dirent.h that defines DIR configure:22128: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22135: $? = 0 configure:22152: result: yes configure:22167: checking for library containing opendir configure:22208: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22215: $? = 0 configure:22246: result: none required configure:22344: checking for ANSI C header files configure:22512: result: yes configure:22522: checking for sys/wait.h that is POSIX.1 compatible configure:22558: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22565: $? = 0 configure:22580: result: yes configure:22606: checking assert.h usability configure:22623: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22630: $? = 0 configure:22644: result: yes configure:22648: checking assert.h presence configure:22663: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:22670: $? = 0 configure:22684: result: yes configure:22712: checking for assert.h configure:22721: result: yes configure:22752: checking ctype.h usability configure:22769: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22776: $? = 0 configure:22790: result: yes configure:22794: checking ctype.h presence configure:22809: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:22816: $? = 0 configure:22830: result: yes configure:22858: checking for ctype.h configure:22867: result: yes configure:22898: checking errno.h usability configure:22915: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:22922: $? = 0 configure:22936: result: yes configure:22940: checking errno.h presence configure:22955: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:22962: $? = 0 configure:22976: result: yes configure:23004: checking for errno.h configure:23013: result: yes configure:23044: checking fcntl.h usability configure:23061: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23068: $? = 0 configure:23082: result: yes configure:23086: checking fcntl.h presence configure:23101: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23108: $? = 0 configure:23122: result: yes configure:23150: checking for fcntl.h configure:23159: result: yes configure:23190: checking grp.h usability configure:23207: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23214: $? = 0 configure:23228: result: yes configure:23232: checking grp.h presence configure:23247: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23254: $? = 0 configure:23268: result: yes configure:23296: checking for grp.h configure:23305: result: yes configure:23336: checking pwd.h usability configure:23353: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23360: $? = 0 configure:23374: result: yes configure:23378: checking pwd.h presence configure:23393: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23400: $? = 0 configure:23414: result: yes configure:23442: checking for pwd.h configure:23451: result: yes configure:23482: checking libio.h usability configure:23499: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23506: $? = 0 configure:23520: result: yes configure:23524: checking libio.h presence configure:23539: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23546: $? = 0 configure:23560: result: yes configure:23588: checking for libio.h configure:23597: result: yes configure:23628: checking locale.h usability configure:23645: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23652: $? = 0 configure:23666: result: yes configure:23670: checking locale.h presence configure:23685: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23692: $? = 0 configure:23706: result: yes configure:23734: checking for locale.h configure:23743: result: yes configure:23774: checking math.h usability configure:23791: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23798: $? = 0 configure:23812: result: yes configure:23816: checking math.h presence configure:23831: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23838: $? = 0 configure:23852: result: yes configure:23880: checking for math.h configure:23889: result: yes configure:23920: checking pthread.h usability configure:23937: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:23944: $? = 0 configure:23958: result: yes configure:23962: checking pthread.h presence configure:23977: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23984: $? = 0 configure:23998: result: yes configure:24026: checking for pthread.h configure:24035: result: yes configure:24055: checking for sys/types.h configure:24062: result: yes configure:24201: checking for sys/stat.h configure:24208: result: yes configure:24358: checking sys/uio.h usability configure:24375: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:24382: $? = 0 configure:24396: result: yes configure:24400: checking sys/uio.h presence configure:24415: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24422: $? = 0 configure:24436: result: yes configure:24464: checking for sys/uio.h configure:24473: result: yes configure:24488: checking for sys/wait.h that is POSIX.1 compatible configure:24546: result: yes configure:24556: checking whether time.h and sys/time.h may both be included configure:24586: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:24593: $? = 0 configure:24608: result: yes configure:24634: checking sys/time.h usability configure:24651: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:24658: $? = 0 configure:24672: result: yes configure:24676: checking sys/time.h presence configure:24691: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24698: $? = 0 configure:24712: result: yes configure:24740: checking for sys/time.h configure:24749: result: yes configure:24780: checking sys/timeb.h usability configure:24797: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:24804: $? = 0 configure:24818: result: yes configure:24822: checking sys/timeb.h presence configure:24837: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24844: $? = 0 configure:24858: result: yes configure:24886: checking for sys/timeb.h configure:24895: result: yes configure:24926: checking sys/param.h usability configure:24943: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:24950: $? = 0 configure:24964: result: yes configure:24968: checking sys/param.h presence configure:24983: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24990: $? = 0 configure:25004: result: yes configure:25032: checking for sys/param.h configure:25041: result: yes configure:25072: checking sys/mount.h usability configure:25089: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25096: $? = 0 configure:25110: result: yes configure:25114: checking sys/mount.h presence configure:25129: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25136: $? = 0 configure:25150: result: yes configure:25178: checking for sys/mount.h configure:25187: result: yes configure:25218: checking sys/ioctl.h usability configure:25235: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25242: $? = 0 configure:25256: result: yes configure:25260: checking sys/ioctl.h presence configure:25275: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25282: $? = 0 configure:25296: result: yes configure:25324: checking for sys/ioctl.h configure:25333: result: yes configure:25364: checking sys/select.h usability configure:25381: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25388: $? = 0 configure:25402: result: yes configure:25406: checking sys/select.h presence configure:25421: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25428: $? = 0 configure:25442: result: yes configure:25470: checking for sys/select.h configure:25479: result: yes configure:25510: checking limits.h usability configure:25527: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25534: $? = 0 configure:25548: result: yes configure:25552: checking limits.h presence configure:25567: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25574: $? = 0 configure:25588: result: yes configure:25616: checking for limits.h configure:25625: result: yes configure:25656: checking setjmp.h usability configure:25673: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25680: $? = 0 configure:25694: result: yes configure:25698: checking setjmp.h presence configure:25713: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25720: $? = 0 configure:25734: result: yes configure:25762: checking for setjmp.h configure:25771: result: yes configure:25802: checking stdarg.h usability configure:25819: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:25826: $? = 0 configure:25840: result: yes configure:25844: checking stdarg.h presence configure:25859: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25866: $? = 0 configure:25880: result: yes configure:25908: checking for stdarg.h configure:25917: result: yes configure:25937: checking for stdlib.h configure:25944: result: yes configure:26083: checking for string.h configure:26090: result: yes configure:26242: checking signal.h usability configure:26259: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:26266: $? = 0 configure:26280: result: yes configure:26284: checking signal.h presence configure:26299: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:26306: $? = 0 configure:26320: result: yes configure:26348: checking for signal.h configure:26357: result: yes configure:26242: checking sys/signal.h usability configure:26259: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:26266: $? = 0 configure:26280: result: yes configure:26284: checking sys/signal.h presence configure:26299: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:26306: $? = 0 configure:26320: result: yes configure:26348: checking for sys/signal.h configure:26357: result: yes configure:26242: checking sys/siginfo.h usability configure:26259: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:107:25: fatal error: sys/siginfo.h: No such file or directory #include ^ compilation terminated. configure:26266: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26280: result: no configure:26284: checking sys/siginfo.h presence configure:26299: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:74:25: fatal error: sys/siginfo.h: No such file or directory #include ^ compilation terminated. configure:26306: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | /* end confdefs.h. */ | #include configure:26320: result: no configure:26348: checking for sys/siginfo.h configure:26357: result: no configure:26389: checking termio.h usability configure:26406: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:26413: $? = 0 configure:26427: result: yes configure:26431: checking termio.h presence configure:26446: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:26453: $? = 0 configure:26467: result: yes configure:26495: checking for termio.h configure:26504: result: yes configure:26389: checking termios.h usability configure:26406: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:26413: $? = 0 configure:26427: result: yes configure:26431: checking termios.h presence configure:26446: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:26453: $? = 0 configure:26467: result: yes configure:26495: checking for termios.h configure:26504: result: yes configure:26528: checking for dirent.h that defines DIR configure:26581: result: yes configure:26596: checking for library containing opendir configure:26675: result: none required configure:26784: checking for unistd.h configure:26791: result: yes configure:26941: checking varargs.h usability configure:26958: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 In file included from conftest.c:112:0: /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:4:2: error: #error "GCC no longer implements ." #error "GCC no longer implements ." ^ /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:5:2: error: #error "Revise your code to use ." #error "Revise your code to use ." ^ configure:26965: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26979: result: no configure:26983: checking varargs.h presence configure:26998: i686-uhu-linux-gcc -std=gnu99 -E conftest.c In file included from conftest.c:79:0: /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:4:2: error: #error "GCC no longer implements ." #error "GCC no longer implements ." ^ /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:5:2: error: #error "Revise your code to use ." #error "Revise your code to use ." ^ configure:27005: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:27019: result: no configure:27047: checking for varargs.h configure:27056: result: no configure:27087: checking crypt.h usability configure:27104: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27111: $? = 0 configure:27125: result: yes configure:27129: checking crypt.h presence configure:27144: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27151: $? = 0 configure:27165: result: yes configure:27193: checking for crypt.h configure:27202: result: yes configure:27235: checking netinet/in.h usability configure:27252: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27259: $? = 0 configure:27273: result: yes configure:27277: checking netinet/in.h presence configure:27292: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27299: $? = 0 configure:27313: result: yes configure:27341: checking for netinet/in.h configure:27350: result: yes configure:27235: checking rpc/rpc.h usability configure:27252: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27259: $? = 0 configure:27273: result: yes configure:27277: checking rpc/rpc.h presence configure:27292: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27299: $? = 0 configure:27313: result: yes configure:27341: checking for rpc/rpc.h configure:27350: result: yes configure:27235: checking netconfig.h usability configure:27252: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:115:23: fatal error: netconfig.h: No such file or directory #include ^ compilation terminated. configure:27259: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27273: result: no configure:27277: checking netconfig.h presence configure:27292: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:82:23: fatal error: netconfig.h: No such file or directory #include ^ compilation terminated. configure:27299: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | /* end confdefs.h. */ | #include configure:27313: result: no configure:27341: checking for netconfig.h configure:27350: result: no configure:27369: checking for rpc/xdr.h configure:27390: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27397: $? = 0 configure:27414: result: yes configure:27443: checking aio.h usability configure:27460: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27467: $? = 0 configure:27481: result: yes configure:27485: checking aio.h presence configure:27500: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27507: $? = 0 configure:27521: result: yes configure:27549: checking for aio.h configure:27558: result: yes configure:27592: checking mntent.h usability configure:27609: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27616: $? = 0 configure:27630: result: yes configure:27634: checking mntent.h presence configure:27649: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27656: $? = 0 configure:27670: result: yes configure:27698: checking for mntent.h configure:27707: result: yes configure:27592: checking mnttab.h usability configure:27609: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:118:20: fatal error: mnttab.h: No such file or directory #include ^ compilation terminated. configure:27616: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27630: result: no configure:27634: checking mnttab.h presence configure:27649: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:85:20: fatal error: mnttab.h: No such file or directory #include ^ compilation terminated. configure:27656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:27670: result: no configure:27698: checking for mnttab.h configure:27707: result: no configure:27592: checking sys/mntent.h usability configure:27609: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:118:24: fatal error: sys/mntent.h: No such file or directory #include ^ compilation terminated. configure:27616: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27630: result: no configure:27634: checking sys/mntent.h presence configure:27649: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:85:24: fatal error: sys/mntent.h: No such file or directory #include ^ compilation terminated. configure:27656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:27670: result: no configure:27698: checking for sys/mntent.h configure:27707: result: no configure:27592: checking sys/mnttab.h usability configure:27609: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:118:24: fatal error: sys/mnttab.h: No such file or directory #include ^ compilation terminated. configure:27616: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27630: result: no configure:27634: checking sys/mnttab.h presence configure:27649: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:85:24: fatal error: sys/mnttab.h: No such file or directory #include ^ compilation terminated. configure:27656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:27670: result: no configure:27698: checking for sys/mnttab.h configure:27707: result: no configure:27739: checking sys/ipc.h usability configure:27756: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27763: $? = 0 configure:27777: result: yes configure:27781: checking sys/ipc.h presence configure:27796: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27803: $? = 0 configure:27817: result: yes configure:27845: checking for sys/ipc.h configure:27854: result: yes configure:27739: checking sys/file.h usability configure:27756: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27763: $? = 0 configure:27777: result: yes configure:27781: checking sys/file.h presence configure:27796: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27803: $? = 0 configure:27817: result: yes configure:27845: checking for sys/file.h configure:27854: result: yes configure:27888: checking socket.h usability configure:27905: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:120:20: fatal error: socket.h: No such file or directory #include ^ compilation terminated. configure:27912: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27926: result: no configure:27930: checking socket.h presence configure:27945: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:87:20: fatal error: socket.h: No such file or directory #include ^ compilation terminated. configure:27952: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | #include configure:27966: result: no configure:27994: checking for socket.h configure:28003: result: no configure:27888: checking sys/socket.h usability configure:27905: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:27912: $? = 0 configure:27926: result: yes configure:27930: checking sys/socket.h presence configure:27945: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:27952: $? = 0 configure:27966: result: yes configure:27994: checking for sys/socket.h configure:28003: result: yes configure:27888: checking sys/sockio.h usability configure:27905: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:121:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:27912: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27926: result: no configure:27930: checking sys/sockio.h presence configure:27945: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:88:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:27952: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:27966: result: no configure:27994: checking for sys/sockio.h configure:28003: result: no configure:27888: checking winsock2.h usability configure:27905: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:121:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:27912: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:27926: result: no configure:27930: checking winsock2.h presence configure:27945: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:88:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:27952: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:27966: result: no configure:27994: checking for winsock2.h configure:28003: result: no configure:28034: checking sys/resource.h usability configure:28051: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:28058: $? = 0 configure:28072: result: yes configure:28076: checking sys/resource.h presence configure:28091: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:28098: $? = 0 configure:28112: result: yes configure:28140: checking for sys/resource.h configure:28149: result: yes configure:28180: checking sys/sem.h usability configure:28197: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:28204: $? = 0 configure:28218: result: yes configure:28222: checking sys/sem.h presence configure:28237: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:28244: $? = 0 configure:28258: result: yes configure:28286: checking for sys/sem.h configure:28295: result: yes configure:28326: checking semaphore.h usability configure:28343: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:28350: $? = 0 configure:28364: result: yes configure:28368: checking semaphore.h presence configure:28383: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:28390: $? = 0 configure:28404: result: yes configure:28432: checking for semaphore.h configure:28441: result: yes configure:28472: checking float.h usability configure:28489: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:28496: $? = 0 configure:28510: result: yes configure:28514: checking float.h presence configure:28529: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:28536: $? = 0 configure:28550: result: yes configure:28578: checking for float.h configure:28587: result: yes configure:28618: checking atomic.h usability configure:28635: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:125:20: fatal error: atomic.h: No such file or directory #include ^ compilation terminated. configure:28642: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:28656: result: no configure:28660: checking atomic.h presence configure:28675: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:92:20: fatal error: atomic.h: No such file or directory #include ^ compilation terminated. configure:28682: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include configure:28696: result: no configure:28724: checking for atomic.h configure:28733: result: no configure:28764: checking atomic_ops.h usability configure:28781: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:125:24: fatal error: atomic_ops.h: No such file or directory #include ^ compilation terminated. configure:28788: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:28802: result: no configure:28806: checking atomic_ops.h presence configure:28821: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:92:24: fatal error: atomic_ops.h: No such file or directory #include ^ compilation terminated. configure:28828: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include configure:28842: result: no configure:28870: checking for atomic_ops.h configure:28879: result: no configure:28910: checking utime.h usability configure:28927: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:28934: $? = 0 configure:28948: result: yes configure:28952: checking utime.h presence configure:28967: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:28974: $? = 0 configure:28988: result: yes configure:29016: checking for utime.h configure:29025: result: yes configure:29056: checking poll.h usability configure:29073: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:29080: $? = 0 configure:29094: result: yes configure:29098: checking poll.h presence configure:29113: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:29120: $? = 0 configure:29134: result: yes configure:29162: checking for poll.h configure:29171: result: yes configure:29187: checking for library containing dlopen configure:29228: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 /tmp/ccE3Zop7.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:29235: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 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 dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:29228: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ldl >&5 configure:29235: $? = 0 configure:29266: result: -ldl configure:29275: checking for main in -lm configure:29304: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl >&5 configure:29311: $? = 0 configure:29332: result: yes configure:29344: checking for tgetent in -lcurses configure:29379: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lcurses -lm -ldl >&5 configure:29386: $? = 0 configure:29407: result: yes configure:29635: checking for library containing inet_aton configure:29676: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:29683: $? = 0 configure:29714: result: none required configure:29723: checking for library containing atomic_inc configure:29764: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 /tmp/ccDCN8Gp.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `atomic_inc' collect2: error: ld returned 1 exit status configure:29771: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 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 atomic_inc (); | int | main () | { | return atomic_inc (); | ; | return 0; | } configure:29764: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -latomic -lm -ldl -lcurses >&5 /tmp/ccR0YQXu.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `atomic_inc' collect2: error: ld returned 1 exit status configure:29771: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 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 atomic_inc (); | int | main () | { | return atomic_inc (); | ; | return 0; | } configure:29802: result: no configure:29810: checking for main in -latomic_ops configure:29839: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -latomic_ops -lm -ldl -lcurses >&5 /usr/bin/ld: cannot find -latomic_ops collect2: error: ld returned 1 exit status configure:29846: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:29867: result: no configure:29881: checking for main in -lsupc++ configure:29910: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lsupc++ -lm -ldl -lcurses >&5 configure:29917: $? = 0 configure:29938: result: yes configure:29944: checking for main in -lgcc_eh configure:29973: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lgcc_eh -lm -ldl -lcurses >&5 configure:29980: $? = 0 configure:30001: result: yes configure:30036: i686-uhu-linux-g++ -c -pthread conftest.cpp >&5 configure:30043: $? = 0 configure:30084: i686-uhu-linux-g++ -c -pthread conftest.cpp >&5 configure:30091: $? = 0 configure:30165: checking for gettimeofday configure:30221: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30228: $? = 0 configure:30250: result: yes configure:30263: checking if gettimeofday accepts second (timezone) argument configure:30286: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:30293: $? = 0 configure:30303: result: yes configure:30322: checking for time configure:30378: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30385: $? = 0 configure:30407: result: yes configure:30322: checking for times configure:30378: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30385: $? = 0 configure:30407: result: yes configure:30423: checking for nanosleep configure:30479: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30486: $? = 0 configure:30508: result: yes configure:30520: checking for library containing gethostname configure:30561: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30568: $? = 0 configure:30599: result: none required configure:30607: checking for library containing gethostbyname configure:30648: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30655: $? = 0 configure:30686: result: none required configure:30694: checking for library containing connect configure:30735: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:30742: $? = 0 configure:30773: result: none required configure:30786: checking for strcasecmp configure:30842: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:125:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:30849: $? = 0 configure:30871: result: yes configure:30786: checking for stricmp configure:30842: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 /tmp/cc39dWMO.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `stricmp' collect2: error: ld returned 1 exit status configure:30849: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | /* end confdefs.h. */ | /* Define stricmp to an innocuous variant, in case declares stricmp. | For example, HP-UX 11i declares gettimeofday. */ | #define stricmp innocuous_stricmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stricmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef stricmp | | /* 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 stricmp (); | /* 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_stricmp || defined __stub___stricmp | choke me | #endif | | int | main () | { | return stricmp (); | ; | return 0; | } configure:30871: result: no configure:30888: checking for strncasecmp configure:30944: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:126:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] char strncasecmp (); ^ configure:30951: $? = 0 configure:30973: result: yes configure:30888: checking for strnicmp configure:30944: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 /tmp/ccXfTNh0.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strnicmp' collect2: error: ld returned 1 exit status configure:30951: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define strnicmp to an innocuous variant, in case declares strnicmp. | For example, HP-UX 11i declares gettimeofday. */ | #define strnicmp innocuous_strnicmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnicmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnicmp | | /* 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 strnicmp (); | /* 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_strnicmp || defined __stub___strnicmp | choke me | #endif | | int | main () | { | return strnicmp (); | ; | return 0; | } configure:30973: result: no configure:31158: checking for library containing dirname configure:31199: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31206: $? = 0 configure:31237: result: none required configure:31249: checking for dirname configure:31305: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31312: $? = 0 configure:31334: result: yes configure:31351: checking for sigaction configure:31407: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31414: $? = 0 configure:31436: result: yes configure:31351: checking for setitimer configure:31407: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31414: $? = 0 configure:31436: result: yes configure:31453: checking for snprintf configure:31509: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:130:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:31516: $? = 0 configure:31538: result: yes configure:31453: checking for vsnprintf configure:31509: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:131:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] char vsnprintf (); ^ configure:31516: $? = 0 configure:31538: result: yes configure:31555: checking for swab configure:31611: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31618: $? = 0 configure:31640: result: yes configure:31555: checking for _swab configure:31611: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 /tmp/ccsC8WPF.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_swab' collect2: error: ld returned 1 exit status configure:31618: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | /* end confdefs.h. */ | /* Define _swab to an innocuous variant, in case declares _swab. | For example, HP-UX 11i declares gettimeofday. */ | #define _swab innocuous__swab | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _swab (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _swab | | /* 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 _swab (); | /* 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__swab || defined __stub____swab | choke me | #endif | | int | main () | { | return _swab (); | ; | return 0; | } configure:31640: result: no configure:31658: checking for stdlib.h configure:31665: result: yes configure:31658: checking for unistd.h configure:31665: result: yes configure:31803: checking for getpagesize configure:31859: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:31866: $? = 0 configure:31888: result: yes configure:31900: checking for working mmap configure:32047: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:32051: $? = 0 configure:32057: ./conftest configure:32061: $? = 0 configure:32078: result: yes configure:32089: checking for pid_t configure:32117: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:32124: $? = 0 configure:32151: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:150:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:32158: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:32181: result: yes configure:32209: checking vfork.h usability configure:32226: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:147:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:32233: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:32247: result: no configure:32251: checking vfork.h presence configure:32266: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:114:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:32273: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include configure:32287: result: no configure:32315: checking for vfork.h configure:32324: result: no configure:32344: checking for fork configure:32400: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:137:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:32407: $? = 0 configure:32429: result: yes configure:32344: checking for vfork configure:32400: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:32407: $? = 0 configure:32429: result: yes configure:32442: checking for working fork configure:32474: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:32478: $? = 0 configure:32484: ./conftest configure:32488: $? = 0 configure:32505: result: yes configure:32526: checking for working vfork configure:32667: result: yes configure:32698: checking whether setpgrp takes no argument configure:32732: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c: In function 'main': conftest.c:157:3: error: too many arguments to function 'setpgrp' return setpgrp (1,1) != -1; ^ In file included from conftest.c:149:0: /usr/include/unistd.h:660:12: note: declared here extern int setpgrp (void) __THROW; ^ configure:32736: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | /* If this system has a BSD-style setpgrp which takes arguments, | setpgrp(1, 1) will fail with ESRCH and return -1, in that case | exit successfully. */ | return setpgrp (1,1) != -1; | ; | return 0; | } configure:32763: result: yes configure:32777: checking for setpgid configure:32833: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:32840: $? = 0 configure:32862: result: yes configure:32874: checking whether getpgrp requires zero arguments configure:32901: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:156:1: error: too many arguments to function 'getpgrp' getpgrp (0); ^ In file included from conftest.c:151:0: /usr/include/unistd.h:634:16: note: declared here extern __pid_t getpgrp (void) __THROW; ^ configure:32908: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:32924: result: yes configure:32938: checking for flock configure:32994: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33001: $? = 0 configure:33023: result: yes configure:33039: checking for dladdr configure:33095: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33102: $? = 0 configure:33124: result: yes configure:33140: checking for initgroups configure:33196: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33203: $? = 0 configure:33225: result: yes configure:33241: checking for getpagesize configure:33326: result: yes configure:33343: checking for pread configure:33399: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33406: $? = 0 configure:33428: result: yes configure:33343: checking for pwrite configure:33399: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33406: $? = 0 configure:33428: result: yes configure:33445: checking for getcwd configure:33501: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33508: $? = 0 configure:33530: result: yes configure:33445: checking for getwd configure:33501: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33508: $? = 0 configure:33530: result: yes configure:33547: checking for setmntent configure:33603: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33610: $? = 0 configure:33632: result: yes configure:33547: checking for getmntent configure:33603: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33610: $? = 0 configure:33632: result: yes configure:33645: checking if getmntent needs second argument configure:33669: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:132:24: fatal error: sys/mnttab.h: No such file or directory #include ^ compilation terminated. configure:33676: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | FILE *f; struct mntent *m; getmntent(f, m); | ; | return 0; | } configure:33692: result: no configure:33703: checking for setrlimit configure:33759: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33766: $? = 0 configure:33788: result: yes configure:33703: checking for getrlimit configure:33759: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33766: $? = 0 configure:33788: result: yes configure:33805: checking for tcgetattr configure:33861: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33868: $? = 0 configure:33890: result: yes configure:33805: checking for strdup configure:33861: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:157:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:33868: $? = 0 configure:33890: result: yes configure:33906: checking for mkstemp configure:33962: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:33969: $? = 0 configure:33991: result: yes configure:34008: checking for pthread_keycreate configure:34064: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 /tmp/ccCNaeYU.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `pthread_keycreate' collect2: error: ld returned 1 exit status configure:34071: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | /* end confdefs.h. */ | /* Define pthread_keycreate to an innocuous variant, in case declares pthread_keycreate. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_keycreate innocuous_pthread_keycreate | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_keycreate (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_keycreate | | /* 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 pthread_keycreate (); | /* 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_pthread_keycreate || defined __stub___pthread_keycreate | choke me | #endif | | int | main () | { | return pthread_keycreate (); | ; | return 0; | } configure:34093: result: no configure:34008: checking for pthread_key_create configure:34064: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34071: $? = 0 configure:34093: result: yes configure:34109: checking for llrint configure:34165: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:160:6: warning: conflicting types for built-in function 'llrint' [enabled by default] char llrint (); ^ configure:34172: $? = 0 configure:34194: result: yes configure:34210: checking for localtime_r configure:34266: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34273: $? = 0 configure:34295: result: yes configure:34311: checking for gmtime_r configure:34367: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34374: $? = 0 configure:34396: result: yes configure:34412: checking for fchmod configure:34468: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34475: $? = 0 configure:34497: result: yes configure:34513: checking for semtimedop configure:34569: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34576: $? = 0 configure:34598: result: yes configure:34614: checking for fegetenv configure:34670: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34677: $? = 0 configure:34699: result: yes configure:34715: checking for strerror_r configure:34771: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34778: $? = 0 configure:34800: result: yes configure:34822: checking for fdatasync configure:34878: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34885: $? = 0 configure:34907: result: yes configure:34822: checking for fsync configure:34878: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34885: $? = 0 configure:34907: result: yes configure:34925: checking for poll configure:34981: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:34988: $? = 0 configure:35010: result: yes configure:35043: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:147:24: fatal error: atomic_ops.h: No such file or directory #include ^ compilation terminated. configure:35050: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | /* end confdefs.h. */ | #include | int | main () | { | AO_T x; AO_compare_and_swap_full(&x, 0, 0); return 0; | ; | return 0; | } configure:35073: checking for pthread_mutexattr_setprotocol configure:35129: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35136: $? = 0 configure:35158: result: yes configure:35174: checking for pthread_mutexattr_setrobust_np configure:35230: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35237: $? = 0 configure:35259: result: yes configure:35275: checking for pthread_mutex_consistent_np configure:35331: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35338: $? = 0 configure:35360: result: yes configure:35374: checking for library containing sem_init configure:35415: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35422: $? = 0 configure:35453: result: none required configure:35465: checking for sem_timedwait configure:35521: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35528: $? = 0 configure:35550: result: yes configure:35566: checking for sem_init configure:35622: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:35629: $? = 0 configure:35651: result: yes configure:35664: checking for working sem_init() configure:35694: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:153:2: warning: return type defaults to 'int' [enabled by default] main () { ^ conftest.c: In function 'main': conftest.c:155:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(sem_init(&s,0,0)); ^ conftest.c:155:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:35698: $? = 0 configure:35704: ./conftest configure:35708: $? = 0 configure:35715: result: yes configure:35848: i686-uhu-linux-g++ -o conftest -pthread conftest.cpp -lm -ldl -lcurses >&5 configure:35855: $? = 0 configure:35886: checking whether byte ordering is bigendian configure:35911: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:155:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:155:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:155:15: error: unknown type name 'universal' configure:35918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:35968: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:35975: $? = 0 configure:36007: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:161:4: error: unknown type name 'not' not big endian ^ conftest.c:161:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:36014: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:36266: result: no configure:36291: checking for working volatile configure:36320: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:36327: $? = 0 configure:36342: result: yes configure:36352: checking return type of signal handlers configure:36380: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:160:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:36387: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:36402: result: void configure:36410: checking for off_t configure:36438: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:36445: $? = 0 configure:36472: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:191:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:36479: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:36502: result: yes configure:36514: checking for size_t configure:36542: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:36549: $? = 0 configure:36576: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:191:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:36583: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:36606: result: yes configure:36618: checking for uid_t in sys/types.h configure:36641: result: yes configure:36663: checking for special C compiler options needed for large files configure:36758: result: no configure:36764: checking for _FILE_OFFSET_BITS value needed for large files configure:36799: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c:161:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:161:3: warning: left shift count >= width of type [enabled by default] conftest.c:162:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:162:10: warning: left shift count >= width of type [enabled by default] conftest.c:161:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:36806: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:36850: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:36857: $? = 0 configure:36875: result: 64 configure:37083: checking size of void * configure:37388: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:37392: $? = 0 configure:37398: ./conftest configure:37402: $? = 0 configure:37428: result: 4 configure:37445: checking size of long configure:37750: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:37754: $? = 0 configure:37760: ./conftest configure:37764: $? = 0 configure:37790: result: 4 configure:37804: checking size of size_t configure:38109: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 configure:38113: $? = 0 configure:38119: ./conftest configure:38123: $? = 0 configure:38149: result: 4 configure:38159: checking for socklen_t configure:38188: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:38195: $? = 0 configure:38223: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:164:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:38230: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:38253: result: yes configure:38266: checking for semun configure:38294: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:196:13: error: 'semun' undeclared (first use in this function) if (sizeof (semun)) ^ conftest.c:196:13: note: each undeclared identifier is reported only once for each function it appears in configure:38301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (semun)) | return 0; | ; | return 0; | } configure:38358: result: no configure:38370: checking if sem.h defines semun configure:38395: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:166:13: error: storage size of 's' isn't known union semun s; ^ configure:38402: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | union semun s; | ; | return 0; | } configure:38416: result: no configure:38423: checking for struct XDR::xdr_ops configure:38453: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:166:23: error: expected ')' before ':' token if (sizeof (struct XDR::xdr_ops)) ^ configure:38460: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof (struct XDR::xdr_ops)) | return 0; | ; | return 0; | } configure:38519: result: no configure:38530: checking for struct xdr_ops configure:38560: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:38567: $? = 0 configure:38596: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:166:29: error: expected expression before ')' token if (sizeof ((struct xdr_ops))) ^ configure:38603: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((struct xdr_ops))) | return 0; | ; | return 0; | } configure:38626: result: yes configure:38638: checking for struct dirent.d_type configure:38667: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:38674: $? = 0 configure:38733: result: yes configure:38744: checking alignment of long configure:38775: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:162:1: warning: return type defaults to 'int' [enabled by default] main () { ^ conftest.c: In function 'main': conftest.c:167:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit((int)&((struct s*)0)->b); ^ conftest.c:167:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:38779: $? = 0 configure:38785: ./conftest configure:38789: $? = 4 configure: program exited with status 4 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | #define HAVE_STRUCT_XDR_OPS 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | /* end confdefs.h. */ | main () { | struct s { | char a; | long long b; | }; | exit((int)&((struct s*)0)->b); | } configure:38805: result: 4 configure:38813: checking alignment of double configure:38844: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm -ldl -lcurses >&5 conftest.c:163:1: warning: return type defaults to 'int' [enabled by default] main () { ^ conftest.c: In function 'main': conftest.c:168:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit((int)&((struct s*)0)->b); ^ conftest.c:168:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:38848: $? = 0 configure:38854: ./conftest configure:38858: $? = 4 configure: program exited with status 4 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define LINUX 1 | #define CASE_SENSITIVITY false | #define HAVE_MULTI_THREAD 1 | #define SUPPORT_RAW_DEVICES 1 | #define FB_SERVICE_NAME "gds_db" | #define FB_SERVICE_PORT 3050 | #define FB_IPC_NAME "FirebirdIPI" | #define FB_BINDIR "" | #define FB_SBINDIR "" | #define FB_CONFDIR "" | #define FB_LIBDIR "" | #define FB_INCDIR "" | #define FB_DOCDIR "" | #define FB_UDFDIR "" | #define FB_SAMPLEDIR "" | #define FB_SAMPLEDBDIR "" | #define FB_HELPDIR "" | #define FB_INTLDIR "" | #define FB_MISCDIR "" | #define FB_SECDBDIR "" | #define FB_MSGDIR "" | #define FB_LOGDIR "" | #define FB_GUARDDIR "" | #define FB_PLUGDIR "" | #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_DLFCN_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LIBIO_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EDITLINE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_RPC_XDR_H 1 | #define HAVE_AIO_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SEMAPHORE_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_POLL_H 1 | #define HAVE_LIBM 1 | #define HAVE_INFINITY 1 | #define HAVE_VA_COPY 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 | #define HAVE_TIME 1 | #define HAVE_TIMES 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DIRNAME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SETITIMER 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SWAB 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define SETPGRP_VOID 1 | #define HAVE_SETPGID 1 | #define GETPGRP_VOID 1 | #define HAVE_FLOCK 1 | #define HAVE_DLADDR 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SETMNTENT 1 | #define HAVE_GETMNTENT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_TCGETATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_PTHREAD_KEY_CREATE 1 | #define HAVE_LLRINT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GMTIME_R 1 | #define HAVE_FCHMOD 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_FEGETENV 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSYNC 1 | #define HAVE_POLL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 | #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 | #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define HAVE_SEM_INIT 1 | #define WORKING_SEM_INIT 1 | #define HAVE_POSIX_FADVISE 1 | #define RETSIGTYPE void | #define _FILE_OFFSET_BITS 64 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG 4 | #define SIZEOF_SIZE_T 4 | #define HAVE_SOCKLEN_T 1 | #define HAVE_STRUCT_XDR_OPS 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define FB_ALIGNMENT 4 | /* end confdefs.h. */ | main () { | struct s { | char a; | double b; | }; | exit((int)&((struct s*)0)->b); | } configure:38874: result: 4 configure:38887: checking for /proc/self/exe configure:38902: result: yes configure:39278: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:39285: $? = 0 configure:39534: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:1308: creating gen/install/misc/firebird.conf config.status:1308: creating gen/install/misc/aliases.conf config.status:1308: creating gen/install/misc/fbintl.conf config.status:1308: creating gen/install/misc/fbtrace.conf config.status:1308: creating gen/firebird/bin/fb_config config.status:1308: creating gen/firebird/bin/posixLibrary.sh config.status:1308: creating gen/firebird/bin/classicLibrary.sh config.status:1308: creating gen/firebird/bin/superLibrary.sh config.status:1308: creating gen/firebird/bin/changeRunUser.sh config.status:1308: creating gen/firebird/bin/restoreRootRunUser.sh config.status:1308: creating gen/firebird/bin/tarMainInstall.sh config.status:1308: creating gen/firebird/bin/tarinstall.sh config.status:1308: creating gen/firebird/bin/preinstall.sh config.status:1308: creating gen/firebird/bin/postinstall.sh config.status:1308: creating gen/firebird/bin/preuninstall.sh config.status:1308: creating gen/firebird/bin/postuninstall.sh config.status:1308: creating gen/firebird/bin/taruninstall.sh config.status:1308: creating gen/firebird/bin/tarMainUninstall.sh config.status:1308: creating gen/firebird/bin/changeDBAPassword.sh config.status:1308: creating gen/firebird/bin/changeGdsLibraryCompatibleLink.sh config.status:1308: creating gen/firebird/bin/createAliasDB.sh config.status:1308: creating gen/install/makeInstallImage.sh config.status:1308: creating gen/install/scripts/rpmheader.txt config.status:1308: creating gen/install/scripts/rpmfiles.txt config.status:1308: creating gen/install/misc/firebird.xinetd config.status:1308: creating gen/install/misc/firebird.init.d.generic config.status:1308: creating gen/install/misc/firebird.init.d.mandrake config.status:1308: creating gen/install/misc/firebird.init.d.suse config.status:1308: creating gen/install/misc/firebird.init.d.debian config.status:1308: creating gen/install/misc/firebird.init.d.gentoo config.status:1308: creating gen/install/misc/firebird.init.d.slackware config.status:1308: creating gen/install/misc/rc.config.firebird config.status:1308: creating gen/firebird/bin/linuxLibrary.sh config.status:1308: creating gen/make.rules config.status:1308: creating gen/make.defaults config.status:1308: creating gen/make.platform config.status:1308: creating gen/darwin.defaults config.status:1308: creating gen/make.shared.variables config.status:1308: creating gen/make.shared.targets config.status:1308: creating gen/Makefile config.status:1308: creating gen/Makefile.codes config.status:1308: creating gen/Makefile.boot.gpre config.status:1308: creating gen/Makefile.libfbstatic config.status:1308: creating gen/Makefile.static.gpre config.status:1308: creating gen/Makefile.static.gbak config.status:1308: creating gen/Makefile.static.isql config.status:1308: creating gen/Makefile.static.createdb config.status:1308: creating gen/Makefile.refDatabases config.status:1308: creating gen/Makefile.fbserver config.status:1308: creating gen/Makefile.smp_server config.status:1308: creating gen/Makefile.libfbclient config.status:1308: creating gen/Makefile.client.fbudf config.status:1308: creating gen/Makefile.client.gbak config.status:1308: creating gen/Makefile.client.gfix config.status:1308: creating gen/Makefile.client.gdef config.status:1308: creating gen/Makefile.client.qli config.status:1308: creating gen/Makefile.client.isql config.status:1308: creating gen/Makefile.client.gpre config.status:1308: creating gen/Makefile.client.util config.status:1308: creating gen/Makefile.client.gsec config.status:1308: creating gen/Makefile.intl config.status:1308: creating gen/Makefile.msgs config.status:1308: creating gen/Makefile.extlib config.status:1308: creating gen/examples/Makefile.examples config.status:1308: creating gen/Makefile.libfbembed config.status:1308: creating gen/Makefile.inet_server config.status:1308: creating gen/Makefile.embed.util config.status:1308: creating gen/Makefile.embed.fbudf config.status:1308: creating gen/Makefile.embed.gfix config.status:1308: creating gen/Makefile.embed.gbak config.status:1308: creating gen/Makefile.embed.isql config.status:1308: creating gen/Makefile.embed.gdef config.status:1308: creating gen/Makefile.embed.qli config.status:1308: creating gen/Makefile.embed.gpre config.status:1308: creating gen/Makefile.fbtrace config.status:1308: creating gen/Makefile.install config.status:1308: creating Makefile config.status:1308: creating src/include/gen/autoconfig.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_alignment=4 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_double_align=4 ac_cv_c_volatile=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=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=no ac_cv_file__proc_self_exe=yes ac_cv_file__proc_self_maps=yes ac_cv_func__swab=no ac_cv_func_dirname=yes ac_cv_func_dladdr=yes ac_cv_func_dlopen=no ac_cv_func_fchmod=yes ac_cv_func_fdatasync=yes ac_cv_func_fegetenv=yes ac_cv_func_flock=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fsync=yes ac_cv_func_getcwd=yes ac_cv_func_getmntent=yes ac_cv_func_getpagesize=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getrlimit=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_gmtime_r=yes ac_cv_func_initgroups=yes ac_cv_func_llrint=yes ac_cv_func_localtime_r=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_nanosleep=yes ac_cv_func_poll=yes ac_cv_func_pread=yes ac_cv_func_pthread_key_create=yes ac_cv_func_pthread_keycreate=no ac_cv_func_pthread_mutex_consistent_np=yes ac_cv_func_pthread_mutexattr_setprotocol=yes ac_cv_func_pthread_mutexattr_setrobust_np=yes ac_cv_func_pwrite=yes ac_cv_func_sem_init=yes ac_cv_func_sem_timedwait=yes ac_cv_func_semtimedop=yes ac_cv_func_setitimer=yes ac_cv_func_setmntent=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setrlimit=yes ac_cv_func_shl_load=no ac_cv_func_sigaction=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strerror_r=yes ac_cv_func_stricmp=no ac_cv_func_strncasecmp=yes ac_cv_func_strnicmp=no ac_cv_func_swab=yes ac_cv_func_tcgetattr=yes ac_cv_func_time=yes ac_cv_func_times=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vsnprintf=yes ac_cv_header_aio_h=yes ac_cv_header_assert_h=yes ac_cv_header_atomic_h=no ac_cv_header_atomic_ops_h=no ac_cv_header_crypt_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libio_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_mntent_h=yes ac_cv_header_mnttab_h=no ac_cv_header_netconfig_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_rpc_rpc_h=yes ac_cv_header_rpc_xdr_h=yes ac_cv_header_semaphore_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stdarg_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_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_mntent_h=no ac_cv_header_sys_mnttab_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_siginfo_h=no ac_cv_header_sys_signal_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_varargs_h=no ac_cv_header_vfork_h=no ac_cv_header_winsock2_h=no ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_atomic_ops_main=no ac_cv_lib_curses_tgetent=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_edit_readline=no ac_cv_lib_editline_readline=no ac_cv_lib_gcc_eh_main=yes ac_cv_lib_m_main=yes ac_cv_lib_readline_readline=yes ac_cv_lib_supcpp_main=yes ac_cv_member_struct_dirent_d_type=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_PTHREAD_CC=i686-uhu-linux-gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_atomic_inc=no ac_cv_search_connect='none required' ac_cv_search_dirname='none required' ac_cv_search_dlopen=-ldl ac_cv_search_gethostbyname='none required' ac_cv_search_gethostname='none required' ac_cv_search_inet_aton='none required' ac_cv_search_opendir='none required' ac_cv_search_sem_init='none required' ac_cv_sizeof_long=4 ac_cv_sizeof_size_t=4 ac_cv_sizeof_void_p=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_target=i686-uhu-linux-gnu ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_semun=no ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_struct_XDR__xdr_ops=no ac_cv_type_struct_xdr_ops=yes ac_cv_type_uid_t=yes br_cv_binreloc=no br_cv_valid_prefixes=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='i686-uhu-linux-ar' ARCH_TYPE_SUFFIX='SS' AR_OPTIONS='' AS='as' ATOMIC_OPTIONS='' AWK='gawk' BINRELOC_CFLAGS='' BINRELOC_LIBS='' BUILD_ROOT_DIR='/var/uhubuild/work/compile' CC='i686-uhu-linux-gcc -std=gnu99' CFLAGS='-O2 -march=i686 -mtune=generic -pthread' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CPU_TYPE='i686' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXFLAGS=' -pthread' DEFS='-DHAVE_CONFIG_H' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EDITLINE_FLG='Y' EGREP='/bin/grep -E' EXEEXT='' F77='' FB_BINDIR='/usr/lib/firebird/bin' FB_BUILD_NUM='26540' FB_CONFDIR='/usr/lib/firebird' FB_DOCDIR='/usr/lib/firebird/doc' FB_GUARDDIR='/usr/lib/firebird' FB_HELPDIR='/usr/lib/firebird/help' FB_INCDIR='/usr/lib/firebird/include' FB_INTLDIR='/usr/lib/firebird/intl' FB_IPC_NAME='FirebirdIPI' FB_LIBDIR='/usr/lib/firebird/lib' FB_LOGDIR='/usr/lib/firebird' FB_MISCDIR='/usr/lib/firebird/misc' FB_MSGDIR='/usr/lib/firebird' FB_PIPE_NAME='' FB_PLUGDIR='/usr/lib/firebird/plugins' FB_SAMPLEDBDIR='/usr/lib/firebird/examples/empbuild' FB_SAMPLEDIR='/usr/lib/firebird/examples' FB_SBINDIR='/usr/lib/firebird/bin' FB_SECDBDIR='/usr/lib/firebird' FB_SERVICE_NAME='gds_db' FB_SERVICE_PORT='3050' FB_UDFDIR='/usr/lib/firebird/UDF' FFLAGS='' FIREBIRD_ARCH_TYPE='super' FIREBIRD_PACKAGE_VERSION='0' FIREBIRD_VERSION='2.5.2' GPRE_LANGUAGE_MODULES='' GREP='/bin/grep' ICU_PLATFORM='LinuxRedHat' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lm -ldl -lcurses' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEFILE_PREFIX='linux' NEW_FIREBIRD_DIR='/var/uhubuild/work/compile/gen/firebird' OBJDUMP='objdump' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PLATFORM='LINUX' POSTFIX_INCLUDE='' PROD_BUILD_FLG='Y' PTHREAD_CC='i686-uhu-linux-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' READLINE='readline' RPM64='' SET_MAKE='' SFIO_DIR='' SFIO_EXAMPLES='' SFIO_FLAGS='' SFIO_LDFLAGS='' SHELL='/bin/sh' SHRLIB_EXT='so' STATIC_CXXSUPPORT_LIB=' -lsupc++ -lgcc_eh' STD_EDITLINE='true' STD_ICU='true' STRIP='strip' TERMLIB='curses' TLS_OPTIONS='' UDF_COMMENT='#' VOID_PTR_SIZE='4' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' acx_pthread_config='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/lib/firebird' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='i686-uhu-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='uhu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define LINUX 1 #define CASE_SENSITIVITY false #define HAVE_MULTI_THREAD 1 #define SUPPORT_RAW_DEVICES 1 #define FB_SERVICE_NAME "gds_db" #define FB_SERVICE_PORT 3050 #define FB_IPC_NAME "FirebirdIPI" #define FB_BINDIR "" #define FB_SBINDIR "" #define FB_CONFDIR "" #define FB_LIBDIR "" #define FB_INCDIR "" #define FB_DOCDIR "" #define FB_UDFDIR "" #define FB_SAMPLEDIR "" #define FB_SAMPLEDBDIR "" #define FB_HELPDIR "" #define FB_INTLDIR "" #define FB_MISCDIR "" #define FB_SECDBDIR "" #define FB_MSGDIR "" #define FB_LOGDIR "" #define FB_GUARDDIR "" #define FB_PLUGDIR "" #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_DLFCN_H 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ASSERT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GRP_H 1 #define HAVE_PWD_H 1 #define HAVE_LIBIO_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MATH_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SETJMP_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SYS_SIGNAL_H 1 #define HAVE_TERMIO_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_DIRENT_H 1 #define HAVE_EDITLINE_H 1 #define HAVE_UNISTD_H 1 #define HAVE_CRYPT_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_RPC_RPC_H 1 #define HAVE_RPC_XDR_H 1 #define HAVE_AIO_H 1 #define HAVE_MNTENT_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SEMAPHORE_H 1 #define HAVE_FLOAT_H 1 #define HAVE_UTIME_H 1 #define HAVE_POLL_H 1 #define HAVE_LIBM 1 #define HAVE_INFINITY 1 #define HAVE_VA_COPY 1 #define HAVE_GETTIMEOFDAY 1 #define GETTIMEOFDAY_RETURNS_TIMEZONE 1 #define HAVE_TIME 1 #define HAVE_TIMES 1 #define HAVE_NANOSLEEP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 #define HAVE_DIRNAME 1 #define HAVE_SIGACTION 1 #define HAVE_SETITIMER 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_SWAB 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define SETPGRP_VOID 1 #define HAVE_SETPGID 1 #define GETPGRP_VOID 1 #define HAVE_FLOCK 1 #define HAVE_DLADDR 1 #define HAVE_INITGROUPS 1 #define HAVE_GETPAGESIZE 1 #define HAVE_PREAD 1 #define HAVE_PWRITE 1 #define HAVE_GETCWD 1 #define HAVE_GETWD 1 #define HAVE_SETMNTENT 1 #define HAVE_GETMNTENT 1 #define HAVE_SETRLIMIT 1 #define HAVE_GETRLIMIT 1 #define HAVE_TCGETATTR 1 #define HAVE_STRDUP 1 #define HAVE_MKSTEMP 1 #define HAVE_PTHREAD_KEY_CREATE 1 #define HAVE_LLRINT 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GMTIME_R 1 #define HAVE_FCHMOD 1 #define HAVE_SEMTIMEDOP 1 #define HAVE_FEGETENV 1 #define HAVE_STRERROR_R 1 #define HAVE_FDATASYNC 1 #define HAVE_FSYNC 1 #define HAVE_POLL 1 #define HAVE_PTHREAD_MUTEXATTR_SETPROTOCOL 1 #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1 #define HAVE_PTHREAD_MUTEX_CONSISTENT_NP 1 #define HAVE_SEM_TIMEDWAIT 1 #define HAVE_SEM_INIT 1 #define WORKING_SEM_INIT 1 #define HAVE_POSIX_FADVISE 1 #define RETSIGTYPE void #define _FILE_OFFSET_BITS 64 #define SIZEOF_VOID_P 4 #define SIZEOF_LONG 4 #define SIZEOF_SIZE_T 4 #define HAVE_SOCKLEN_T 1 #define HAVE_STRUCT_XDR_OPS 1 #define HAVE_STRUCT_DIRENT_D_TYPE 1 #define FB_ALIGNMENT 4 #define FB_DOUBLE_ALIGN 4 #define HAVE__PROC_SELF_EXE 1 #define HAVE___THREAD 1 #define FB_PREFIX "/usr/lib/firebird" configure: exit 0