This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LyX configure 2.0.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp10 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3087: checking for build type configure:3107: result: release configure:3122: checking for version suffix configure:3139: result: configure:3147: checking build system type configure:3161: result: i686-uhu-linux-gnu configure:3181: checking host system type configure:3194: result: i686-uhu-linux-gnu configure:3214: checking target system type configure:3227: result: i686-uhu-linux-gnu configure:3253: checking what packaging should be used configure:3268: result: posix configure:3354: checking whether to enable maintainer-specific portions of Makefiles configure:3363: result: no configure:3394: checking for a BSD-compatible install configure:3462: result: /bin/install -c configure:3473: checking whether build environment is sane configure:3523: result: yes configure:3664: checking for a thread-safe mkdir -p configure:3703: result: /bin/mkdir -p configure:3716: checking for gawk configure:3732: found /bin/gawk configure:3743: result: gawk configure:3754: checking whether make sets $(MAKE) configure:3776: result: yes configure:3858: checking whether make supports nested variables configure:3875: result: yes configure:4001: checking for a Python interpreter with version >= 2.4.0 configure:4019: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4.0'.split('.'))) + [0, 0, 0] minverhex = 0 maxverhex = 50331648 # = 3.0.0.0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex or sys.hexversion >= maxverhex) configure:4022: $? = 0 configure:4028: result: python configure:4036: checking for python configure:4054: found /usr/bin/python configure:4066: result: /usr/bin/python configure:4084: checking for python version configure:4091: result: 2.7 configure:4103: checking for python platform configure:4110: result: linux2 configure:4117: checking for python script directory configure:4145: result: ${prefix}/lib/python2.7/site-packages configure:4154: checking for python extension module directory configure:4182: result: ${exec_prefix}/lib/python2.7/site-packages configure:4209: checking for style of include used by make configure:4237: result: GNU configure:4268: checking for i686-uhu-linux-gcc configure:4284: found /usr/bin/i686-uhu-linux-gcc configure:4295: result: i686-uhu-linux-gcc configure:4564: checking for C compiler version configure:4573: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4584: $? = 0 configure:4573: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:4584: $? = 0 configure:4573: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:4584: $? = 1 configure:4573: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:4584: $? = 1 configure:4604: checking whether the C compiler works configure:4626: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4630: $? = 0 configure:4678: result: yes configure:4681: checking for C compiler default output file name configure:4683: result: a.out configure:4689: checking for suffix of executables configure:4696: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4700: $? = 0 configure:4722: result: configure:4744: checking whether we are cross compiling configure:4752: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4756: $? = 0 configure:4763: ./conftest configure:4767: $? = 0 configure:4782: result: no configure:4787: checking for suffix of object files configure:4809: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4813: $? = 0 configure:4834: result: o configure:4838: checking whether we are using the GNU C compiler configure:4857: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4857: $? = 0 configure:4866: result: yes configure:4875: checking whether i686-uhu-linux-gcc accepts -g configure:4895: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:4895: $? = 0 configure:4936: result: yes configure:4953: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:5017: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5017: $? = 0 configure:5030: result: none needed configure:5052: checking dependency style of i686-uhu-linux-gcc configure:5163: result: gcc3 configure:5184: checking how to run the C preprocessor configure:5215: i686-uhu-linux-gcc -E conftest.c configure:5215: $? = 0 configure:5229: i686-uhu-linux-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5229: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | /* end confdefs.h. */ | #include configure:5254: result: i686-uhu-linux-gcc -E configure:5274: i686-uhu-linux-gcc -E conftest.c configure:5274: $? = 0 configure:5288: i686-uhu-linux-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | /* end confdefs.h. */ | #include configure:5317: checking for grep that handles long lines and -e configure:5375: result: /bin/grep configure:5380: checking for egrep configure:5442: result: /bin/grep -E configure:5447: checking for ANSI C header files configure:5467: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5467: $? = 0 configure:5540: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5540: $? = 0 configure:5540: ./conftest configure:5540: $? = 0 configure:5551: result: yes configure:5564: checking for sys/types.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for sys/stat.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for stdlib.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for string.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for memory.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for strings.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for inttypes.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for stdint.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5564: checking for unistd.h configure:5564: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5564: $? = 0 configure:5564: result: yes configure:5576: checking whether byte ordering is bigendian configure:5591: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:22:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:22:15: error: unknown type name 'universal' configure:5591: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5636: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5636: $? = 0 configure:5654: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28:4: error: unknown type name 'not' not big endian ^ conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:5654: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5782: result: no configure:5802: checking what frontend should be used for the GUI configure:5817: result: qt4 configure:5825: checking for a good enough C++ compiler configure:5871: result: g++ configure:5986: checking for C++ compiler version configure:5995: g++ --version >&5 g++ (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6006: $? = 0 configure:5995: g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:6006: $? = 0 configure:5995: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:6006: $? = 1 configure:5995: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:6006: $? = 1 configure:6010: checking whether we are using the GNU C++ compiler configure:6029: g++ -c conftest.cpp >&5 configure:6029: $? = 0 configure:6038: result: yes configure:6047: checking whether g++ accepts -g configure:6067: g++ -c -g conftest.cpp >&5 configure:6067: $? = 0 configure:6108: result: yes configure:6133: checking dependency style of g++ configure:6244: result: gcc3 configure:6264: checking how to run the C++ preprocessor configure:6291: g++ -E conftest.cpp configure:6291: $? = 0 configure:6305: g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6305: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | #include configure:6330: result: g++ -E configure:6350: g++ -E conftest.cpp configure:6350: $? = 0 configure:6364: g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | #include configure:6607: checking for i686-uhu-linux-gcc configure:6623: found /usr/bin/i686-uhu-linux-gcc configure:6634: result: i686-uhu-linux-gcc configure:6703: checking for Objective C compiler version configure:6712: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6723: $? = 0 configure:6712: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:6723: $? = 0 configure:6712: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:6723: $? = 1 configure:6712: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:6723: $? = 1 configure:6727: checking whether we are using the GNU Objective C compiler configure:6746: i686-uhu-linux-gcc -c conftest.m >&5 i686-uhu-linux-gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:6755: result: no configure:6764: checking whether i686-uhu-linux-gcc accepts -g configure:6784: i686-uhu-linux-gcc -c -g conftest.m >&5 i686-uhu-linux-gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6784: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6799: i686-uhu-linux-gcc -c conftest.m >&5 i686-uhu-linux-gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6799: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6815: i686-uhu-linux-gcc -c -g conftest.m >&5 i686-uhu-linux-gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6815: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6825: result: no configure:6850: checking dependency style of i686-uhu-linux-gcc configure:6959: result: gcc3 configure:6977: checking dependency style of i686-uhu-linux-gcc configure:7086: result: gcc3 configure:7110: checking for extra library directory configure:7123: result: NONE configure:7154: checking for extra include directory configure:7167: result: NONE configure:7189: checking for extra lib+include directory configure:7202: result: NONE configure:7227: checking for main in -lshlwapi configure:7246: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lshlwapi >&5 /usr/bin/ld: cannot find -lshlwapi collect2: error: ld returned 1 exit status configure:7246: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7255: result: no configure:7262: checking for main in -lpsapi configure:7281: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lpsapi >&5 /usr/bin/ld: cannot find -lpsapi collect2: error: ld returned 1 exit status configure:7281: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7290: result: no configure:7297: checking for main in -lgdi32 configure:7316: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lgdi32 >&5 /usr/bin/ld: cannot find -lgdi32 collect2: error: ld returned 1 exit status configure:7316: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7325: result: no configure:7338: checking whether to use included boost library configure:7356: result: yes configure:7446: checking whether to use included MyThes library configure:7464: result: yes configure:7591: checking size of wchar_t configure:7596: i686-uhu-linux-gcc -o conftest -O2 conftest.c >&5 configure:7596: $? = 0 configure:7596: ./conftest configure:7596: $? = 0 configure:7610: result: 4 configure:7662: checking for ld used by GCC configure:7726: result: /usr/bin/ld configure:7733: checking if the linker (/usr/bin/ld) is GNU ld configure:7746: result: yes configure:7753: checking for shared library run path origin configure:7766: result: done configure:8230: checking for iconv configure:8252: i686-uhu-linux-gcc -o conftest -O2 conftest.c >&5 configure:8252: $? = 0 configure:8284: result: yes configure:8305: checking for iconv declaration configure:8334: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:8334: $? = 0 configure:8345: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:8368: checking zlib.h usability configure:8368: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:8368: $? = 0 configure:8368: result: yes configure:8368: checking zlib.h presence configure:8368: i686-uhu-linux-gcc -E conftest.c configure:8368: $? = 0 configure:8368: result: yes configure:8368: checking for zlib.h configure:8368: result: yes configure:8373: checking for gzopen in -lz configure:8398: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:8398: $? = 0 configure:8407: result: yes configure:8495: checking for i686-uhu-linux-pkg-config configure:8528: result: no configure:8538: checking for pkg-config configure:8556: found /usr/bin/pkg-config configure:8568: result: /usr/bin/pkg-config configure:8593: checking pkg-config is at least version 0.9.0 configure:8596: result: yes configure:8614: checking for QT4_CORE configure:8622: $PKG_CONFIG --exists --print-errors "QtCore" configure:8625: $? = 0 configure:8640: $PKG_CONFIG --exists --print-errors "QtCore" configure:8643: $? = 0 configure:8677: result: yes configure:8691: checking for QT4_FRONTEND configure:8699: $PKG_CONFIG --exists --print-errors "QtCore QtGui" configure:8702: $? = 0 configure:8717: $PKG_CONFIG --exists --print-errors "QtCore QtGui" configure:8720: $? = 0 configure:8754: result: yes configure:9642: checking for moc-qt4 configure:9661: found /usr/bin/moc-qt4 configure:9673: result: /usr/bin/moc-qt4 configure:9688: checking for uic-qt4 configure:9707: found /usr/bin/uic-qt4 configure:9719: result: /usr/bin/uic-qt4 configure:9734: checking for rcc-qt4 configure:9768: result: no configure:9734: checking for rcc configure:9753: found /usr/lib/qt4/bin/rcc configure:9765: result: /usr/lib/qt4/bin/rcc configure:9839: checking whether NLS is requested configure:9848: result: yes configure:9886: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:9918: result: /usr/bin/msgfmt configure:9927: checking for gmsgfmt configure:9958: result: /usr/bin/msgfmt configure:10009: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:10041: result: /usr/bin/xgettext configure:10087: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:10118: result: /usr/bin/msgmerge configure:10133: checking whether we are using the GNU C Library 2 or newer configure:10160: result: yes configure:10169: checking for i686-uhu-linux-ranlib configure:10199: result: no configure:10209: checking for ranlib configure:10225: found /usr/bin/ranlib configure:10236: result: ranlib configure:10263: checking for simple visibility declarations configure:10285: i686-uhu-linux-gcc -c -O2 -fvisibility=hidden conftest.c >&5 configure:10285: $? = 0 configure:10294: result: yes configure:10309: checking for inline configure:10325: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:10325: $? = 0 configure:10333: result: inline configure:10351: checking for size_t configure:10351: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:10351: $? = 0 configure:10351: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:62:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:10351: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:10351: result: yes configure:10363: checking for stdint.h configure:10380: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:10380: $? = 0 configure:10387: result: yes configure:10399: checking for working alloca.h configure:10416: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:10416: $? = 0 configure:10424: result: yes configure:10432: checking for alloca configure:10469: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:10469: $? = 0 configure:10477: result: yes configure:10592: checking for stdlib.h configure:10592: result: yes configure:10592: checking for unistd.h configure:10592: result: yes configure:10592: checking for sys/param.h configure:10592: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:10592: $? = 0 configure:10592: result: yes configure:10612: checking for getpagesize configure:10612: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:10612: $? = 0 configure:10612: result: yes configure:10621: checking for working mmap configure:10768: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:10768: $? = 0 configure:10768: ./conftest configure:10768: $? = 0 configure:10778: result: yes configure:10789: checking whether integer division by zero raises SIGFPE configure:10846: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:52:5: warning: built-in function 'nan' declared as non-function [enabled by default] int nan; ^ configure:10846: $? = 0 configure:10846: ./conftest configure:10846: $? = 0 configure:10857: result: yes configure:10870: checking for inttypes.h configure:10887: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:10887: $? = 0 configure:10894: result: yes configure:10905: checking for unsigned long long int configure:10926: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:10926: $? = 0 configure:10934: result: yes configure:10973: checking for inttypes.h configure:10973: result: yes configure:10984: checking whether the inttypes.h PRIxNN macros are broken configure:11005: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11005: $? = 0 configure:11013: result: no configure:11076: checking whether imported symbols can be declared weak configure:11091: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11091: $? = 0 configure:11096: result: yes configure:11101: checking pthread.h usability configure:11101: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11101: $? = 0 configure:11101: result: yes configure:11101: checking pthread.h presence configure:11101: i686-uhu-linux-gcc -E conftest.c configure:11101: $? = 0 configure:11101: result: yes configure:11101: checking for pthread.h configure:11101: result: yes configure:11129: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 /tmp/ccnFIbow.o: In function `main': conftest.c:(.text.startup+0x1d): undefined reference to `pthread_mutexattr_init' collect2: error: ld returned 1 exit status configure:11129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_mutex_lock((pthread_mutex_t*)0); | pthread_mutexattr_init((pthread_mutexattr_t*)0); | ; | return 0; | } configure:11192: checking for pthread_kill in -lpthread configure:11217: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lpthread -lz >&5 configure:11217: $? = 0 configure:11226: result: yes configure:11296: checking for pthread_rwlock_t configure:11296: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11296: $? = 0 configure:11296: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:47:31: error: expected expression before ')' token if (sizeof ((pthread_rwlock_t))) ^ configure:11296: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((pthread_rwlock_t))) | return 0; | ; | return 0; | } configure:11296: result: yes configure:11321: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11321: $? = 0 configure:11874: checking for multithread API to use configure:11876: result: posix configure:11904: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11904: $? = 0 configure:11915: checking argz.h usability configure:11915: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11915: $? = 0 configure:11915: result: yes configure:11915: checking argz.h presence configure:11915: i686-uhu-linux-gcc -E conftest.c configure:11915: $? = 0 configure:11915: result: yes configure:11915: checking for argz.h configure:11915: result: yes configure:11915: checking for inttypes.h configure:11915: result: yes configure:11915: checking limits.h usability configure:11915: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11915: $? = 0 configure:11915: result: yes configure:11915: checking limits.h presence configure:11915: i686-uhu-linux-gcc -E conftest.c configure:11915: $? = 0 configure:11915: result: yes configure:11915: checking for limits.h configure:11915: result: yes configure:11915: checking for unistd.h configure:11915: result: yes configure:11915: checking for sys/param.h configure:11915: result: yes configure:11930: checking for getcwd configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for getegid configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for geteuid configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for getgid configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for getuid configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for mempcpy configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:78:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default] char mempcpy (); ^ configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for munmap configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for stpcpy configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:80:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default] char stpcpy (); ^ configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for strcasecmp configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:81:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for strdup configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:82:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for strtoul configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for tsearch configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for argz_count configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for argz_stringify configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for argz_next configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11930: checking for __fsetlocking configure:11930: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:11930: $? = 0 configure:11930: result: yes configure:11941: checking whether feof_unlocked is declared configure:11961: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:11961: $? = 0 configure:11968: result: yes configure:11982: checking whether fgets_unlocked is declared configure:12002: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:73:22: error: 'fgets_unlocked' undeclared (first use in this function) char *p = (char *) fgets_unlocked; ^ conftest.c:73:22: note: each undeclared identifier is reported only once for each function it appears in configure:12002: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef fgets_unlocked | char *p = (char *) fgets_unlocked; | #endif | | ; | return 0; | } configure:12009: result: no configure:12053: checking for iconv configure:12107: result: yes configure:12128: checking for iconv declaration configure:12168: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:12179: checking for NL_LOCALE_NAME macro configure:12196: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12196: $? = 0 configure:12205: result: yes configure:12217: checking for bison configure:12233: found /usr/bin/bison configure:12244: result: bison configure:12258: checking version of bison configure:12267: result: 3.0.2, ok configure:12275: checking for long long int configure:12298: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12298: $? = 0 configure:12306: result: yes configure:12315: checking for long double configure:12347: result: yes configure:12356: checking for wchar_t configure:12373: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12373: $? = 0 configure:12380: result: yes configure:12389: checking for wint_t configure:12406: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12406: $? = 0 configure:12413: result: yes configure:12424: checking for intmax_t configure:12450: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12450: $? = 0 configure:12457: result: yes configure:12467: checking whether printf() supports POSIX/XSI format strings configure:12508: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12508: $? = 0 configure:12508: ./conftest configure:12508: $? = 0 configure:12519: result: yes configure:12530: checking whether we are using the GNU C Library 2.1 or newer configure:12557: result: yes configure:12566: checking for stdint.h configure:12566: result: yes configure:12576: checking for SIZE_MAX configure:12650: result: yes configure:12665: checking for stdint.h configure:12665: result: yes configure:12677: checking for CFPreferencesCopyAppValue configure:12695: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:79:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:12695: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:12704: result: no configure:12711: checking for CFLocaleCopyCurrent configure:12729: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:79:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:12729: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:12738: result: no configure:12756: checking for ptrdiff_t configure:12756: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12756: $? = 0 configure:12756: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:115:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:12756: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:12756: result: yes configure:12769: checking stddef.h usability configure:12769: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12769: $? = 0 configure:12769: result: yes configure:12769: checking stddef.h presence configure:12769: i686-uhu-linux-gcc -E conftest.c configure:12769: $? = 0 configure:12769: result: yes configure:12769: checking for stddef.h configure:12769: result: yes configure:12769: checking for stdlib.h configure:12769: result: yes configure:12769: checking for string.h configure:12769: result: yes configure:12782: checking for asprintf configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for fwprintf configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for putenv configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for setenv configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for setlocale configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for snprintf configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 conftest.c:110:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:12782: $? = 0 configure:12782: result: yes configure:12782: checking for wcslen configure:12782: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12782: $? = 0 configure:12782: result: yes configure:12793: checking whether _snprintf is declared configure:12813: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:95:22: error: '_snprintf' undeclared (first use in this function) char *p = (char *) _snprintf; ^ conftest.c:95:22: note: each undeclared identifier is reported only once for each function it appears in configure:12813: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snprintf | char *p = (char *) _snprintf; | #endif | | ; | return 0; | } configure:12820: result: no configure:12834: checking whether _snwprintf is declared configure:12854: i686-uhu-linux-gcc -c -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:96:22: error: '_snwprintf' undeclared (first use in this function) char *p = (char *) _snwprintf; ^ conftest.c:96:22: note: each undeclared identifier is reported only once for each function it appears in configure:12854: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snwprintf | char *p = (char *) _snwprintf; | #endif | | ; | return 0; | } configure:12861: result: no configure:12876: checking whether getc_unlocked is declared configure:12896: i686-uhu-linux-gcc -c -O2 conftest.c >&5 configure:12896: $? = 0 configure:12903: result: yes configure:12942: checking for nl_langinfo and CODESET configure:12958: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12958: $? = 0 configure:12967: result: yes configure:12976: checking for LC_MESSAGES configure:12992: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:12992: $? = 0 configure:13000: result: yes configure:13044: checking for CFPreferencesCopyAppValue configure:13071: result: no configure:13078: checking for CFLocaleCopyCurrent configure:13105: result: no configure:13140: checking whether included gettext is requested configure:13150: result: no configure:13173: checking for GNU gettext in libc configure:13193: i686-uhu-linux-gcc -o conftest -O2 conftest.c -lz >&5 configure:13193: $? = 0 configure:13202: result: yes configure:13723: checking whether to use NLS configure:13725: result: yes configure:13728: checking where the gettext function comes from configure:13739: result: libc configure:13834: checking whether sys/types.h defines makedev configure:13850: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:13850: $? = 0 configure:13859: result: yes configure:13887: checking sys/time.h usability configure:13887: g++ -c -O2 conftest.cpp >&5 configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking sys/time.h presence configure:13887: g++ -E conftest.cpp configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking for sys/time.h configure:13887: result: yes configure:13887: checking for sys/types.h configure:13887: result: yes configure:13887: checking sys/select.h usability configure:13887: g++ -c -O2 conftest.cpp >&5 configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking sys/select.h presence configure:13887: g++ -E conftest.cpp configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking for sys/select.h configure:13887: result: yes configure:13887: checking locale.h usability configure:13887: g++ -c -O2 conftest.cpp >&5 configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking locale.h presence configure:13887: g++ -E conftest.cpp configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking for locale.h configure:13887: result: yes configure:13887: checking utime.h usability configure:13887: g++ -c -O2 conftest.cpp >&5 configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking utime.h presence configure:13887: g++ -E conftest.cpp configure:13887: $? = 0 configure:13887: result: yes configure:13887: checking for utime.h configure:13887: result: yes configure:13887: checking sys/utime.h usability configure:13887: g++ -c -O2 conftest.cpp >&5 conftest.cpp:135:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. configure:13887: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13887: result: no configure:13887: checking sys/utime.h presence configure:13887: g++ -E conftest.cpp conftest.cpp:102:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. configure:13887: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include configure:13887: result: no configure:13887: checking for sys/utime.h configure:13887: result: no configure:13899: checking whether stat file-mode macros are broken configure:13926: g++ -c -O2 conftest.cpp >&5 configure:13926: $? = 0 configure:13933: result: no configure:13941: checking whether time.h and sys/time.h may both be included configure:13961: g++ -c -O2 conftest.cpp >&5 configure:13961: $? = 0 configure:13968: result: yes configure:13978: checking for mode_t configure:13978: g++ -c -O2 conftest.cpp >&5 configure:13978: $? = 0 configure:13978: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:139:20: error: expected primary-expression before ')' token if (sizeof ((mode_t))) ^ configure:13978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:13978: result: yes configure:13985: checking for off_t configure:13985: g++ -c -O2 conftest.cpp >&5 configure:13985: $? = 0 configure:13985: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:140:19: error: expected primary-expression before ')' token if (sizeof ((off_t))) ^ configure:13985: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:13985: result: yes configure:13996: checking for pid_t configure:13996: g++ -c -O2 conftest.cpp >&5 configure:13996: $? = 0 configure:13996: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:140:19: error: expected primary-expression before ')' token if (sizeof ((pid_t))) ^ configure:13996: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:13996: result: yes configure:14007: checking return type of signal handlers configure:14025: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:110:22: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:14025: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:14032: result: void configure:14040: checking for size_t configure:14040: result: yes configure:14051: checking for uid_t in sys/types.h configure:14070: result: yes configure:14083: checking whether PATH_MAX is defined by header limits.h configure:14096: g++ -c -O2 conftest.cpp >&5 configure:14096: $? = 0 configure:14102: result: yes configure:14115: checking for chmod configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for close configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for _close configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/ccIc1aDB.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_close' collect2: error: ld returned 1 exit status configure:14115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | /* end confdefs.h. */ | /* Define _close to an innocuous variant, in case declares _close. | For example, HP-UX 11i declares gettimeofday. */ | #define _close innocuous__close | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _close (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _close | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _close (); | /* 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__close || defined __stub____close | choke me | #endif | | int | main () | { | return _close (); | ; | return 0; | } configure:14115: result: no configure:14115: checking for fork configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for getpid configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for _getpid configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/ccTQaIg5.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_getpid' collect2: error: ld returned 1 exit status configure:14115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | /* end confdefs.h. */ | /* Define _getpid to an innocuous variant, in case declares _getpid. | For example, HP-UX 11i declares gettimeofday. */ | #define _getpid innocuous__getpid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _getpid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _getpid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _getpid (); | /* 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__getpid || defined __stub____getpid | choke me | #endif | | int | main () | { | return _getpid (); | ; | return 0; | } configure:14115: result: no configure:14115: checking for lstat configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for mkfifo configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for open configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for _open configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/ccQBBgMz.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_open' collect2: error: ld returned 1 exit status configure:14115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | /* end confdefs.h. */ | /* Define _open to an innocuous variant, in case declares _open. | For example, HP-UX 11i declares gettimeofday. */ | #define _open innocuous__open | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _open (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _open | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _open (); | /* 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__open || defined __stub____open | choke me | #endif | | int | main () | { | return _open (); | ; | return 0; | } configure:14115: result: no configure:14115: checking for pclose configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for _pclose configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/cc6MyksP.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_pclose' collect2: error: ld returned 1 exit status configure:14115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | /* end confdefs.h. */ | /* Define _pclose to an innocuous variant, in case declares _pclose. | For example, HP-UX 11i declares gettimeofday. */ | #define _pclose innocuous__pclose | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _pclose (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _pclose | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _pclose (); | /* 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__pclose || defined __stub____pclose | choke me | #endif | | int | main () | { | return _pclose (); | ; | return 0; | } configure:14115: result: no configure:14115: checking for popen configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for _popen configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/cc7Zri28.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_popen' collect2: error: ld returned 1 exit status configure:14115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* Define _popen to an innocuous variant, in case declares _popen. | For example, HP-UX 11i declares gettimeofday. */ | #define _popen innocuous__popen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _popen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _popen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _popen (); | /* 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__popen || defined __stub____popen | choke me | #endif | | int | main () | { | return _popen (); | ; | return 0; | } configure:14115: result: no configure:14115: checking for readlink configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14115: checking for strerror configure:14115: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14115: $? = 0 configure:14115: result: yes configure:14128: checking for mkdir configure:14128: g++ -o conftest -O2 conftest.cpp -lz >&5 configure:14128: $? = 0 configure:14128: result: yes configure:14128: checking for _mkdir configure:14128: g++ -o conftest -O2 conftest.cpp -lz >&5 /tmp/cca0seQF.o: In function `main': conftest.cpp:(.text.startup+0x7): undefined reference to `_mkdir' collect2: error: ld returned 1 exit status configure:14128: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | /* end confdefs.h. */ | /* Define _mkdir to an innocuous variant, in case declares _mkdir. | For example, HP-UX 11i declares gettimeofday. */ | #define _mkdir innocuous__mkdir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _mkdir (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _mkdir | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _mkdir (); | /* 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__mkdir || defined __stub____mkdir | choke me | #endif | | int | main () | { | return _mkdir (); | ; | return 0; | } configure:14128: result: no configure:14137: checking whether mkdir takes one argument configure:14158: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:127:11: error: too few arguments to function 'int mkdir(const char*, __mode_t)' mkdir ("."); ^ In file included from conftest.cpp:119:0: /usr/include/sys/stat.h:321:12: note: declared here extern int mkdir (const char *__path, __mode_t __mode) ^ configure:14158: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | /* end confdefs.h. */ | | #include | #if HAVE_UNISTD_H | # include | #endif | | int | main () | { | mkdir ("."); | ; | return 0; | } configure:14165: result: no configure:14176: checking for sys/select.h configure:14176: result: yes configure:14176: checking sys/socket.h usability configure:14176: g++ -c -O2 conftest.cpp >&5 configure:14176: $? = 0 configure:14176: result: yes configure:14176: checking sys/socket.h presence configure:14176: g++ -E conftest.cpp configure:14176: $? = 0 configure:14176: result: yes configure:14176: checking for sys/socket.h configure:14176: result: yes configure:14186: checking types of arguments for select configure:14214: g++ -c -O2 conftest.cpp >&5 configure:14214: $? = 0 configure:14225: result: int,fd_set *,struct timeval * configure:14263: checking aspell.h usability configure:14263: g++ -c -O2 conftest.cpp >&5 conftest.cpp:156:20: fatal error: aspell.h: No such file or directory #include ^ compilation terminated. configure:14263: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14263: result: no configure:14263: checking aspell.h presence configure:14263: g++ -E conftest.cpp conftest.cpp:123:20: fatal error: aspell.h: No such file or directory #include ^ compilation terminated. configure:14263: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include configure:14263: result: no configure:14263: checking for aspell.h configure:14263: result: no configure:14275: checking for new_aspell_config in -laspell configure:14300: g++ -o conftest -O2 conftest.cpp -laspell -lz >&5 /usr/bin/ld: cannot find -laspell collect2: error: ld returned 1 exit status configure:14300: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char new_aspell_config (); | int | main () | { | return new_aspell_config (); | ; | return 0; | } configure:14309: result: no configure:14318: checking whether to use aspell configure:14328: result: no configure:14355: checking for ENCHANT configure:14363: $PKG_CONFIG --exists --print-errors "enchant" configure:14366: $? = 0 configure:14381: $PKG_CONFIG --exists --print-errors "enchant" configure:14384: $? = 0 configure:14418: result: yes configure:14422: checking whether to use enchant configure:14425: result: yes configure:14459: checking for HUNSPELL configure:14467: $PKG_CONFIG --exists --print-errors "hunspell" Package hunspell was not found in the pkg-config search path. Perhaps you should add the directory containing `hunspell.pc' to the PKG_CONFIG_PATH environment variable No package 'hunspell' found configure:14470: $? = 1 configure:14485: $PKG_CONFIG --exists --print-errors "hunspell" Package hunspell was not found in the pkg-config search path. Perhaps you should add the directory containing `hunspell.pc' to the PKG_CONFIG_PATH environment variable No package 'hunspell' found configure:14488: $? = 1 No package 'hunspell' found configure:14519: checking hunspell/hunspell.hxx usability configure:14519: g++ -c -O2 conftest.cpp >&5 conftest.cpp:157:33: fatal error: hunspell/hunspell.hxx: No such file or directory #include ^ compilation terminated. configure:14519: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define USE_ENCHANT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14519: result: no configure:14519: checking hunspell/hunspell.hxx presence configure:14519: g++ -E conftest.cpp conftest.cpp:124:33: fatal error: hunspell/hunspell.hxx: No such file or directory #include ^ compilation terminated. configure:14519: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define USE_ENCHANT 1 | /* end confdefs.h. */ | #include configure:14519: result: no configure:14519: checking for hunspell/hunspell.hxx configure:14519: result: no configure:14531: checking for main in -lhunspell configure:14550: g++ -o conftest -O2 conftest.cpp -lhunspell -lz >&5 /usr/bin/ld: cannot find -lhunspell collect2: error: ld returned 1 exit status configure:14550: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.0.5.1" | #define PACKAGE_STRING "LyX 2.0.5.1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #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 SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_VISIBILITY 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_MODE_T 1 | #define RETSIGTYPE void | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_MKDIR 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define USE_ENCHANT 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:14559: result: no configure:14628: checking whether to use hunspell configure:14638: result: no configure:14664: checking for fcntl configure:14664: i686-uhu-linux-gcc -o conftest -O2 conftest.c >&5 configure:14664: $? = 0 configure:14664: result: yes configure:14669: checking for library containing gethostbyname configure:14700: i686-uhu-linux-gcc -o conftest -O2 conftest.c >&5 configure:14700: $? = 0 configure:14717: result: none required configure:14725: checking for library containing socket configure:14756: i686-uhu-linux-gcc -o conftest -O2 conftest.c >&5 configure:14756: $? = 0 configure:14773: result: none required configure:15303: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LyX config.status 2.0.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp10 config.status:1193: creating Makefile config.status:1193: creating lyx.1 config.status:1193: creating boost/Makefile config.status:1193: creating config/Makefile config.status:1193: creating development/Makefile config.status:1193: creating development/MacOSX/Makefile config.status:1193: creating development/MacOSX/Info.plist config.status:1193: creating development/MacOSX/lyxrc.dist config.status:1193: creating development/MacOSX/spotlight/Makefile config.status:1193: creating development/cygwin/Makefile config.status:1193: creating development/cygwin/lyxrc.dist config.status:1193: creating development/lyx.spec config.status:1193: creating intl/Makefile config.status:1193: creating lib/Makefile config.status:1193: creating lib/doc/Makefile config.status:1193: creating lib/lyx2lyx/lyx2lyx_version.py config.status:1193: creating lib/lyx2lyx/Makefile config.status:1193: creating m4/Makefile config.status:1193: creating po/Makefile.in config.status:1193: creating sourcedoc/Doxyfile config.status:1193: creating sourcedoc/Makefile config.status:1193: creating src/client/Makefile config.status:1193: creating src/client/lyxclient.1 config.status:1193: creating src/Makefile config.status:1193: creating src/tex2lyx/Makefile config.status:1193: creating src/tex2lyx/tex2lyx.1 config.status:1193: creating src/support/Makefile config.status:1193: creating src/frontends/Makefile config.status:1193: creating src/frontends/qt4/Makefile config.status:1193: creating config.h config.status:1422: executing depfiles commands config.status:1422: executing po-directories commands configure:16778: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_ENCHANT_CFLAGS_set= ac_cv_env_ENCHANT_CFLAGS_value= ac_cv_env_ENCHANT_LIBS_set= ac_cv_env_ENCHANT_LIBS_value= ac_cv_env_HUNSPELL_CFLAGS_set= ac_cv_env_HUNSPELL_CFLAGS_value= ac_cv_env_HUNSPELL_LIBS_set= ac_cv_env_HUNSPELL_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_QT4DIR_set=set ac_cv_env_QT4DIR_value=/usr/lib/qt4 ac_cv_env_QT4_CORE_CFLAGS_set= ac_cv_env_QT4_CORE_CFLAGS_value= ac_cv_env_QT4_CORE_LIBS_set= ac_cv_env_QT4_CORE_LIBS_value= ac_cv_env_QT4_FRONTEND_CFLAGS_set= ac_cv_env_QT4_FRONTEND_CFLAGS_value= ac_cv_env_QT4_FRONTEND_LIBS_set= ac_cv_env_QT4_FRONTEND_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___fsetlocking=yes ac_cv_func__close=no ac_cv_func__getpid=no ac_cv_func__mkdir=no ac_cv_func__open=no ac_cv_func__pclose=no ac_cv_func__popen=no ac_cv_func_alloca_works=yes ac_cv_func_argz_count=yes ac_cv_func_argz_next=yes ac_cv_func_argz_stringify=yes ac_cv_func_asprintf=yes ac_cv_func_chmod=yes ac_cv_func_close=yes ac_cv_func_fcntl=yes ac_cv_func_fork=yes 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_getpagesize=yes ac_cv_func_getpid=yes ac_cv_func_getuid=yes ac_cv_func_lstat=yes ac_cv_func_mempcpy=yes ac_cv_func_mkdir=yes ac_cv_func_mkfifo=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_open=yes ac_cv_func_pclose=yes ac_cv_func_popen=yes ac_cv_func_putenv=yes ac_cv_func_readlink=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtoul=yes ac_cv_func_tsearch=yes ac_cv_func_wcslen=yes ac_cv_gnu_library_2=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl__snwprintf=no ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_fgets_unlocked=no ac_cv_have_decl_getc_unlocked=yes ac_cv_header_argz_h=yes ac_cv_header_aspell_h=no ac_cv_header_hunspell_hunspell_hxx=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_pthread_h=yes ac_cv_header_stat_broken=no 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_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_types_h_makedev=yes ac_cv_header_sys_utime_h=no ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_aspell_new_aspell_config=no ac_cv_lib_gdi32_main=no ac_cv_lib_hunspell_main=no ac_cv_lib_psapi_main=no ac_cv_lib_pthread_pthread_kill=yes ac_cv_lib_shlwapi_main=no ac_cv_lib_z_gzopen=yes ac_cv_mkdir_takes_one_arg=no ac_cv_objc_compiler_gnu=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MOC4=/usr/bin/moc-qt4 ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RCC4=/usr/lib/qt4/bin/rcc ac_cv_path_UIC4=/usr/bin/uic-qt4 ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_OBJC=i686-uhu-linux-gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=no ac_cv_search_gethostbyname='none required' ac_cv_search_socket='none required' ac_cv_sizeof_wchar_t=4 ac_cv_target=i686-uhu-linux-gnu ac_cv_type_long_long_int=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pthread_rwlock_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_OBJC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 gl_cv_cc_visibility=yes gl_cv_header_inttypes_h=yes gl_cv_header_stdint_h=yes gl_cv_size_max=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=yes gt_cv_func_printf_posix=yes gt_cv_int_divbyzero_sigfpe=yes gt_cv_inttypes_pri_broken=no gt_cv_nl_locale_name=yes gt_cv_val_LC_MESSAGES=yes lyx_cv_extra_inc=NONE lyx_cv_extra_lib=NONE lyx_cv_extra_prefix=NONE lyx_cv_with_included_boost=yes lyx_cv_with_included_mythes=yes nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=no pkg_cv_ENCHANT_CFLAGS='-pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_ENCHANT_LIBS='-lenchant -lgmodule-2.0 -pthread -lglib-2.0 ' pkg_cv_QT4_CORE_CFLAGS='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' pkg_cv_QT4_CORE_LIBS='-L/usr/lib/qt4/lib -lQtCore ' pkg_cv_QT4_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' pkg_cv_QT4_FRONTEND_LIBS='-L/usr/lib/qt4/lib -lQtGui -lQtCore ' qt4_cv_bin=/usr/lib/qt4/bin qt4_cv_dir=/usr/lib/qt4 qt4_cv_includes=/usr/lib/qt4/include qt4_cv_libraries=/usr/lib/qt4/lib ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/config/missing --run aclocal-1.11' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS='' AM_CPPFLAGS='' AM_CXXFLAGS='' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_LDFLAGS='' AM_V='$(V)' AUTOCONF='${SHELL} /var/uhubuild/work/compile/config/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/config/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/config/missing --run automake-1.11' AWK='gawk' BOOST_MT='' BOOST_SEP='' BUILD_CLIENT_SUBDIR_FALSE='#' BUILD_CLIENT_SUBDIR_TRUE='' BUILD_INCLUDED_LIBINTL='no' CATOBJEXT='.gmo' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2' CFLAG_VISIBILITY='-fvisibility=hidden' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENCHANT_CFLAGS='-pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' ENCHANT_LIBS='-lenchant -lgmodule-2.0 -pthread -lglib-2.0 ' EXEEXT='' FRONTENDS='qt4' FRONTENDS_PROGS=' lyx-qt4$(EXEEXT)' FRONTENDS_SUBDIRS=' qt4' GENCAT='gencat' GLIBC21='yes' GLIBC2='yes' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' HAVE_ASPRINTF='1' HAVE_POSIX_PRINTF='1' HAVE_SNPRINTF='1' HAVE_VISIBILITY='1' HAVE_WPRINTF='0' HUNSPELL_CFLAGS='' HUNSPELL_LIBS='' INSTALL_CYGWIN_FALSE='' INSTALL_CYGWIN_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MACOSX_FALSE='' INSTALL_MACOSX_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTALL_WINDOWS_FALSE='' INSTALL_WINDOWS_TRUE='#' INSTOBJEXT='.mo' INTLBISON='bison' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBICONV='' LIBINTL='' LIBMULTITHREAD='-lpthread' LIBOBJS='' LIBPSAPI='' LIBPTH='' LIBS=' -lz ' LIBSHLWAPI='' LIBTHREAD='' LTLIBICONV='' LTLIBINTL='' LTLIBMULTITHREAD='-lpthread' LTLIBOBJS='' LTLIBPTH='' LTLIBTHREAD='' LYX_BUILD_PCH_FALSE='' LYX_BUILD_PCH_TRUE='#' LYX_DATE='2012-11-03' LYX_DIR_VER='LYX_DIR_20x' LYX_MAJOR_VERSION='2' LYX_MINOR_VERSION='0' LYX_RELEASE_LEVEL='5' LYX_RELEASE_PATCH='1' LYX_USERDIR_VER='LYX_USERDIR_20x' LYX_WIN_RESOURCE_FALSE='' LYX_WIN_RESOURCE_TRUE='#' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/config/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MOC4='/usr/bin/moc-qt4' MONOLITHIC_BOOST_FALSE='' MONOLITHIC_BOOST_TRUE='#' MONOLITHIC_CLIENT_FALSE='' MONOLITHIC_CLIENT_TRUE='#' MONOLITHIC_CORE_FALSE='' MONOLITHIC_CORE_TRUE='#' MONOLITHIC_FRONTEND_QT4_FALSE='' MONOLITHIC_FRONTEND_QT4_TRUE='#' MONOLITHIC_INSETS_FALSE='' MONOLITHIC_INSETS_TRUE='#' MONOLITHIC_MATHED_FALSE='' MONOLITHIC_MATHED_TRUE='#' MONOLITHIC_TEX2LYX_FALSE='' MONOLITHIC_TEX2LYX_TRUE='#' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' MYTHES_LIBS='' OBJC='i686-uhu-linux-gcc' OBJCDEPMODE='depmode=gcc3' OBJCFLAGS='' OBJEXT='o' PACKAGE='lyx' PACKAGE_BUGREPORT='lyx-devel@lists.lyx.org' PACKAGE_NAME='LyX' PACKAGE_STRING='LyX 2.0.5.1' PACKAGE_TARNAME='lyx' PACKAGE_URL='' PACKAGE_VERSION='2.0.5.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POSUB='po' PRI_MACROS_BROKEN='0' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' QT4DIR='/usr/lib/qt4' QT4_CORE_CFLAGS='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' QT4_CORE_INCLUDES='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' QT4_CORE_LDFLAGS='-L/usr/lib/qt4/lib ' QT4_CORE_LIB='-lQtCore ' QT4_CORE_LIBS='-L/usr/lib/qt4/lib -lQtCore ' QT4_CPPFLAGS='-DQT_NO_STL -DQT_NO_KEYWORDS' QT4_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' QT4_FRONTEND_LIBS='-L/usr/lib/qt4/lib -lQtGui -lQtCore ' QT4_INCLUDES='-DQT_SHARED -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore ' QT4_LDFLAGS='-L/usr/lib/qt4/lib ' QT4_LIB='-lQtGui -lQtCore ' QT4_VERSION='4.8.6' RANLIB='ranlib' RCC4='/usr/lib/qt4/bin/rcc' RPM_FRONTEND='qt4' RPM_VERSION_SUFFIX='""' SET_MAKE='' SHELL='/bin/sh' SOCKET_LIBS='' STRIP='' UIC4='/usr/bin/uic-qt4' USE_ASPELL_FALSE='' USE_ASPELL_TRUE='#' USE_ENCHANT_FALSE='#' USE_ENCHANT_TRUE='' USE_HUNSPELL_FALSE='' USE_HUNSPELL_TRUE='#' USE_INCLUDED_BOOST_FALSE='#' USE_INCLUDED_BOOST_TRUE='' USE_INCLUDED_LIBINTL='no' USE_INCLUDED_MYTHES_FALSE='#' USE_INCLUDED_MYTHES_TRUE='' USE_NLS='yes' VERSION='2.0.5.1' VERSION_INFO='Configuration\n Host type: i686-uhu-linux-gnu\n Special build flags: build=release use-enchant\n C Compiler: i686-uhu-linux-gcc \n C Compiler LyX flags: \n C Compiler flags: -O2\n C++ Compiler: g++ (4.8.3)\n C++ Compiler LyX flags: \n C++ Compiler flags: -O2\n Linker flags: \n Linker user flags: \n Qt 4 Frontend:\n Qt 4 version:\t\t4.8.6\n Packaging: posix\n LyX binary dir: /usr/bin\n LyX files dir: /usr/share/lyx\n' WOE32DLL='no' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_OBJC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='#' am__fastdepOBJC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' lyx_devel_version='no' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgdatadir='${datadir}/${PACKAGE}' pkgpyexecdir='${pyexecdir}/lyx' pkgpythondir='${pythondir}/lyx' prefix='/usr' program_suffix='' program_transform_name='s&$$&&' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' real_pkgdatadir='/usr/share/lyx' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='i686-uhu-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='uhu' version_suffix='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LyX" #define PACKAGE_TARNAME "lyx" #define PACKAGE_VERSION "2.0.5.1" #define PACKAGE_STRING "LyX 2.0.5.1" #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" #define PACKAGE_URL "" #define USE_POSIX_PACKAGING 1 #define PACKAGE "lyx" #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 SIZEOF_WCHAR_T 4 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_ZLIB_H 1 #define HAVE_VISIBILITY 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define INTDIV0_RAISES_SIGFPE 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_UINTMAX_T 1 #define HAVE_INTTYPES_H 1 #define USE_POSIX_THREADS 1 #define USE_POSIX_THREADS_WEAK 1 #define HAVE_PTHREAD_RWLOCK 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_ARGZ_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETUID 1 #define HAVE_MEMPCPY 1 #define HAVE_MUNMAP 1 #define HAVE_STPCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRTOUL 1 #define HAVE_TSEARCH 1 #define HAVE_ARGZ_COUNT 1 #define HAVE_ARGZ_STRINGIFY 1 #define HAVE_ARGZ_NEXT 1 #define HAVE___FSETLOCKING 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 0 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_NL_LOCALE_NAME 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_INTMAX_T 1 #define HAVE_POSIX_PRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_ASPRINTF 1 #define HAVE_FWPRINTF 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_DECL__SNWPRINTF 0 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_LOCALE_H 1 #define HAVE_UTIME_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_MODE_T 1 #define RETSIGTYPE void #define HAVE_DEF_PATH_MAX 1 #define HAVE_CHMOD 1 #define HAVE_CLOSE 1 #define HAVE_FORK 1 #define HAVE_GETPID 1 #define HAVE_LSTAT 1 #define HAVE_MKFIFO 1 #define HAVE_OPEN 1 #define HAVE_PCLOSE 1 #define HAVE_POPEN 1 #define HAVE_READLINK 1 #define HAVE_STRERROR 1 #define HAVE_MKDIR 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define USE_ENCHANT 1 #define HAVE_FCNTL 1 #define LYX_ABS_TOP_SRCDIR "/var/uhubuild/work/compile" #define LYX_ABS_INSTALLED_LOCALEDIR "/usr/share/locale" #define LYX_ABS_INSTALLED_DATADIR "/usr/share/lyx" #define PROGRAM_SUFFIX "" #define LYX_DATE "2012-11-03" #define VERSION_INFO "Configuration\n Host type: i686-uhu-linux-gnu\n Special build flags: build=release use-enchant\n C Compiler: i686-uhu-linux-gcc \n C Compiler LyX flags: \n C Compiler flags: -O2\n C++ Compiler: g++ (4.8.3)\n C++ Compiler LyX flags: \n C++ Compiler flags: -O2\n Linker flags: \n Linker user flags: \n Qt 4 Frontend:\n Qt 4 version:\t\t4.8.6\n Packaging: posix\n LyX binary dir: /usr/bin\n LyX files dir: /usr/share/lyx\n" #define LYX_DIR_VER "LYX_DIR_20x" #define LYX_USERDIR_VER "LYX_USERDIR_20x" #define LYX_MAJOR_VERSION 2 #define LYX_MINOR_VERSION 0 #define LYX_RELEASE_LEVEL 5 #define LYX_RELEASE_PATCH 1 configure: exit 0