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.59. Invocation command line was $ ./configure --prefix=/opt/gnokii ## --------- ## ## Platform. ## ## --------- ## hostname = dhcppc2 uname -m = sun4u uname -r = 5.10 uname -s = SunOS uname -v = Generic /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = dhcppc2 Release = 5.10 KernelID = Generic Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/sbin PATH: /usr/bin PATH: /usr/dt/bin PATH: /usr/openwin/bin PATH: /bin PATH: /usr/ucb PATH: /usr/openwin/bin PATH: /usr/dt/bin PATH: /usr/ccs/bin PATH: /usr/sfw/bin PATH: /opt/het556/gnokii/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1552: checking build system type configure:1570: result: sparc-sun-solaris2.10 configure:1578: checking host system type configure:1592: result: sparc-sun-solaris2.10 configure:1600: checking target system type configure:1614: result: sparc-sun-solaris2.10 configure:1676: checking for gcc configure:1692: found /usr/sfw/bin/gcc configure:1702: result: gcc configure:1946: checking for C compiler version configure:1949: gcc --version &5 gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1952: $? = 0 configure:1954: gcc -v &5 Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) configure:1957: $? = 0 configure:1959: gcc -V &5 gcc: `-V' option must have argument configure:1962: $? = 1 configure:1985: checking for C compiler default output file name configure:1988: gcc conftest.c >&5 configure:1991: $? = 0 configure:2037: result: a.out configure:2042: checking whether the C compiler works configure:2048: ./a.out configure:2051: $? = 0 configure:2068: result: yes configure:2075: checking whether we are cross compiling configure:2077: result: no configure:2080: checking for suffix of executables configure:2082: gcc -o conftest conftest.c >&5 configure:2085: $? = 0 configure:2110: result: configure:2116: checking for suffix of object files configure:2137: gcc -c conftest.c >&5 configure:2140: $? = 0 configure:2162: result: o configure:2166: checking whether we are using the GNU C compiler configure:2190: gcc -c conftest.c >&5 configure:2196: $? = 0 configure:2200: test -z || test ! -s conftest.err configure:2203: $? = 0 configure:2206: test -s conftest.o configure:2209: $? = 0 configure:2222: result: yes configure:2228: checking whether gcc accepts -g configure:2249: gcc -c -g conftest.c >&5 configure:2255: $? = 0 configure:2259: test -z || test ! -s conftest.err configure:2262: $? = 0 configure:2265: test -s conftest.o configure:2268: $? = 0 configure:2279: result: yes configure:2296: checking for gcc option to accept ANSI C configure:2366: gcc -c -g -O2 conftest.c >&5 configure:2372: $? = 0 configure:2376: test -z || test ! -s conftest.err configure:2379: $? = 0 configure:2382: test -s conftest.o configure:2385: $? = 0 configure:2403: result: none needed configure:2421: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2427: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2565: checking how to run the C preprocessor configure:2600: gcc -E conftest.c configure:2606: $? = 0 configure:2638: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2644: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2683: result: gcc -E configure:2707: gcc -E conftest.c configure:2713: $? = 0 configure:2745: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2751: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2799: checking for flex configure:2815: found /usr/sfw/bin/flex configure:2825: result: flex configure:2838: checking for yywrap in -lfl configure:2868: gcc -o conftest -g -O2 conftest.c -lfl >&5 Undefined first referenced symbol in file yylex /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../../libfl.so ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:2874: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yywrap (); | int | main () | { | yywrap (); | ; | return 0; | } configure:2900: result: no configure:2905: checking for yywrap in -ll configure:2935: gcc -o conftest -g -O2 conftest.c -ll >&5 configure:2941: $? = 0 configure:2945: test -z || test ! -s conftest.err configure:2948: $? = 0 configure:2951: test -s conftest configure:2954: $? = 0 configure:2967: result: yes configure:2978: checking lex output file root configure:2989: flex conftest.l configure:2992: $? = 0 configure:3004: result: lex.yy configure:3009: checking whether yytext is a pointer configure:3025: gcc -o conftest -g -O2 conftest.c -ll >&5 configure:3031: $? = 0 configure:3035: test -z || test ! -s conftest.err configure:3038: $? = 0 configure:3041: test -s conftest configure:3044: $? = 0 configure:3058: result: yes configure:3071: checking for rm configure:3089: found /usr/bin/rm configure:3102: result: /usr/bin/rm configure:3111: checking for find configure:3129: found /usr/bin/find configure:3142: result: /usr/bin/find configure:3153: checking for gmake configure:3169: found /usr/sfw/bin/gmake configure:3179: result: gmake configure:3193: checking for ar configure:3209: found /usr/ccs/bin/ar configure:3219: result: ar configure:3304: checking for a sed that does not truncate output configure:3358: result: /usr/bin/sed configure:3361: checking for egrep configure:3371: result: egrep configure:3387: checking for ld used by gcc configure:3454: result: /usr/ccs/bin/ld configure:3463: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:3478: result: no configure:3483: checking for /usr/ccs/bin/ld option to reload object files configure:3490: result: -r configure:3508: checking for BSD-compatible nm configure:3550: result: /usr/ccs/bin/nm -p configure:3554: checking whether ln -s works configure:3558: result: yes configure:3565: checking how to recognise dependent libraries configure:3737: result: pass_all configure:4188: checking for ANSI C header files configure:4213: gcc -c -g -O2 conftest.c >&5 configure:4219: $? = 0 configure:4223: test -z || test ! -s conftest.err configure:4226: $? = 0 configure:4229: test -s conftest.o configure:4232: $? = 0 configure:4321: gcc -o conftest -g -O2 conftest.c >&5 configure:4324: $? = 0 configure:4326: ./conftest configure:4329: $? = 0 configure:4344: result: yes configure:4368: checking for sys/types.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for sys/stat.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for stdlib.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for string.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for memory.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for strings.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for inttypes.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for stdint.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4368: checking for unistd.h configure:4384: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4394: test -z || test ! -s conftest.err configure:4397: $? = 0 configure:4400: test -s conftest.o configure:4403: $? = 0 configure:4414: result: yes configure:4440: checking dlfcn.h usability configure:4452: gcc -c -g -O2 conftest.c >&5 configure:4458: $? = 0 configure:4462: test -z || test ! -s conftest.err configure:4465: $? = 0 configure:4468: test -s conftest.o configure:4471: $? = 0 configure:4481: result: yes configure:4485: checking dlfcn.h presence configure:4495: gcc -E conftest.c configure:4501: $? = 0 configure:4521: result: yes configure:4556: checking for dlfcn.h configure:4563: result: yes configure:4628: checking for g++ configure:4644: found /usr/sfw/bin/g++ configure:4654: result: g++ configure:4670: checking for C++ compiler version configure:4673: g++ --version &5 g++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4676: $? = 0 configure:4678: g++ -v &5 Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) configure:4681: $? = 0 configure:4683: g++ -V &5 g++: `-V' option must have argument configure:4686: $? = 1 configure:4689: checking whether we are using the GNU C++ compiler configure:4713: g++ -c conftest.cc >&5 configure:4719: $? = 0 configure:4723: test -z || test ! -s conftest.err configure:4726: $? = 0 configure:4729: test -s conftest.o configure:4732: $? = 0 configure:4745: result: yes configure:4751: checking whether g++ accepts -g configure:4772: g++ -c -g conftest.cc >&5 configure:4778: $? = 0 configure:4782: test -z || test ! -s conftest.err configure:4785: $? = 0 configure:4788: test -s conftest.o configure:4791: $? = 0 configure:4802: result: yes configure:4844: g++ -c -g -O2 conftest.cc >&5 configure:4850: $? = 0 configure:4854: test -z || test ! -s conftest.err configure:4857: $? = 0 configure:4860: test -s conftest.o configure:4863: $? = 0 configure:4889: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:25: error: `exit' undeclared (first use this function) conftest.cc:25: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:4895: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4844: g++ -c -g -O2 conftest.cc >&5 configure:4850: $? = 0 configure:4854: test -z || test ! -s conftest.err configure:4857: $? = 0 configure:4860: test -s conftest.o configure:4863: $? = 0 configure:4889: g++ -c -g -O2 conftest.cc >&5 configure:4895: $? = 0 configure:4899: test -z || test ! -s conftest.err configure:4902: $? = 0 configure:4905: test -s conftest.o configure:4908: $? = 0 configure:4941: checking how to run the C++ preprocessor configure:4972: g++ -E conftest.cc configure:4978: $? = 0 configure:5010: g++ -E conftest.cc conftest.cc:24:28: ac_nonexistent.h: No such file or directory configure:5016: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5055: result: g++ -E configure:5079: g++ -E conftest.cc configure:5085: $? = 0 configure:5117: g++ -E conftest.cc conftest.cc:24:28: ac_nonexistent.h: No such file or directory configure:5123: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5220: checking for g77 configure:5249: result: no configure:5220: checking for f77 configure:5249: result: no configure:5220: checking for xlf configure:5249: result: no configure:5220: checking for frt configure:5249: result: no configure:5220: checking for pgf77 configure:5249: result: no configure:5220: checking for fort77 configure:5249: result: no configure:5220: checking for fl32 configure:5249: result: no configure:5220: checking for af77 configure:5249: result: no configure:5220: checking for f90 configure:5249: result: no configure:5220: checking for xlf90 configure:5249: result: no configure:5220: checking for pgf90 configure:5249: result: no configure:5220: checking for epcf90 configure:5249: result: no configure:5220: checking for f95 configure:5249: result: no configure:5220: checking for fort configure:5249: result: no configure:5220: checking for xlf95 configure:5249: result: no configure:5220: checking for ifc configure:5249: result: no configure:5220: checking for efc configure:5249: result: no configure:5220: checking for pgf95 configure:5249: result: no configure:5220: checking for lf95 configure:5249: result: no configure:5220: checking for gfortran configure:5249: result: no configure:5261: checking for Fortran 77 compiler version configure:5264: --version &5 ./configure: line 5265: --version: command not found configure:5267: $? = 127 configure:5269: -v &5 ./configure: line 5270: -v: command not found configure:5272: $? = 127 configure:5274: -V &5 ./configure: line 5275: -V: command not found configure:5277: $? = 127 configure:5285: checking whether we are using the GNU Fortran 77 compiler configure:5299: -c conftest.F >&5 ./configure: line 5300: -c: command not found configure:5305: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5331: result: no configure:5337: checking whether accepts -g configure:5349: -c -g conftest.f >&5 ./configure: line 5350: -c: command not found configure:5355: $? = 127 configure: failed program was: | program main | | end configure:5380: result: no configure:5410: checking the maximum length of command line arguments configure:5501: result: 262144 configure:5512: checking command to parse /usr/ccs/bin/nm -p output from gcc object configure:5608: gcc -c -g -O2 conftest.c >&5 configure:5611: $? = 0 configure:5615: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5618: $? = 0 configure:5670: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5673: $? = 0 configure:5711: result: ok configure:5715: checking for objdir configure:5730: result: .libs configure:5900: checking for ranlib configure:5916: found /usr/ccs/bin/ranlib configure:5927: result: ranlib configure:5980: checking for strip configure:5996: found /usr/ccs/bin/strip configure:6007: result: strip configure:6271: checking if gcc static flag works configure:6294: result: yes configure:6312: checking if gcc supports -fno-rtti -fno-exceptions configure:6330: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6334: $? = 0 configure:6345: result: no configure:6360: checking for gcc option to produce PIC configure:6559: result: -fPIC configure:6567: checking if gcc PIC flag -fPIC works configure:6585: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6589: $? = 0 configure:6600: result: yes configure:6624: checking if gcc supports -c -o file.o configure:6645: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6649: $? = 0 configure:6669: result: yes configure:6695: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries configure:7557: result: yes configure:7583: checking whether -lc should be explicitly linked in configure:7588: gcc -c -g -O2 conftest.c >&5 configure:7591: $? = 0 configure:7605: gcc -shared -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7608: $? = 1 configure:7620: result: yes configure:7628: checking dynamic linker characteristics configure:8170: result: solaris2.10 ld.so configure:8174: checking how to hardcode library paths into programs configure:8199: result: immediate configure:8213: checking whether stripping libraries is possible configure:8234: result: no configure:9048: checking if libtool supports shared libraries configure:9050: result: yes configure:9053: checking whether to build shared libraries configure:9074: result: yes configure:9077: checking whether to build static libraries configure:9081: result: yes configure:9173: creating libtool configure:9728: checking for ld used by g++ configure:9795: result: /usr/ccs/bin/ld configure:9804: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:9819: result: no configure:9870: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries configure:10752: result: yes configure:10770: g++ -c -g -O2 conftest.cc >&5 configure:10773: $? = 0 configure:10869: checking for g++ option to produce PIC configure:11137: result: -fPIC configure:11145: checking if g++ PIC flag -fPIC works configure:11163: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:11167: $? = 0 configure:11178: result: yes configure:11202: checking if g++ supports -c -o file.o configure:11223: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:11227: $? = 0 configure:11247: result: yes configure:11273: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries configure:11298: result: yes configure:11369: checking dynamic linker characteristics configure:11911: result: solaris2.10 ld.so configure:11915: checking how to hardcode library paths into programs configure:11940: result: immediate configure:11954: checking whether stripping libraries is possible configure:11975: result: no configure:19307: checking for a BSD-compatible install configure:19362: result: config/install-sh -c configure:19398: checking for ld used by GCC configure:19462: result: /usr/ccs/bin/ld configure:19471: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:19484: result: no configure:19490: checking for shared library path variable configure:19503: result: none configure:19508: checking whether to activate relocatable installation configure:19523: result: no configure:19611: checking for shared library run path origin configure:19624: result: done configure:20054: checking for iconv configure:20081: gcc -o conftest -g -O2 conftest.c >&5 configure:20087: $? = 0 configure:20091: test -z || test ! -s conftest.err configure:20094: $? = 0 configure:20097: test -s conftest configure:20100: $? = 0 configure:20166: result: yes configure:20189: checking for iconv declaration configure:20223: gcc -c -g -O2 conftest.c >&5 conftest.c:34: error: conflicting types for 'iconv' /usr/include/iconv.h:29: error: previous declaration of 'iconv' was here conftest.c:34: error: conflicting types for 'iconv' /usr/include/iconv.h:29: error: previous declaration of 'iconv' was here configure:20229: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | /* end confdefs.h. */ | | #include | #include | extern | #ifdef __cplusplus | "C" | #endif | #if defined(__STDC__) || defined(__cplusplus) | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | #else | size_t iconv(); | #endif | | int | main () | { | | ; | return 0; | } configure:20257: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:20283: checking libintl.h usability configure:20295: gcc -c -g -O2 conftest.c >&5 configure:20301: $? = 0 configure:20305: test -z || test ! -s conftest.err configure:20308: $? = 0 configure:20311: test -s conftest.o configure:20314: $? = 0 configure:20324: result: yes configure:20328: checking libintl.h presence configure:20338: gcc -E conftest.c configure:20344: $? = 0 configure:20364: result: yes configure:20399: checking for libintl.h configure:20406: result: yes configure:20419: checking whether gmake sets $(MAKE) configure:20439: result: yes configure:20463: checking whether NLS is requested configure:20472: result: yes configure:20510: checking for msgfmt configure: trying /usr/bin/msgfmt... Usage: msgfmt [-D dir | --directory=dir] [-f | --use-fuzzy] [-g] [-o outfile | --output-file=outfile] [-s] [--strict] [-v] [--verbose] files ... configure: trying /bin/msgfmt... Usage: msgfmt [-D dir | --directory=dir] [-f | --use-fuzzy] [-g] [-o outfile | --output-file=outfile] [-s] [--strict] [-v] [--verbose] files ... configure:20545: result: no configure:20551: checking for gmsgfmt configure:20582: result: : configure:20621: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: illegal option -- omit-header /usr/bin/xgettext: illegal option -- copyright-holder= /usr/bin/xgettext: illegal option -- msgid-bugs-address= Usage: xgettext [-a [-x exclude-file]] [-jns][-c comment-tag] [-d default-domain] [-m prefix] [-M suffix] [-p pathname] files ... xgettext -h configure: trying /bin/xgettext... /bin/xgettext: illegal option -- omit-header /bin/xgettext: illegal option -- copyright-holder= /bin/xgettext: illegal option -- msgid-bugs-address= Usage: xgettext [-a [-x exclude-file]] [-jns][-c comment-tag] [-d default-domain] [-m prefix] [-M suffix] [-p pathname] files ... xgettext -h configure:20656: result: no configure:20693: checking for msgmerge configure:20727: result: no configure:20760: checking whether we are using the GNU C Library 2 or newer conftest.c:29:22: features.h: No such file or directory configure:20791: result: no configure:20838: checking for ranlib configure:20865: result: ranlib configure:20877: checking for library containing strerror configure:20907: gcc -o conftest -g -O2 conftest.c >&5 configure:20913: $? = 0 configure:20917: test -z || test ! -s conftest.err configure:20920: $? = 0 configure:20923: test -s conftest configure:20926: $? = 0 configure:20996: result: none required configure:21003: checking for an ANSI C-conforming const configure:21070: gcc -c -g -O2 conftest.c >&5 configure:21076: $? = 0 configure:21080: test -z || test ! -s conftest.err configure:21083: $? = 0 configure:21086: test -s conftest.o configure:21089: $? = 0 configure:21100: result: yes configure:21111: checking for signed configure:21132: gcc -c -g -O2 conftest.c >&5 configure:21138: $? = 0 configure:21142: test -z || test ! -s conftest.err configure:21145: $? = 0 configure:21148: test -s conftest.o configure:21151: $? = 0 configure:21162: result: yes configure:21172: checking for inline configure:21193: gcc -c -g -O2 conftest.c >&5 configure:21199: $? = 0 configure:21203: test -z || test ! -s conftest.err configure:21206: $? = 0 configure:21209: test -s conftest.o configure:21212: $? = 0 configure:21224: result: inline configure:21243: checking for off_t configure:21267: gcc -c -g -O2 conftest.c >&5 configure:21273: $? = 0 configure:21277: test -z || test ! -s conftest.err configure:21280: $? = 0 configure:21283: test -s conftest.o configure:21286: $? = 0 configure:21297: result: yes configure:21309: checking for size_t configure:21333: gcc -c -g -O2 conftest.c >&5 configure:21339: $? = 0 configure:21343: test -z || test ! -s conftest.err configure:21346: $? = 0 configure:21349: test -s conftest.o configure:21352: $? = 0 configure:21363: result: yes configure:21376: checking for long long configure:21398: gcc -o conftest -g -O2 conftest.c >&5 configure:21404: $? = 0 configure:21408: test -z || test ! -s conftest.err configure:21411: $? = 0 configure:21414: test -s conftest configure:21417: $? = 0 configure:21429: result: yes configure:21440: checking for long double configure:21500: result: yes configure:21511: checking for wchar_t configure:21533: gcc -c -g -O2 conftest.c >&5 configure:21539: $? = 0 configure:21543: test -z || test ! -s conftest.err configure:21546: $? = 0 configure:21549: test -s conftest.o configure:21552: $? = 0 configure:21563: result: yes configure:21574: checking for wint_t configure:21596: gcc -c -g -O2 conftest.c >&5 configure:21602: $? = 0 configure:21606: test -z || test ! -s conftest.err configure:21609: $? = 0 configure:21612: test -s conftest.o configure:21615: $? = 0 configure:21626: result: yes configure:21637: checking for inttypes.h configure:21659: gcc -c -g -O2 conftest.c >&5 configure:21665: $? = 0 configure:21669: test -z || test ! -s conftest.err configure:21672: $? = 0 configure:21675: test -s conftest.o configure:21678: $? = 0 configure:21689: result: yes configure:21700: checking for stdint.h configure:21722: gcc -c -g -O2 conftest.c >&5 configure:21728: $? = 0 configure:21732: test -z || test ! -s conftest.err configure:21735: $? = 0 configure:21738: test -s conftest.o configure:21741: $? = 0 configure:21752: result: yes configure:21765: checking for intmax_t configure:21795: gcc -c -g -O2 conftest.c >&5 configure:21801: $? = 0 configure:21805: test -z || test ! -s conftest.err configure:21808: $? = 0 configure:21811: test -s conftest.o configure:21814: $? = 0 configure:21825: result: yes configure:21837: checking whether printf() supports POSIX/XSI format strings configure:21887: gcc -o conftest -g -O2 conftest.c >&5 configure:21890: $? = 0 configure:21892: ./conftest configure:21895: $? = 0 configure:21910: result: yes configure:21924: checking for working alloca.h configure:21945: gcc -o conftest -g -O2 conftest.c >&5 configure:21951: $? = 0 configure:21955: test -z || test ! -s conftest.err configure:21958: $? = 0 configure:21961: test -s conftest configure:21964: $? = 0 configure:21976: result: yes configure:21986: checking for alloca configure:22027: gcc -o conftest -g -O2 conftest.c >&5 configure:22033: $? = 0 configure:22037: test -z || test ! -s conftest.err configure:22040: $? = 0 configure:22043: test -s conftest configure:22046: $? = 0 configure:22058: result: yes configure:22287: checking for stdlib.h configure:22292: result: yes configure:22287: checking for unistd.h configure:22292: result: yes configure:22436: checking for getpagesize configure:22493: gcc -o conftest -g -O2 conftest.c >&5 configure:22499: $? = 0 configure:22503: test -z || test ! -s conftest.err configure:22506: $? = 0 configure:22509: test -s conftest configure:22512: $? = 0 configure:22524: result: yes configure:22534: checking for working mmap configure:22676: gcc -o conftest -g -O2 conftest.c >&5 configure:22679: $? = 0 configure:22681: ./conftest configure:22684: $? = 0 configure:22698: result: yes configure:22710: checking whether we are using the GNU C Library 2.1 or newer conftest.c:43:22: features.h: No such file or directory configure:22741: result: no configure:22749: checking whether integer division by zero raises SIGFPE configure:22811: gcc -o conftest -g -O2 conftest.c >&5 configure:22814: $? = 0 configure:22816: ./conftest configure:22819: $? = 0 configure:22834: result: yes configure:22847: checking for unsigned long long configure:22869: gcc -o conftest -g -O2 conftest.c >&5 configure:22875: $? = 0 configure:22879: test -z || test ! -s conftest.err configure:22882: $? = 0 configure:22885: test -s conftest configure:22888: $? = 0 configure:22900: result: yes configure:22932: checking for inttypes.h configure:22955: gcc -c -g -O2 conftest.c >&5 configure:22961: $? = 0 configure:22965: test -z || test ! -s conftest.err configure:22968: $? = 0 configure:22971: test -s conftest.o configure:22974: $? = 0 configure:22986: result: yes configure:22999: checking whether the inttypes.h PRIxNN macros are broken configure:23025: gcc -c -g -O2 conftest.c >&5 configure:23031: $? = 0 configure:23035: test -z || test ! -s conftest.err configure:23038: $? = 0 configure:23041: test -s conftest.o configure:23044: $? = 0 configure:23056: result: no configure:23073: checking for stdint.h configure:23078: result: yes configure:23218: checking for SIZE_MAX configure:24287: result: yes configure:24305: checking for stdint.h configure:24310: result: yes configure:24452: checking for CFPreferencesCopyAppValue configure:24477: gcc -o conftest -g -O2 -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 gcc: CoreFoundation: No such file or directory cc1: error: unrecognized command line option "-framework" configure:24483: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:24510: result: no configure:24519: checking for CFLocaleCopyCurrent configure:24544: gcc -o conftest -g -O2 -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 gcc: CoreFoundation: No such file or directory cc1: error: unrecognized command line option "-framework" configure:24550: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:24577: result: no configure:24598: checking for ptrdiff_t configure:24622: gcc -c -g -O2 conftest.c >&5 configure:24628: $? = 0 configure:24632: test -z || test ! -s conftest.err configure:24635: $? = 0 configure:24638: test -s conftest.o configure:24641: $? = 0 configure:24652: result: yes configure:24689: checking argz.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 conftest.c:82:18: argz.h: No such file or directory configure:24707: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:24730: result: no configure:24734: checking argz.h presence configure:24744: gcc -E conftest.c conftest.c:48:18: argz.h: No such file or directory configure:24750: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include configure:24770: result: no configure:24805: checking for argz.h configure:24812: result: no configure:24689: checking limits.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking limits.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for limits.h configure:24812: result: yes configure:24689: checking locale.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking locale.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for locale.h configure:24812: result: yes configure:24689: checking nl_types.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking nl_types.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for nl_types.h configure:24812: result: yes configure:24689: checking malloc.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking malloc.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for malloc.h configure:24812: result: yes configure:24689: checking stddef.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking stddef.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for stddef.h configure:24812: result: yes configure:24680: checking for stdlib.h configure:24685: result: yes configure:24680: checking for string.h configure:24685: result: yes configure:24680: checking for unistd.h configure:24685: result: yes configure:24689: checking sys/param.h usability configure:24701: gcc -c -g -O2 conftest.c >&5 configure:24707: $? = 0 configure:24711: test -z || test ! -s conftest.err configure:24714: $? = 0 configure:24717: test -s conftest.o configure:24720: $? = 0 configure:24730: result: yes configure:24734: checking sys/param.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24770: result: yes configure:24805: checking for sys/param.h configure:24812: result: yes configure:24854: checking for asprintf configure:24911: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file asprintf /var/tmp//cc2DSnCB.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define asprintf to an innocuous variant, in case declares asprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define asprintf innocuous_asprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char asprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef asprintf | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char asprintf (); | /* 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_asprintf) || defined (__stub___asprintf) | choke me | #else | char (*f) () = asprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != asprintf; | ; | return 0; | } configure:24942: result: no configure:24854: checking for fwprintf configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for getcwd configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for getegid configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for geteuid configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for getgid configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for getuid configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for mempcpy configure:24911: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:87: warning: conflicting types for built-in function 'mempcpy' Undefined first referenced symbol in file mempcpy /var/tmp//ccs93et7.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | /* end confdefs.h. */ | /* Define mempcpy to an innocuous variant, in case declares mempcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define mempcpy innocuous_mempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mempcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mempcpy | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mempcpy (); | /* 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_mempcpy) || defined (__stub___mempcpy) | choke me | #else | char (*f) () = mempcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mempcpy; | ; | return 0; | } configure:24942: result: no configure:24854: checking for munmap configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for putenv configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for setenv configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for setlocale configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for snprintf configure:24911: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:91: warning: conflicting types for built-in function 'snprintf' configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for stpcpy configure:24911: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:92: warning: conflicting types for built-in function 'stpcpy' Undefined first referenced symbol in file stpcpy /var/tmp//ccCU6VIa.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | /* Define stpcpy to an innocuous variant, in case declares stpcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define stpcpy innocuous_stpcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stpcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef stpcpy | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char stpcpy (); | /* 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_stpcpy) || defined (__stub___stpcpy) | choke me | #else | char (*f) () = stpcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != stpcpy; | ; | return 0; | } configure:24942: result: no configure:24854: checking for strcasecmp configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for strdup configure:24911: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:93: warning: conflicting types for built-in function 'strdup' configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for strtoul configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for tsearch configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for wcslen configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24854: checking for __argz_count configure:24911: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file __argz_count /var/tmp//cce2xsX6.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | /* Define __argz_count to an innocuous variant, in case declares __argz_count. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_count innocuous___argz_count | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_count (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_count | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __argz_count (); | /* 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___argz_count) || defined (__stub_____argz_count) | choke me | #else | char (*f) () = __argz_count; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __argz_count; | ; | return 0; | } configure:24942: result: no configure:24854: checking for __argz_stringify configure:24911: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file __argz_stringify /var/tmp//ccyS01w2.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | /* Define __argz_stringify to an innocuous variant, in case declares __argz_stringify. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_stringify innocuous___argz_stringify | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_stringify (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_stringify | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __argz_stringify (); | /* 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___argz_stringify) || defined (__stub_____argz_stringify) | choke me | #else | char (*f) () = __argz_stringify; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __argz_stringify; | ; | return 0; | } configure:24942: result: no configure:24854: checking for __argz_next configure:24911: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file __argz_next /var/tmp//ccbES1PU.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:24917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | /* Define __argz_next to an innocuous variant, in case declares __argz_next. | For example, HP-UX 11i declares gettimeofday. */ | #define __argz_next innocuous___argz_next | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __argz_next (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __argz_next | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __argz_next (); | /* 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___argz_next) || defined (__stub_____argz_next) | choke me | #else | char (*f) () = __argz_next; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __argz_next; | ; | return 0; | } configure:24942: result: no configure:24854: checking for __fsetlocking configure:24911: gcc -o conftest -g -O2 conftest.c >&5 configure:24917: $? = 0 configure:24921: test -z || test ! -s conftest.err configure:24924: $? = 0 configure:24927: test -s conftest configure:24930: $? = 0 configure:24942: result: yes configure:24954: checking whether _snprintf is declared configure:24979: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:80: error: `_snprintf' undeclared (first use in this function) conftest.c:80: error: (Each undeclared identifier is reported only once conftest.c:80: error: for each function it appears in.) configure:24985: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snprintf | char *p = (char *) _snprintf; | #endif | | ; | return 0; | } configure:25009: result: no configure:25023: checking whether _snwprintf is declared configure:25048: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:81: error: `_snwprintf' undeclared (first use in this function) conftest.c:81: error: (Each undeclared identifier is reported only once conftest.c:81: error: for each function it appears in.) configure:25054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snwprintf | char *p = (char *) _snwprintf; | #endif | | ; | return 0; | } configure:25078: result: no configure:25093: checking whether feof_unlocked is declared configure:25118: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:82: error: `feof_unlocked' undeclared (first use in this function) conftest.c:82: error: (Each undeclared identifier is reported only once conftest.c:82: error: for each function it appears in.) configure:25124: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef feof_unlocked | char *p = (char *) feof_unlocked; | #endif | | ; | return 0; | } configure:25148: result: no configure:25162: checking whether fgets_unlocked is declared configure:25187: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:83: error: `fgets_unlocked' undeclared (first use in this function) conftest.c:83: error: (Each undeclared identifier is reported only once conftest.c:83: error: for each function it appears in.) configure:25193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef fgets_unlocked | char *p = (char *) fgets_unlocked; | #endif | | ; | return 0; | } configure:25217: result: no configure:25231: checking whether getc_unlocked is declared configure:25256: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:84: error: `getc_unlocked' undeclared (first use in this function) conftest.c:84: error: (Each undeclared identifier is reported only once conftest.c:84: error: for each function it appears in.) configure:25262: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef getc_unlocked | char *p = (char *) getc_unlocked; | #endif | | ; | return 0; | } configure:25286: result: no configure:25354: checking for iconv configure:25466: result: yes configure:25489: checking for iconv declaration configure:25557: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:25568: checking for nl_langinfo and CODESET configure:25589: gcc -o conftest -g -O2 conftest.c >&5 configure:25595: $? = 0 configure:25599: test -z || test ! -s conftest.err configure:25602: $? = 0 configure:25605: test -s conftest configure:25608: $? = 0 configure:25621: result: yes configure:25633: checking for LC_MESSAGES configure:25654: gcc -o conftest -g -O2 conftest.c >&5 configure:25660: $? = 0 configure:25664: test -z || test ! -s conftest.err configure:25667: $? = 0 configure:25670: test -s conftest configure:25673: $? = 0 configure:25685: result: yes configure:25705: checking for bison configure:25721: found /usr/sfw/bin/bison configure:25731: result: bison configure:25744: checking version of bison configure:25753: result: 1.875, ok configure:25775: checking for CFPreferencesCopyAppValue configure:25833: result: no configure:25842: checking for CFLocaleCopyCurrent configure:25900: result: no configure:25917: checking whether NLS is requested configure:25926: result: yes configure:25942: checking whether included gettext is requested configure:25952: result: no configure:25963: checking for GNU gettext in libc configure:25987: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file _nl_domain_bindings /var/tmp//ccwyKZiK.o _nl_msg_cat_cntr /var/tmp//ccwyKZiK.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:25993: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:26018: result: no configure:26401: checking for GNU gettext in libintl configure:26433: gcc -o conftest -g -O2 conftest.c -lintl >&5 Undefined first referenced symbol in file _nl_expand_alias /var/tmp//cceX9WK3.o _nl_msg_cat_cntr /var/tmp//cceX9WK3.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:26439: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (const char *); | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") | ; | return 0; | } configure:26524: result: no configure:26580: checking whether to use NLS configure:26582: result: yes configure:26585: checking where the gettext function comes from configure:26596: result: included intl directory configure:26690: checking for locale_charset configure:26747: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file locale_charset /var/tmp//ccajnKSn.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:26753: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | /* Define locale_charset to an innocuous variant, in case declares locale_charset. | For example, HP-UX 11i declares gettimeofday. */ | #define locale_charset innocuous_locale_charset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char locale_charset (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef locale_charset | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char locale_charset (); | /* 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_locale_charset) || defined (__stub___locale_charset) | choke me | #else | char (*f) () = locale_charset; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != locale_charset; | ; | return 0; | } configure:26778: result: no configure:26796: checking for include/config.h.in configure:26799: result: yes configure:27039: checking whether pthreads work with -pthread configure:27125: gcc -o conftest -g -O2 -pthread conftest.c >&5 gcc: unrecognized option `-pthread' configure:27131: $? = 0 configure:27135: test -z || test ! -s conftest.err configure:27138: $? = 0 configure:27141: test -s conftest configure:27144: $? = 0 configure:27158: result: yes configure:27178: checking for joinable pthread attribute configure:27196: gcc -o conftest -g -O2 -pthread conftest.c >&5 gcc: unrecognized option `-pthread' configure:27202: $? = 0 configure:27206: test -z || test ! -s conftest.err configure:27209: $? = 0 configure:27212: test -s conftest configure:27215: $? = 0 configure:27281: result: PTHREAD_CREATE_JOINABLE configure:27288: checking if more special flags are required for pthreads configure:27295: result: -D_REENTRANT configure:27307: checking for cc_r configure:27334: result: gcc configure:27474: checking for tm_gmtoff in struct tm configure:27495: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:92: error: structure has no member named `tm_gmtoff' configure:27501: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include | int | main () | { | struct tm t; t.tm_gmtoff = 0 | ; | return 0; | } configure:27525: result: no configure:27534: checking for timer operations configure:27555: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file timeradd /var/tmp//ccluUL7f.o timersub /var/tmp//ccluUL7f.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:27561: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include | int | main () | { | struct timeval tv; timerisset(&tv); timerclear(&tv); timercmp(&tv, &tv, <); timeradd(&tv, &tv, &tv); timersub(&tv, &tv, &tv); | ; | return 0; | } configure:27586: result: no configure:27596: checking for cfsetspeed in termios.h configure:27617: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file cfsetspeed /var/tmp//ccyPU7cB.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:27623: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include | int | main () | { | struct termios t; cfsetspeed(&t, B9600); | ; | return 0; | } configure:27648: result: no configure:27659: checking for cfsetispeed and cfsetospeed in termios.h configure:27680: gcc -o conftest -g -O2 conftest.c >&5 configure:27686: $? = 0 configure:27690: test -z || test ! -s conftest.err configure:27693: $? = 0 configure:27696: test -s conftest configure:27699: $? = 0 configure:27711: result: yes configure:27799: checking getopt.h usability configure:27811: gcc -c -g -O2 conftest.c >&5 configure:27817: $? = 0 configure:27821: test -z || test ! -s conftest.err configure:27824: $? = 0 configure:27827: test -s conftest.o configure:27830: $? = 0 configure:27840: result: yes configure:27844: checking getopt.h presence configure:27854: gcc -E conftest.c configure:27860: $? = 0 configure:27880: result: yes configure:27915: checking for getopt.h configure:27922: result: yes configure:27949: checking for getopt_long configure:28006: gcc -o conftest -g -O2 conftest.c >&5 configure:28012: $? = 0 configure:28016: test -z || test ! -s conftest.err configure:28019: $? = 0 configure:28022: test -s conftest configure:28025: $? = 0 configure:28037: result: yes configure:28138: checking whether libical is installed configure:28171: gcc -o conftest -g -O2 conftest.c -lpthread -lical >&5 conftest.c: In function `main': conftest.c:107: error: structure has no member named `is_daylight' configure:28177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | int priority; | icalcomponent *pIcal=NULL; | struct icaltimetype atime = icaltime_from_string("20031231T223000"); | | pIcal = icalcomponent_vanew( | ICAL_VCALENDAR_COMPONENT, | icalproperty_new_version("2.0"), | icalproperty_new_prodid("//Gnokii.org//NONSGML v.0.5.8"), | 0 | ); | atime.is_daylight = 1; | priority = icalproperty_get_priority(icalcomponent_get_first_property(pIcal, ICAL_PRIORITY_PROPERTY)); | | ; | return 0; | } configure:28207: result: no configure:28219: checking for gethostbyname configure:28276: gcc -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file gethostbyname /var/tmp//ccY89PnR.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:28282: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case declares gethostbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethostbyname | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | /* 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_gethostbyname) || defined (__stub___gethostbyname) | choke me | #else | char (*f) () = gethostbyname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gethostbyname; | ; | return 0; | } configure:28307: result: no configure:28312: checking for gethostbyname in -lnsl configure:28342: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:28348: $? = 0 configure:28352: test -z || test ! -s conftest.err configure:28355: $? = 0 configure:28358: test -s conftest configure:28361: $? = 0 configure:28374: result: yes configure:28384: checking for linux/irda.h configure:28402: gcc -c -g -O2 conftest.c >&5 conftest.c:92:27: linux/types.h: No such file or directory conftest.c:94:24: linux/irda.h: No such file or directory configure:28408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #include | #include | | #include configure:28432: result: no configure:28460: checking for the bluetooth support configure:28463: checking for the struct sockaddr_rc in configure:28486: gcc -c -g -O2 conftest.c >&5 conftest.c:91:36: bluetooth/bluetooth.h: No such file or directory conftest.c:92:33: bluetooth/rfcomm.h: No such file or directory conftest.c: In function `main': conftest.c:96: error: storage size of 'rc' isn't known configure:28492: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | struct sockaddr_rc rc; | ; | return 0; | } configure:28516: result: no configure:28535: checking for the MacOS X bluetooth support configure:28552: checking CoreFoundation/CoreFoundation.h usability configure:28564: gcc -c -g -O2 conftest.c >&5 conftest.c:124:43: CoreFoundation/CoreFoundation.h: No such file or directory configure:28570: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:28593: result: no configure:28597: checking CoreFoundation/CoreFoundation.h presence configure:28607: gcc -E conftest.c conftest.c:90:43: CoreFoundation/CoreFoundation.h: No such file or directory configure:28613: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include configure:28633: result: no configure:28668: checking for CoreFoundation/CoreFoundation.h configure:28675: result: no configure:28702: checking IOBluetooth/Bluetooth.h usability configure:28714: gcc -c -g -O2 conftest.c >&5 conftest.c:124:35: IOBluetooth/Bluetooth.h: No such file or directory configure:28720: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:28743: result: no configure:28747: checking IOBluetooth/Bluetooth.h presence configure:28757: gcc -E conftest.c conftest.c:90:35: IOBluetooth/Bluetooth.h: No such file or directory configure:28763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include configure:28783: result: no configure:28818: checking for IOBluetooth/Bluetooth.h configure:28825: result: no configure:28852: checking IOBluetooth/IOBluetoothUserLib.h usability configure:28864: gcc -c -g -O2 conftest.c >&5 conftest.c:124:44: IOBluetooth/IOBluetoothUserLib.h: No such file or directory configure:28870: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:28893: result: no configure:28897: checking IOBluetooth/IOBluetoothUserLib.h presence configure:28907: gcc -E conftest.c conftest.c:90:44: IOBluetooth/IOBluetoothUserLib.h: No such file or directory configure:28913: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include configure:28933: result: no configure:28968: checking for IOBluetooth/IOBluetoothUserLib.h configure:28975: result: no configure:29008: gcc -c -g -O2 conftest.c >&5 conftest.c:90:43: CoreFoundation/CoreFoundation.h: No such file or directory conftest.c:91:38: IOBluetooth/Bluetooth.h: No such file or directory conftest.c:92:47: IOBluetooth/IOBluetoothUserLib.h: No such file or directory conftest.c: In function `main': conftest.c:96: error: `CFStringRef' undeclared (first use in this function) conftest.c:96: error: (Each undeclared identifier is reported only once conftest.c:96: error: for each function it appears in.) conftest.c:96: error: syntax error before "strDevice" conftest.c:97: error: `strDevice' undeclared (first use in this function) conftest.c:97: error: `NULL' undeclared (first use in this function) configure:29014: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #include | #include | int | main () | { | CFStringRef strDevice; | strDevice = CFStringCreateWithCString(NULL, NULL, NULL); | IOBluetoothNSStringToDeviceAddress(NULL, NULL); | ; | return 0; | } configure:29054: checking for the FreeBSD/netgraph bluetooth support configure:29057: checking for the struct sockaddr_rfcomm in configure:29083: gcc -c -g -O2 conftest.c >&5 conftest.c:92:26: bitstring.h: No such file or directory conftest.c:93:50: netgraph/bluetooth/include/ng_hci.h: No such file or directory conftest.c:94:52: netgraph/bluetooth/include/ng_l2cap.h: No such file or directory conftest.c:95:55: netgraph/bluetooth/include/ng_btsocket.h: No such file or directory conftest.c: In function `main': conftest.c:99: error: storage size of 'rc' isn't known configure:29089: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | #include | int | main () | { | struct sockaddr_rfcomm rc; | ; | return 0; | } configure:29113: result: no configure:29210: checking for X configure:29440: result: libraries /usr/openwin/lib, headers /usr/openwin/include configure:29464: checking X11/xpm.h usability configure:29476: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:29482: $? = 0 configure:29486: test -z || test ! -s conftest.err configure:29489: $? = 0 configure:29492: test -s conftest.o configure:29495: $? = 0 configure:29505: result: yes configure:29509: checking X11/xpm.h presence configure:29519: gcc -E -I/usr/openwin/include conftest.c configure:29525: $? = 0 configure:29545: result: yes configure:29580: checking for X11/xpm.h configure:29587: result: yes configure:29612: checking for XpmWriteFileFromXpmImage in -lXpm configure:29643: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXpm -L/usr/openwin/lib -lX11 -lnsl >&5 configure:29649: $? = 0 configure:29653: test -z || test ! -s conftest.err configure:29656: $? = 0 configure:29659: test -s conftest configure:29662: $? = 0 configure:29675: result: yes configure:29698: checking for gtk-config configure:29716: found /usr/sfw/bin/gtk-config configure:29728: result: /usr/sfw/bin/gtk-config configure:29772: checking for socket in -lsocket configure:29802: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:29808: $? = 0 configure:29812: test -z || test ! -s conftest.err configure:29815: $? = 0 configure:29818: test -s conftest configure:29821: $? = 0 configure:29834: result: yes configure:29922: checking for grantpt configure:29979: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:29985: $? = 0 configure:29989: test -z || test ! -s conftest.err configure:29992: $? = 0 configure:29995: test -s conftest configure:29998: $? = 0 configure:30010: result: yes configure:30057: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:30060: $? = 0 configure:30062: ./conftest configure:30065: $? = 0 configure:30107: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30113: $? = 0 configure:30117: test -z || test ! -s conftest.err configure:30120: $? = 0 configure:30123: test -s conftest.o configure:30126: $? = 0 configure:30140: checking for ANSI C header files configure:30296: result: yes configure:30306: checking for sys/wait.h that is POSIX.1 compatible configure:30337: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30343: $? = 0 configure:30347: test -z || test ! -s conftest.err configure:30350: $? = 0 configure:30353: test -s conftest.o configure:30356: $? = 0 configure:30367: result: yes configure:30395: checking fcntl.h usability configure:30407: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30413: $? = 0 configure:30417: test -z || test ! -s conftest.err configure:30420: $? = 0 configure:30423: test -s conftest.o configure:30426: $? = 0 configure:30436: result: yes configure:30440: checking fcntl.h presence configure:30450: gcc -E -I/usr/openwin/include conftest.c configure:30456: $? = 0 configure:30476: result: yes configure:30511: checking for fcntl.h configure:30518: result: yes configure:30395: checking sys/ioctl.h usability configure:30407: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30413: $? = 0 configure:30417: test -z || test ! -s conftest.err configure:30420: $? = 0 configure:30423: test -s conftest.o configure:30426: $? = 0 configure:30436: result: yes configure:30440: checking sys/ioctl.h presence configure:30450: gcc -E -I/usr/openwin/include conftest.c configure:30456: $? = 0 configure:30476: result: yes configure:30511: checking for sys/ioctl.h configure:30518: result: yes configure:30395: checking sys/time.h usability configure:30407: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30413: $? = 0 configure:30417: test -z || test ! -s conftest.err configure:30420: $? = 0 configure:30423: test -s conftest.o configure:30426: $? = 0 configure:30436: result: yes configure:30440: checking sys/time.h presence configure:30450: gcc -E -I/usr/openwin/include conftest.c configure:30456: $? = 0 configure:30476: result: yes configure:30511: checking for sys/time.h configure:30518: result: yes configure:30386: checking for unistd.h configure:30391: result: yes configure:30395: checking sys/file.h usability configure:30407: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30413: $? = 0 configure:30417: test -z || test ! -s conftest.err configure:30420: $? = 0 configure:30423: test -s conftest.o configure:30426: $? = 0 configure:30436: result: yes configure:30440: checking sys/file.h presence configure:30450: gcc -E -I/usr/openwin/include conftest.c configure:30456: $? = 0 configure:30476: result: yes configure:30511: checking for sys/file.h configure:30518: result: yes configure:30541: checking for string.h configure:30546: result: yes configure:30541: checking for strings.h configure:30546: result: yes configure:30550: checking ctype.h usability configure:30562: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30568: $? = 0 configure:30572: test -z || test ! -s conftest.err configure:30575: $? = 0 configure:30578: test -s conftest.o configure:30581: $? = 0 configure:30591: result: yes configure:30595: checking ctype.h presence configure:30605: gcc -E -I/usr/openwin/include conftest.c configure:30611: $? = 0 configure:30631: result: yes configure:30666: checking for ctype.h configure:30673: result: yes configure:30541: checking for stdlib.h configure:30546: result: yes configure:30550: checking stdarg.h usability configure:30562: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30568: $? = 0 configure:30572: test -z || test ! -s conftest.err configure:30575: $? = 0 configure:30578: test -s conftest.o configure:30581: $? = 0 configure:30591: result: yes configure:30595: checking stdarg.h presence configure:30605: gcc -E -I/usr/openwin/include conftest.c configure:30611: $? = 0 configure:30631: result: yes configure:30666: checking for stdarg.h configure:30673: result: yes configure:30541: checking for stdint.h configure:30546: result: yes configure:30695: checking for stddef.h configure:30700: result: yes configure:30704: checking sys/socket.h usability configure:30716: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30722: $? = 0 configure:30726: test -z || test ! -s conftest.err configure:30729: $? = 0 configure:30732: test -s conftest.o configure:30735: $? = 0 configure:30745: result: yes configure:30749: checking sys/socket.h presence configure:30759: gcc -E -I/usr/openwin/include conftest.c configure:30765: $? = 0 configure:30785: result: yes configure:30820: checking for sys/socket.h configure:30827: result: yes configure:30704: checking sys/modem.h usability configure:30716: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:144:23: sys/modem.h: No such file or directory configure:30722: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:30745: result: no configure:30749: checking sys/modem.h presence configure:30759: gcc -E -I/usr/openwin/include conftest.c conftest.c:110:23: sys/modem.h: No such file or directory configure:30765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:30785: result: no configure:30820: checking for sys/modem.h configure:30827: result: no configure:30704: checking termios.h usability configure:30716: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30722: $? = 0 configure:30726: test -z || test ! -s conftest.err configure:30729: $? = 0 configure:30732: test -s conftest.o configure:30735: $? = 0 configure:30745: result: yes configure:30749: checking termios.h presence configure:30759: gcc -E -I/usr/openwin/include conftest.c configure:30765: $? = 0 configure:30785: result: yes configure:30820: checking for termios.h configure:30827: result: yes configure:30704: checking sys/filio.h usability configure:30716: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30722: $? = 0 configure:30726: test -z || test ! -s conftest.err configure:30729: $? = 0 configure:30732: test -s conftest.o configure:30735: $? = 0 configure:30745: result: yes configure:30749: checking sys/filio.h presence configure:30759: gcc -E -I/usr/openwin/include conftest.c configure:30765: $? = 0 configure:30785: result: yes configure:30820: checking for sys/filio.h configure:30827: result: yes configure:30847: checking for inttypes.h configure:30852: result: yes configure:30856: checking wchar.h usability configure:30868: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:30874: $? = 0 configure:30878: test -z || test ! -s conftest.err configure:30881: $? = 0 configure:30884: test -s conftest.o configure:30887: $? = 0 configure:30897: result: yes configure:30901: checking wchar.h presence configure:30911: gcc -E -I/usr/openwin/include conftest.c configure:30917: $? = 0 configure:30937: result: yes configure:30972: checking for wchar.h configure:30979: result: yes configure:30856: checking direct.h usability configure:30868: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c:148:20: direct.h: No such file or directory configure:30874: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:30897: result: no configure:30901: checking direct.h presence configure:30911: gcc -E -I/usr/openwin/include conftest.c conftest.c:114:20: direct.h: No such file or directory configure:30917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include configure:30937: result: no configure:30972: checking for direct.h configure:30979: result: no configure:30993: checking for an ANSI C-conforming const configure:31090: result: yes configure:31100: checking for inline configure:31152: result: inline configure:31171: checking for pid_t configure:31195: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:31201: $? = 0 configure:31205: test -z || test ! -s conftest.err configure:31208: $? = 0 configure:31211: test -s conftest.o configure:31214: $? = 0 configure:31225: result: yes configure:31237: checking for size_t configure:31291: result: yes configure:31303: checking whether time.h and sys/time.h may both be included configure:31328: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:31334: $? = 0 configure:31338: test -z || test ! -s conftest.err configure:31341: $? = 0 configure:31344: test -s conftest.o configure:31347: $? = 0 configure:31358: result: yes configure:31368: checking whether struct tm is in sys/time.h or time.h configure:31391: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:31397: $? = 0 configure:31401: test -z || test ! -s conftest.err configure:31404: $? = 0 configure:31407: test -s conftest.o configure:31410: $? = 0 configure:31421: result: time.h configure:31431: checking for long long configure:31448: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:31451: $? = 0 configure:31453: ./conftest configure:31456: $? = 0 configure:31470: result: yes configure:31478: checking for long double configure:31495: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:31498: $? = 0 configure:31500: ./conftest configure:31503: $? = 0 configure:31517: result: yes configure:31527: checking for __ptr_t configure:31548: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 conftest.c: In function `main': conftest.c:121: error: `__ptr_t' undeclared (first use in this function) conftest.c:121: error: (Each undeclared identifier is reported only once conftest.c:121: error: for each function it appears in.) conftest.c:121: error: syntax error before "foo" configure:31554: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCHAR_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | /* end confdefs.h. */ | #include | int | main () | { | __ptr_t foo = NULL; | ; | return 0; | } configure:31578: result: no configure:31588: checking whether gcc needs -traditional configure:31630: result: no configure:31637: checking for working memcmp configure:31685: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:31688: $? = 0 configure:31690: ./conftest configure:31693: $? = 0 configure:31707: result: yes configure:31718: checking return type of signal handlers configure:31749: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:31755: $? = 0 configure:31759: test -z || test ! -s conftest.err configure:31762: $? = 0 configure:31765: test -s conftest.o configure:31768: $? = 0 configure:31779: result: void configure:31791: checking for strftime configure:31848: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 conftest.c:142: warning: conflicting types for built-in function 'strftime' configure:31854: $? = 0 configure:31858: test -z || test ! -s conftest.err configure:31861: $? = 0 configure:31864: test -s conftest configure:31867: $? = 0 configure:31879: result: yes configure:31971: checking for mktime configure:32028: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32034: $? = 0 configure:32038: test -z || test ! -s conftest.err configure:32041: $? = 0 configure:32044: test -s conftest configure:32047: $? = 0 configure:32059: result: yes configure:31971: checking for gettimeofday configure:32028: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32034: $? = 0 configure:32038: test -z || test ! -s conftest.err configure:32041: $? = 0 configure:32044: test -s conftest configure:32047: $? = 0 configure:32059: result: yes configure:31971: checking for select configure:32028: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32034: $? = 0 configure:32038: test -z || test ! -s conftest.err configure:32041: $? = 0 configure:32044: test -s conftest configure:32047: $? = 0 configure:32059: result: yes configure:31971: checking for poll configure:32028: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32034: $? = 0 configure:32038: test -z || test ! -s conftest.err configure:32041: $? = 0 configure:32044: test -s conftest configure:32047: $? = 0 configure:32059: result: yes configure:31971: checking for wcrtomb configure:32028: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32034: $? = 0 configure:32038: test -z || test ! -s conftest.err configure:32041: $? = 0 configure:32044: test -s conftest configure:32047: $? = 0 configure:32059: result: yes configure:32080: checking for strchr configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 conftest.c:148: warning: conflicting types for built-in function 'strchr' configure:32143: $? = 0 configure:32147: test -z || test ! -s conftest.err configure:32150: $? = 0 configure:32153: test -s conftest configure:32156: $? = 0 configure:32168: result: yes configure:32080: checking for strdup configure:32168: result: yes configure:32080: checking for strstr configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 conftest.c:150: warning: conflicting types for built-in function 'strstr' configure:32143: $? = 0 configure:32147: test -z || test ! -s conftest.err configure:32150: $? = 0 configure:32153: test -s conftest configure:32156: $? = 0 configure:32168: result: yes configure:32080: checking for strtol configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32143: $? = 0 configure:32147: test -z || test ! -s conftest.err configure:32150: $? = 0 configure:32153: test -s conftest configure:32156: $? = 0 configure:32168: result: yes configure:32080: checking for strtok configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32143: $? = 0 configure:32147: test -z || test ! -s conftest.err configure:32150: $? = 0 configure:32153: test -s conftest configure:32156: $? = 0 configure:32168: result: yes configure:32080: checking for strsep configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 Undefined first referenced symbol in file strsep /var/tmp//ccejkcUk.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:32143: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCHAR_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_MKTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_WCRTOMB 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOK 1 | /* end confdefs.h. */ | /* Define strsep to an innocuous variant, in case declares strsep. | For example, HP-UX 11i declares gettimeofday. */ | #define strsep innocuous_strsep | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strsep (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strsep | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strsep (); | /* 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_strsep) || defined (__stub___strsep) | choke me | #else | char (*f) () = strsep; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strsep; | ; | return 0; | } configure:32168: result: no configure:32080: checking for asprintf configure:32168: result: no configure:32080: checking for vasprintf configure:32137: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 Undefined first referenced symbol in file vasprintf /var/tmp//ccanX6be.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:32143: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define INSTALLPREFIX "/opt/gnokii" | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LIBINTL_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FWPRINTF 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_WCSLEN 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define DEBUG 1 | #define XDEBUG 1 | #define RLP_DEBUG 1 | #define HAVE_PTHREAD 1 | #define HAVE_CFSETISPEED 1 | #define HAVE_CFSETOSPEED 1 | #define HAVE_X11_XPM_H 1 | #define XPM 1 | #define HAVE_LIBSOCKET 1 | #define USE_UNIX98PTYS 1 | #define HAVE_MSGHDR_MSG_CONTROL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCHAR_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_MKTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_WCRTOMB 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOK 1 | /* end confdefs.h. */ | /* Define vasprintf to an innocuous variant, in case declares vasprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasprintf innocuous_vasprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef vasprintf | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char vasprintf (); | /* 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_vasprintf) || defined (__stub___vasprintf) | choke me | #else | char (*f) () = vasprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != vasprintf; | ; | return 0; | } configure:32168: result: no configure:32183: checking for snprintf configure:32271: result: yes configure:32183: checking for vsnprintf configure:32240: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 conftest.c:154: warning: conflicting types for built-in function 'vsnprintf' configure:32246: $? = 0 configure:32250: test -z || test ! -s conftest.err configure:32253: $? = 0 configure:32256: test -s conftest configure:32259: $? = 0 configure:32271: result: yes configure:32281: checking for ISO C99 compliant snprintf configure:32307: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32310: $? = 0 configure:32312: ./conftest configure:32315: $? = 0 configure:32329: result: yes configure:32337: checking for ISO C99 compliant vsnprintf configure:32376: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lsocket -lnsl >&5 configure:32379: $? = 0 configure:32381: ./conftest configure:32384: $? = 0 configure:32398: result: yes configure:32578: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on dhcppc2 config.status:769: creating Makefile.global config.status:769: creating intl/Makefile config.status:769: creating po/Makefile.in config.status:769: creating packaging/RedHat/gnokii.spec config.status:769: creating packaging/Slackware/SlackBuild config.status:769: creating packaging/Slackware/SlackBuild-xgnokii config.status:769: creating common/gnokii.pc config.status:873: creating include/config.h config.status:1413: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris2.10 ac_cv_build_alias=sparc-sun-solaris2.10 ac_cv_c___ptr_t=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_long_double=yes ac_cv_c_long_long=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_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_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func___argz_count=no ac_cv_func___argz_next=no ac_cv_func___argz_stringify=no ac_cv_func___fsetlocking=yes ac_cv_func_alloca_works=yes ac_cv_func_asprintf=no ac_cv_func_fwprintf=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_gethostbyname=no ac_cv_func_getopt_long=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_grantpt=yes ac_cv_func_locale_charset=no ac_cv_func_memcmp_working=yes ac_cv_func_mempcpy=no ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_poll=yes ac_cv_func_putenv=yes ac_cv_func_select=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_snprintf_c99=yes ac_cv_func_stpcpy=no ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_strsep=no ac_cv_func_strstr=yes ac_cv_func_strtok=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_tsearch=yes ac_cv_func_vasprintf=no ac_cv_func_vsnprintf=yes ac_cv_func_vsnprintf_c99=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcslen=yes ac_cv_gnu_library_2=no ac_cv_gnu_library_2_1=no ac_cv_have_cfsetiospeed=yes ac_cv_have_cfsetspeed=no ac_cv_have_decl__snprintf=no ac_cv_have_decl__snwprintf=no ac_cv_have_decl_feof_unlocked=no ac_cv_have_decl_fgets_unlocked=no ac_cv_have_decl_getc_unlocked=no ac_cv_have_iobluetooth=no ac_cv_have_sockaddr_rc=no ac_cv_have_sockaddr_rfcomm=no ac_cv_have_timeops=no ac_cv_have_tm_gmtoff=no ac_cv_have_x='have_x=yes ac_x_includes=/usr/openwin/include ac_x_libraries=/usr/openwin/lib' ac_cv_header_CoreFoundation_CoreFoundation_h=no ac_cv_header_IOBluetooth_Bluetooth_h=no ac_cv_header_IOBluetooth_IOBluetoothUserLib_h=no ac_cv_header_X11_xpm_h=yes ac_cv_header_argz_h=no ac_cv_header_ctype_h=yes ac_cv_header_direct_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_irda_h=no ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_nl_types_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_modem_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_host=sparc-sun-solaris2.10 ac_cv_host_alias=sparc-sun-solaris2.10 ac_cv_lib_Xpm_XpmWriteFileFromXpmImage=yes ac_cv_lib_fl_yywrap=no ac_cv_lib_l_yywrap=yes ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_socket_socket=yes ac_cv_objext=o ac_cv_path_FIND=/usr/bin/find ac_cv_path_GMSGFMT=: ac_cv_path_GTK_CONFIG=/usr/sfw/bin/gtk-config ac_cv_path_MSGFMT=: ac_cv_path_MSGMERGE=: ac_cv_path_RM=/usr/bin/rm ac_cv_path_XGETTEXT=: ac_cv_prog_AR=ar ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_LEX=flex ac_cv_prog_MAKE=gmake ac_cv_prog_PTHREAD_CC=gcc ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep=egrep ac_cv_prog_f77_g=no ac_cv_prog_gcc_traditional=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_gmake_set=yes ac_cv_search_strerror='none required' ac_cv_struct_tm=time.h ac_cv_target=sparc-sun-solaris2.10 ac_cv_target_alias=sparc-sun-solaris2.10 ac_cv_type_long_long=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='-R$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libpath=none acl_cv_path_LD=/usr/ccs/bin/ld acl_cv_prog_gnu_ld=no acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1=const bh_cv_c_signed=yes gl_cv_header_inttypes_h=yes gl_cv_header_stdint_h=yes gt_cv_c_intmax_t=yes gt_cv_c_long_double=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=no gt_cv_func_printf_posix=yes gt_cv_header_inttypes_h=yes gt_cv_int_divbyzero_sigfpe=yes gt_cv_inttypes_pri_broken=no gt_cv_val_LC_MESSAGES=yes lt_cv_deplibs_check_method=pass_all 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/ccs/bin/ld lt_cv_path_LDCXX=/usr/ccs/bin/ld lt_cv_path_NM='/usr/ccs/bin/nm -p' lt_cv_path_SED=/usr/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=no lt_cv_prog_gnu_ldcxx=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_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=262144 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/^.*[ ]\\([BDRT][BDRT]*\\)[ ][ ]*\\([_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'\''"' nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='ar' AS='as' BUILD_INCLUDED_LIBINTL='yes' CATOBJEXT='.gmo' CC='gcc' CFLAGS='-g -O2 ' CPP='gcc -E' CPPFLAGS=' -I/usr/openwin/include' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='egrep' EXEEXT='' F77='' FFLAGS='' FIND='/usr/bin/find' GENCAT='gencat' GLDFLAGS='' GLIBC21='no' GLIBC2='no' GMSGFMT=':' GTK_CFLAGS='-I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include' GTK_CONFIG='/usr/sfw/bin/gtk-config' GTK_LIBS='-L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -R/usr/sfw/lib -lgmodule -lglib -lXext -lX11 -lsocket -lnsl -lm' HAVE_ASPRINTF='0' HAVE_LIBICAL='' HAVE_POSIX_PRINTF='1' HAVE_SNPRINTF='1' HAVE_WPRINTF='0' HAVE_XGNOKII='yes' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTOBJEXT='.mo' INTLBISON='bison' INTLLIBS='${top_builddir}/intl/libintl.la ' INTLOBJS='$(GETTOBJS)' INTL_LIBTOOL_SUFFIX_PREFIX='l' INTL_MACOSX_LIBS='' LDFLAGS='' LEX='flex' LEXLIB='-ll' LEX_OUTPUT_ROOT='lex.yy' LIBICONV='' LIBINTL='${top_builddir}/intl/libintl.la ' LIBOBJS='' LIBS='-lsocket -lnsl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBICONV='' LTLIBINTL='${top_builddir}/intl/libintl.la ' LTLIBOBJS='' MAKE='gmake' MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs' MSGFMT=':' MSGMERGE=':' NEED_LOCALE_CHARSET='' OBJDUMP='objdump' OBJEXT='o' OWN_GETOPT='' PACKAGE='gnokii' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POSUB='po' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-D_REENTRANT -pthread' PTHREAD_LIBS='' RANLIB='ranlib' RELOCATABLE='no' RELOCATABLE_VIA_LD_FALSE='' RELOCATABLE_VIA_LD_TRUE='#' RM='/usr/bin/rm' SET_MAKE='' SET_RELOCATABLE='' SHELL='/bin/ksh' STRIP='strip' USE_INCLUDED_LIBINTL='yes' USE_NLS='no' USE_UNIX98PTYS='' VERSION='0.6.8' WIN32='' WIN32_CROSS='' XGETTEXT=':' XGNOKIIDIR='${prefix}' XPACKAGE='xgnokii' XPM_CFLAGS='-I/usr/openwin/include' XPM_LIBS='-L/usr/openwin/lib -lXpm -lX11' XVERSION='20040720' ac_ct_AR='' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' bindir='${exec_prefix}/bin' build='sparc-sun-solaris2.10' build_alias='' build_cpu='sparc' build_os='solaris2.10' build_vendor='sun' datadir='${prefix}/share' exec_prefix='${prefix}' host='sparc-sun-solaris2.10' host_alias='' host_cpu='sparc' host_os='solaris2.10' host_vendor='sun' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/opt/gnokii' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='sparc-sun-solaris2.10' target_alias='' target_cpu='sparc' target_os='solaris2.10' target_vendor='sun' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEBUG 1 #define ENABLE_NLS 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_C99_SNPRINTF 1 #define HAVE_C99_VSNPRINTF 1 #define HAVE_CFSETISPEED 1 #define HAVE_CFSETOSPEED 1 #define HAVE_CTYPE_H 1 #define HAVE_DECL_FEOF_UNLOCKED 0 #define HAVE_DECL_FGETS_UNLOCKED 0 #define HAVE_DECL_GETC_UNLOCKED 0 #define HAVE_DECL__SNPRINTF 0 #define HAVE_DECL__SNWPRINTF 0 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FWPRINTF 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETUID 1 #define HAVE_ICONV 1 #define HAVE_ICONV 1 #define HAVE_INTMAX_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIBSOCKET 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_LONG_LONG 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MKTIME 1 #define HAVE_MMAP 1 #define HAVE_MSGHDR_MSG_CONTROL 1 #define HAVE_MUNMAP 1 #define HAVE_NL_TYPES_H 1 #define HAVE_POLL 1 #define HAVE_POSIX_PRINTF 1 #define HAVE_PTHREAD 1 #define HAVE_PUTENV 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_SNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRDUP 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSTR 1 #define HAVE_STRTOK 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_FILIO_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TSEARCH 1 #define HAVE_UINTMAX_T 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_VSNPRINTF 1 #define HAVE_WCHAR_H 1 #define HAVE_WCHAR_T 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSLEN 1 #define HAVE_WINT_T 1 #define HAVE_X11_XPM_H 1 #define HAVE___FSETLOCKING 1 #define ICONV_CONST const #define ICONV_CONST const #define INSTALLPREFIX "/opt/gnokii" #define INTDIV0_RAISES_SIGFPE 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE void #define RLP_DEBUG 1 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define USE_UNIX98PTYS 1 #define VERSION "0.6.8" #define XDEBUG 1 #define XGNOKIIDIR "/opt/gnokii" #define XPM 1 #define XVERSION "20040720" #define YYTEXT_POINTER 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0