Re: Plus aucun correcteur orthographique

Jean-Pierre Chrétien <[email protected]>
Newsgroups gmane.editors.lyx.french
Message-ID <[email protected]>
Le 11/12/2014 09:55, Jean-Marc Lasgouttes a écrit :

>
> J voulais dire le fichier config.log qui est créé par configure.

Voilà.

-- 
Jean-Pierre
config.log (text/x-log, 87.7 KB)
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.1.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-version-suffix

## --------- ##
## Platform. ##
## --------- ##

hostname = pelican
uname -m = x86_64
uname -r = 3.2.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.2.60-1+deb7u3

/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/local/texlive/2014/bin/x86_64-linux
PATH: /usr/local/pelican/bin
PATH: /usr/local/pelican/adm/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2824: checking for build type
configure:2844: result: release
configure:2859: checking for version suffix
configure:2878: result: -2.1.2
configure:2886: checking build system type
configure:2900: result: x86_64-unknown-linux-gnu
configure:2920: checking host system type
configure:2933: result: x86_64-unknown-linux-gnu
configure:2953: checking target system type
configure:2966: result: x86_64-unknown-linux-gnu
configure:2992: checking what packaging should be used
configure:3007: result: posix
configure:3099: checking whether to enable maintainer-specific portions of Makefiles
configure:3108: result: no
configure:3139: checking for a BSD-compatible install
configure:3207: result: /usr/bin/install -c
configure:3218: checking whether build environment is sane
configure:3268: result: yes
configure:3409: checking for a thread-safe mkdir -p
configure:3448: result: /bin/mkdir -p
configure:3461: checking for gawk
configure:3477: found /usr/bin/gawk
configure:3488: result: gawk
configure:3499: checking whether make sets $(MAKE)
configure:3521: result: yes
configure:3603: checking whether make supports nested variables
configure:3620: result: yes
configure:3745: checking for a Python interpreter with version >= 2.4.0
configure:3763: 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:3766: $? = 0
configure:3772: result: python
configure:3780: checking for python
configure:3798: found /usr/bin/python
configure:3810: result: /usr/bin/python
configure:3828: checking for python version
configure:3835: result: 2.7
configure:3847: checking for python platform
configure:3854: result: linux2
configure:3861: checking for python script directory
configure:3889: result: ${prefix}/lib/python2.7/dist-packages
configure:3898: checking for python extension module directory
configure:3926: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:3982: checking for ranlib
configure:3998: found /usr/bin/ranlib
configure:4009: result: ranlib
configure:4045: checking for style of include used by make
configure:4073: result: GNU
configure:4096: checking for a good enough C++ compiler
configure:4142: result: g++
configure:4257: checking for C++ compiler version
configure:4266: g++ --version >&5
g++ (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:4277: $? = 0
configure:4266: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5) 
configure:4277: $? = 0
configure:4266: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4277: $? = 4
configure:4266: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4277: $? = 4
configure:4297: checking whether the C++ compiler works
configure:4319: g++    conftest.cpp  >&5
configure:4323: $? = 0
configure:4371: result: yes
configure:4374: checking for C++ compiler default output file name
configure:4376: result: a.out
configure:4382: checking for suffix of executables
configure:4389: g++ -o conftest    conftest.cpp  >&5
configure:4393: $? = 0
configure:4415: result: 
configure:4437: checking whether we are cross compiling
configure:4445: g++ -o conftest    conftest.cpp  >&5
configure:4449: $? = 0
configure:4456: ./conftest
configure:4460: $? = 0
configure:4475: result: no
configure:4480: checking for suffix of object files
configure:4502: g++ -c   conftest.cpp >&5
configure:4506: $? = 0
configure:4527: result: o
configure:4531: checking whether we are using the GNU C++ compiler
configure:4550: g++ -c   conftest.cpp >&5
configure:4550: $? = 0
configure:4559: result: yes
configure:4568: checking whether g++ accepts -g
configure:4588: g++ -c -g  conftest.cpp >&5
configure:4588: $? = 0
configure:4629: result: yes
configure:4654: checking dependency style of g++
configure:4765: result: gcc3
configure:4785: checking how to run the C++ preprocessor
configure:4812: g++ -E  conftest.cpp
configure:4812: $? = 0
configure:4826: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4826: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4851: result: g++ -E
configure:4871: g++ -E  conftest.cpp
configure:4871: $? = 0
configure:4885: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5188: checking for gcc
configure:5204: found /usr/bin/gcc
configure:5215: result: gcc
configure:5240: checking for Objective C compiler version
configure:5249: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:5260: $? = 0
configure:5249: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5) 
configure:5260: $? = 0
configure:5249: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5260: $? = 4
configure:5249: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5260: $? = 4
configure:5264: checking whether we are using the GNU Objective C compiler
configure:5283: gcc -c   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5292: result: no
configure:5301: checking whether gcc accepts -g
configure:5321: gcc -c -g  conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5336: gcc -c   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5336: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5352: gcc -c -g  conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5362: result: no
configure:5387: checking dependency style of gcc
configure:5496: result: gcc3
configure:5514: checking dependency style of gcc
configure:5623: result: gcc3
configure:5647: checking for extra library directory
configure:5660: result: NONE
configure:5691: checking for extra include directory
configure:5704: result: NONE
configure:5726: checking for extra lib+include directory
configure:5739: result: NONE
configure:5765: checking for main in -lshlwapi
configure:5784: g++ -o conftest -O2   conftest.cpp -lshlwapi   >&5
/usr/bin/ld: cannot find -lshlwapi
collect2: error: ld returned 1 exit status
configure:5784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5793: result: no
configure:5800: checking for main in -lpsapi
configure:5819: g++ -o conftest -O2   conftest.cpp -lpsapi   >&5
/usr/bin/ld: cannot find -lpsapi
collect2: error: ld returned 1 exit status
configure:5819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5828: result: no
configure:5835: checking for main in -lgdi32
configure:5854: g++ -o conftest -O2   conftest.cpp -lgdi32   >&5
/usr/bin/ld: cannot find -lgdi32
collect2: error: ld returned 1 exit status
configure:5854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5863: result: no
configure:5876: checking whether to use included boost library
configure:5894: result: yes
configure:5960: checking for grep that handles long lines and -e
configure:6018: result: /bin/grep
configure:6023: checking for egrep
configure:6085: result: /bin/grep -E
configure:6090: checking for ANSI C header files
configure:6110: g++ -c -O2  conftest.cpp >&5
configure:6110: $? = 0
configure:6183: g++ -o conftest -O2   conftest.cpp  >&5
configure:6183: $? = 0
configure:6183: ./conftest
configure:6183: $? = 0
configure:6194: result: yes
configure:6207: checking for sys/types.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for sys/stat.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for stdlib.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for string.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for memory.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for strings.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for inttypes.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for stdint.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6207: checking for unistd.h
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6207: result: yes
configure:6220: checking whether to use included MyThes library
configure:6238: result: yes
configure:6357: checking whether byte ordering is bigendian
configure:6372: g++ -c -O2  conftest.cpp >&5
conftest.cpp:22:9: error: expected unqualified-id before 'not' token
configure:6372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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:6417: g++ -c -O2  conftest.cpp >&5
configure:6417: $? = 0
configure:6435: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:8: error: 'big' was not declared in this scope
conftest.cpp:28:12: error: expected ';' before 'endian'
configure:6435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:6563: result: no
configure:6587: checking size of wchar_t
configure:6592: g++ -o conftest -O2   conftest.cpp  >&5
configure:6592: $? = 0
configure:6592: ./conftest
configure:6592: $? = 0
configure:6606: result: 4
configure:6682: checking for gcc
configure:6698: found /usr/bin/gcc
configure:6709: result: gcc
configure:6938: checking for C compiler version
configure:6947: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 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:6958: $? = 0
configure:6947: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5) 
configure:6958: $? = 0
configure:6947: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6958: $? = 4
configure:6947: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6958: $? = 4
configure:6962: checking whether we are using the GNU C compiler
configure:6981: gcc -c -O2  conftest.c >&5
configure:6981: $? = 0
configure:6990: result: yes
configure:6999: checking whether gcc accepts -g
configure:7019: gcc -c -g  conftest.c >&5
configure:7019: $? = 0
configure:7060: result: yes
configure:7077: checking for gcc option to accept ISO C89
configure:7140: gcc  -c -O2  conftest.c >&5
configure:7140: $? = 0
configure:7153: result: none needed
configure:7175: checking dependency style of gcc
configure:7286: result: gcc3
configure:7325: checking for ld used by GCC
configure:7389: result: /usr/bin/ld
configure:7396: checking if the linker (/usr/bin/ld) is GNU ld
configure:7409: result: yes
configure:7416: checking for shared library run path origin
configure:7429: result: done
configure:8007: checking for iconv
configure:8029: g++ -o conftest -O2   conftest.cpp  >&5
configure:8029: $? = 0
configure:8061: result: yes
configure:8064: checking for working iconv
configure:8159: g++ -o conftest -O2   conftest.cpp  >&5
configure:8159: $? = 0
configure:8159: ./conftest
configure:8159: $? = 0
configure:8171: result: yes
configure:8199: checking for iconv declaration
configure:8228: g++ -c -O2  conftest.cpp >&5
configure:8228: $? = 0
configure:8239: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:8258: checking zlib.h usability
configure:8258: g++ -c -O2  conftest.cpp >&5
configure:8258: $? = 0
configure:8258: result: yes
configure:8258: checking zlib.h presence
configure:8258: g++ -E  conftest.cpp
configure:8258: $? = 0
configure:8258: result: yes
configure:8258: checking for zlib.h
configure:8258: result: yes
configure:8263: checking for gzopen in -lz
configure:8288: g++ -o conftest -O2   conftest.cpp -lz    >&5
configure:8288: $? = 0
configure:8297: result: yes
configure:8319: checking magic.h usability
configure:8319: g++ -c -O2  conftest.cpp >&5
conftest.cpp:58:19: fatal error: magic.h: No such file or directory
compilation terminated.
configure:8319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <magic.h>
configure:8319: result: no
configure:8319: checking magic.h presence
configure:8319: g++ -E  conftest.cpp
conftest.cpp:25:19: fatal error: magic.h: No such file or directory
compilation terminated.
configure:8319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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
| /* end confdefs.h.  */
| #include <magic.h>
configure:8319: result: no
configure:8319: checking for magic.h
configure:8319: result: no
configure:8482: checking for pkg-config
configure:8500: found /usr/bin/pkg-config
configure:8512: result: /usr/bin/pkg-config
configure:8537: checking pkg-config is at least version 0.9.0
configure:8540: result: yes
configure:8558: checking for QT4_CORE
configure:8566: $PKG_CONFIG --exists --print-errors "QtCore"
configure:8569: $? = 0
configure:8584: $PKG_CONFIG --exists --print-errors "QtCore"
configure:8587: $? = 0
configure:8621: result: yes
configure:8635: checking for QT4_FRONTEND
configure:8643: $PKG_CONFIG --exists --print-errors "QtCore QtGui"
configure:8646: $? = 0
configure:8661: $PKG_CONFIG --exists --print-errors "QtCore QtGui"
configure:8664: $? = 0
configure:8698: result: yes
configure:9662: checking for moc-qt4
configure:9680: found /usr/bin/moc-qt4
configure:9692: result: /usr/bin/moc-qt4
configure:9762: checking for uic-qt4
configure:9780: found /usr/bin/uic-qt4
configure:9792: result: /usr/bin/uic-qt4
configure:9862: checking for rcc-qt4
configure:9895: result: no
configure:9862: checking for rcc
configure:9880: found /usr/bin/rcc
configure:9892: result: /usr/bin/rcc
configure:9932: checking whether NLS is requested
configure:9941: result: yes
configure:9982: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:10014: result: /usr/bin/msgfmt
configure:10023: checking for gmsgfmt
configure:10054: result: /usr/bin/msgfmt
configure:10105: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:10137: result: /usr/bin/xgettext
configure:10183: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:10214: result: /usr/bin/msgmerge
configure:10232: checking whether NLS is requested
configure:10241: result: yes
configure:10251: checking whether sys/types.h defines makedev
configure:10267: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10267: $? = 0
configure:10276: result: yes
configure:10304: checking sys/time.h usability
configure:10304: g++ -c -O2  conftest.cpp >&5
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking sys/time.h presence
configure:10304: g++ -E  conftest.cpp
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking for sys/time.h
configure:10304: result: yes
configure:10304: checking for sys/types.h
configure:10304: result: yes
configure:10304: checking sys/select.h usability
configure:10304: g++ -c -O2  conftest.cpp >&5
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking sys/select.h presence
configure:10304: g++ -E  conftest.cpp
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking for sys/select.h
configure:10304: result: yes
configure:10304: checking locale.h usability
configure:10304: g++ -c -O2  conftest.cpp >&5
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking locale.h presence
configure:10304: g++ -E  conftest.cpp
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking for locale.h
configure:10304: result: yes
configure:10304: checking utime.h usability
configure:10304: g++ -c -O2  conftest.cpp >&5
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking utime.h presence
configure:10304: g++ -E  conftest.cpp
configure:10304: $? = 0
configure:10304: result: yes
configure:10304: checking for utime.h
configure:10304: result: yes
configure:10304: checking sys/utime.h usability
configure:10304: g++ -c -O2  conftest.cpp >&5
conftest.cpp:64:23: fatal error: sys/utime.h: No such file or directory
compilation terminated.
configure:10304: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utime.h>
configure:10304: result: no
configure:10304: checking sys/utime.h presence
configure:10304: g++ -E  conftest.cpp
conftest.cpp:31:23: fatal error: sys/utime.h: No such file or directory
compilation terminated.
configure:10304: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 <sys/utime.h>
configure:10304: result: no
configure:10304: checking for sys/utime.h
configure:10304: result: no
configure:10316: checking for mode_t
configure:10316: g++ -c -O2  conftest.cpp >&5
configure:10316: $? = 0
configure:10316: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:67:20: error: expected primary-expression before ')' token
configure:10316: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10316: result: yes
configure:10323: checking for off_t
configure:10323: g++ -c -O2  conftest.cpp >&5
configure:10323: $? = 0
configure:10323: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:19: error: expected primary-expression before ')' token
configure:10323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10323: result: yes
configure:10334: checking for pid_t
configure:10334: g++ -c -O2  conftest.cpp >&5
configure:10334: $? = 0
configure:10334: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:19: error: expected primary-expression before ')' token
configure:10334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10334: result: yes
configure:10345: checking for size_t
configure:10345: g++ -c -O2  conftest.cpp >&5
configure:10345: $? = 0
configure:10345: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:20: error: expected primary-expression before ')' token
configure:10345: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10345: result: yes
configure:10356: checking for uid_t in sys/types.h
configure:10375: result: yes
configure:10387: checking for wchar_t
configure:10404: g++ -c -O2  conftest.cpp >&5
configure:10404: $? = 0
configure:10411: result: yes
configure:10420: checking whether PATH_MAX is defined by header limits.h
configure:10433: g++ -c -O2  conftest.cpp >&5
configure:10433: $? = 0
configure:10439: result: yes
configure:10452: checking for chmod
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for close
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for _close
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccgf8rlt.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_close'
collect2: error: ld returned 1 exit status
configure:10452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #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 <limits.h> declares _close.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _close innocuous__close
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _close (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10452: result: no
configure:10452: checking for fork
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for getpid
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for _getpid
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccO1Sza6.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_getpid'
collect2: error: ld returned 1 exit status
configure:10452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #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 <limits.h> declares _getpid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _getpid innocuous__getpid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _getpid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10452: result: no
configure:10452: checking for lockf
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for lstat
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for mkfifo
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for open
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for _open
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccDr6k36.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_open'
collect2: error: ld returned 1 exit status
configure:10452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define HAVE_OPEN 1
| /* end confdefs.h.  */
| /* Define _open to an innocuous variant, in case <limits.h> declares _open.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _open innocuous__open
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _open (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10452: result: no
configure:10452: checking for pclose
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for _pclose
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/cc80tjCw.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_pclose'
collect2: error: ld returned 1 exit status
configure:10452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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 <limits.h> declares _pclose.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _pclose innocuous__pclose
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _pclose (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10452: result: no
configure:10452: checking for popen
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for _popen
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/cctXN6mU.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_popen'
collect2: error: ld returned 1 exit status
configure:10452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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 <limits.h> declares _popen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _popen innocuous__popen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _popen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10452: result: no
configure:10452: checking for readlink
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for putenv
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for setenv
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for strerror
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10452: checking for unsetenv
configure:10452: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10452: $? = 0
configure:10452: result: yes
configure:10465: checking for mkdir
configure:10465: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10465: $? = 0
configure:10465: result: yes
configure:10465: checking for _mkdir
configure:10465: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccFNR309.o: In function `main':
conftest.cpp:(.text.startup+0x5): undefined reference to `_mkdir'
collect2: error: ld returned 1 exit status
configure:10465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_MKDIR 1
| /* end confdefs.h.  */
| /* Define _mkdir to an innocuous variant, in case <limits.h> declares _mkdir.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _mkdir innocuous__mkdir
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _mkdir (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:10465: result: no
configure:10474: checking whether mkdir takes one argument
configure:10495: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:59:11: error: too few arguments to function 'int mkdir(const char*, __mode_t)'
In file included from conftest.cpp:51:0:
/usr/include/x86_64-linux-gnu/sys/stat.h:323:12: note: declared here
configure:10495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 1
| #define HAVE_MKDIR 1
| /* end confdefs.h.  */
| 
| #include <sys/stat.h>
| #if HAVE_UNISTD_H
| #  include <unistd.h>
| #endif
| 
| int
| main ()
| {
| mkdir (".");
|   ;
|   return 0;
| }
configure:10502: result: no
configure:10513: checking for sys/select.h
configure:10513: result: yes
configure:10513: checking sys/socket.h usability
configure:10513: g++ -c -O2  conftest.cpp >&5
configure:10513: $? = 0
configure:10513: result: yes
configure:10513: checking sys/socket.h presence
configure:10513: g++ -E  conftest.cpp
configure:10513: $? = 0
configure:10513: result: yes
configure:10513: checking for sys/socket.h
configure:10513: result: yes
configure:10523: checking types of arguments for select
configure:10551: g++ -c -O2  conftest.cpp >&5
configure:10551: $? = 0
configure:10562: result: int,fd_set *,struct timeval *
configure:10600: checking aspell.h usability
configure:10600: g++ -c -O2  conftest.cpp >&5
conftest.cpp:88:20: fatal error: aspell.h: No such file or directory
compilation terminated.
configure:10600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <aspell.h>
configure:10600: result: no
configure:10600: checking aspell.h presence
configure:10600: g++ -E  conftest.cpp
conftest.cpp:55:20: fatal error: aspell.h: No such file or directory
compilation terminated.
configure:10600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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 <aspell.h>
configure:10600: result: no
configure:10600: checking for aspell.h
configure:10600: result: no
configure:10612: checking for new_aspell_config in -laspell
configure:10637: g++ -o conftest -O2   conftest.cpp -laspell    -lz >&5
/usr/bin/ld: cannot find -laspell
collect2: error: ld returned 1 exit status
configure:10637: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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:10646: result: no
configure:10655: checking whether to use aspell
configure:10665: result: no
configure:10692: checking for ENCHANT
configure:10700: $PKG_CONFIG --exists --print-errors "enchant"
Package enchant was not found in the pkg-config search path.
Perhaps you should add the directory containing `enchant.pc'
to the PKG_CONFIG_PATH environment variable
No package 'enchant' found
configure:10703: $? = 1
configure:10718: $PKG_CONFIG --exists --print-errors "enchant"
Package enchant was not found in the pkg-config search path.
Perhaps you should add the directory containing `enchant.pc'
to the PKG_CONFIG_PATH environment variable
No package 'enchant' found
configure:10721: $? = 1
No package 'enchant' found
configure:10759: checking whether to use enchant
configure:10769: result: no
configure:10796: checking for HUNSPELL
configure:10804: $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:10807: $? = 1
configure:10822: $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:10825: $? = 1
No package 'hunspell' found
configure:10856: checking hunspell/hunspell.hxx usability
configure:10856: g++ -c -O2  conftest.cpp >&5
conftest.cpp:88:33: fatal error: hunspell/hunspell.hxx: No such file or directory
compilation terminated.
configure:10856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <hunspell/hunspell.hxx>
configure:10856: result: no
configure:10856: checking hunspell/hunspell.hxx presence
configure:10856: g++ -E  conftest.cpp
conftest.cpp:55:33: fatal error: hunspell/hunspell.hxx: No such file or directory
compilation terminated.
configure:10856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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 <hunspell/hunspell.hxx>
configure:10856: result: no
configure:10856: checking for hunspell/hunspell.hxx
configure:10856: result: no
configure:10868: checking for main in -lhunspell
configure:10887: g++ -o conftest -O2   conftest.cpp -lhunspell    -lz >&5
/usr/bin/ld: cannot find -lhunspell
collect2: error: ld returned 1 exit status
configure:10887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LyX"
| #define PACKAGE_TARNAME "lyx"
| #define PACKAGE_VERSION "2.1.2"
| #define PACKAGE_STRING "LyX 2.1.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx-2.1.2"
| #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 ENABLE_NLS 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 HAVE_MODE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DEF_PATH_MAX 1
| #define HAVE_CHMOD 1
| #define HAVE_CLOSE 1
| #define HAVE_FORK 1
| #define HAVE_GETPID 1
| #define HAVE_LOCKF 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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_STRERROR 1
| #define HAVE_UNSETENV 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.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10896: result: no
configure:10965: checking whether to use hunspell
configure:10975: result: no
configure:10995: checking for fcntl
configure:10995: g++ -o conftest -O2   conftest.cpp  >&5
configure:10995: $? = 0
configure:10995: result: yes
configure:11000: checking for library containing gethostbyname
configure:11031: g++ -o conftest -O2   conftest.cpp  >&5
configure:11031: $? = 0
configure:11048: result: none required
configure:11056: checking for library containing socket
configure:11087: g++ -o conftest -O2   conftest.cpp  >&5
configure:11087: $? = 0
configure:11104: result: none required
configure:11628: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LyX config.status 2.1.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pelican

config.status:1080: creating Makefile
config.status:1080: creating lyx.1
config.status:1080: creating boost/Makefile
config.status:1080: creating config/Makefile
config.status:1080: creating development/Makefile
config.status:1080: creating development/MacOSX/Makefile
config.status:1080: creating development/MacOSX/Info.plist
config.status:1080: creating development/MacOSX/lyxrc.dist
config.status:1080: creating development/MacOSX/spotlight/Makefile
config.status:1080: creating development/cygwin/Makefile
config.status:1080: creating development/cygwin/lyxrc.dist
config.status:1080: creating development/lyx.spec
config.status:1080: creating lib/lyx.desktop-temp
config.status:1080: creating lib/Makefile
config.status:1080: creating lib/doc/Makefile
config.status:1080: creating lib/lyx2lyx/lyx2lyx_version.py
config.status:1080: creating lib/lyx2lyx/Makefile
config.status:1080: creating m4/Makefile
config.status:1080: creating po/Makefile.in
config.status:1080: creating sourcedoc/Doxyfile
config.status:1080: creating sourcedoc/Makefile
config.status:1080: creating src/client/Makefile
config.status:1080: creating src/client/lyxclient.1
config.status:1080: creating src/Makefile
config.status:1080: creating src/tex2lyx/Makefile
config.status:1080: creating src/tex2lyx/tex2lyx.1
config.status:1080: creating src/support/Makefile
config.status:1080: creating src/frontends/Makefile
config.status:1080: creating src/frontends/qt4/Makefile
config.status:1080: creating config.h
config.status:1309: executing depfiles commands
config.status:1309: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_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=
ac_cv_env_QT4DIR_value=
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__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_chmod=yes
ac_cv_func_close=yes
ac_cv_func_fcntl=yes
ac_cv_func_fork=yes
ac_cv_func_getpid=yes
ac_cv_func_lockf=yes
ac_cv_func_lstat=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkfifo=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_strerror=yes
ac_cv_func_unsetenv=yes
ac_cv_header_aspell_h=no
ac_cv_header_hunspell_hunspell_hxx=no
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_magic_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-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_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/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='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJC=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=x86_64-unknown-linux-gnu
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=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_func_iconv_works=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/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
am_cv_python_version=2.7
gt_cv_c_wchar_t=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
pkg_cv_QT4_CORE_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore  '
pkg_cv_QT4_CORE_LIBS='-lQtCore  '
pkg_cv_QT4_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui  '
pkg_cv_QT4_FRONTEND_LIBS='-lQtGui -lQtCore  '
qt4_cv_dir=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /ext/lyx/lyx-2.1.2/config/missing --run aclocal-1.11'
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} /ext/lyx/lyx-2.1.2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /ext/lyx/lyx-2.1.2/config/missing --run autoheader'
AUTOMAKE='${SHELL} /ext/lyx/lyx-2.1.2/config/missing --run automake-1.11'
AWK='gawk'
BOOST_MT=''
BUILD_CLIENT_SUBDIR_FALSE='#'
BUILD_CLIENT_SUBDIR_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENCHANT_CFLAGS=''
ENCHANT_LIBS=''
EXEEXT=''
FRONTENDS_SUBDIRS='qt4'
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
HUNSPELL_CFLAGS=''
HUNSPELL_LIBS=''
INSTALL_CYGWIN_FALSE=''
INSTALL_CYGWIN_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_MACOSX_FALSE=''
INSTALL_MACOSX_TRUE='#'
INSTALL_POSIX_FALSE='#'
INSTALL_POSIX_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTALL_WINDOWS_FALSE=''
INSTALL_WINDOWS_TRUE='#'
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBPSAPI=''
LIBS='  -lz'
LIBSHLWAPI=''
LTLIBICONV=''
LTLIBOBJS=''
LYX_BUILD_PCH_FALSE=''
LYX_BUILD_PCH_TRUE='#'
LYX_DATE='2014-09-16'
LYX_DIR_VER='LYX_DIR_21x'
LYX_MAJOR_VERSION='2'
LYX_MINOR_VERSION='1'
LYX_RELEASE_LEVEL='2'
LYX_RELEASE_PATCH='0'
LYX_USERDIR_VER='LYX_USERDIR_21x'
LYX_WIN_RESOURCE_FALSE=''
LYX_WIN_RESOURCE_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /ext/lyx/lyx-2.1.2/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='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS=''
OBJEXT='o'
PACKAGE='lyx-2.1.2'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='LyX'
PACKAGE_STRING='LyX 2.1.2'
PACKAGE_TARNAME='lyx'
PACKAGE_URL=''
PACKAGE_VERSION='2.1.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
QT4DIR=''
QT4_CORE_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore  '
QT4_CORE_INCLUDES='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore  '
QT4_CORE_LDFLAGS=''
QT4_CORE_LIB='-lQtCore  '
QT4_CORE_LIBS='-lQtCore  '
QT4_CPPFLAGS='-DQT_NO_STL -DQT_NO_KEYWORDS'
QT4_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui  '
QT4_FRONTEND_LIBS='-lQtGui -lQtCore  '
QT4_INCLUDES='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui  '
QT4_LDFLAGS=''
QT4_LIB='-lQtGui -lQtCore  '
QT4_VERSION='4.8.2'
RANLIB='ranlib'
RCC4='/usr/bin/rcc'
RPM_VERSION_SUFFIX='--with-version-suffix=-2.1.2'
SET_MAKE=''
SHELL='/bin/bash'
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_MYTHES_FALSE='#'
USE_INCLUDED_MYTHES_TRUE=''
USE_NLS='yes'
VERSION='2.1.2'
VERSION_INFO='Configuration\n  Host type:                    x86_64-unknown-linux-gnu\n  Special build flags:          build=release\n  C++ Compiler:                 g++ (4.7)\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.2\n  Packaging:                    posix\n  LyX binary dir:               /usr/local/bin\n  LyX files dir:                /usr/local/share/lyx-2.1.2\n'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_OBJC='gcc'
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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /ext/lyx/lyx-2.1.2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lyx_devel_version='no'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
osx_bundle_program_name=''
pdfdir='${docdir}'
pkgdatadir='${datadir}/${PACKAGE}'
pkgpyexecdir='${pyexecdir}/lyx-2.1.2'
pkgpythondir='${pythondir}/lyx-2.1.2'
prefix='/usr/local'
program_base_name='lyx'
program_suffix='-2.1.2'
program_transform_name='s&$$&-2.1.2&'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
pythondir='${prefix}/lib/python2.7/dist-packages'
real_pkgdatadir='/usr/local/share/lyx-2.1.2'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
version_suffix='-2.1.2'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "LyX"
#define PACKAGE_TARNAME "lyx"
#define PACKAGE_VERSION "2.1.2"
#define PACKAGE_STRING "LyX 2.1.2"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define USE_POSIX_PACKAGING 1
#define PACKAGE "lyx-2.1.2"
#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 ENABLE_NLS 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 HAVE_MODE_T 1
#define HAVE_WCHAR_T 1
#define HAVE_DEF_PATH_MAX 1
#define HAVE_CHMOD 1
#define HAVE_CLOSE 1
#define HAVE_FORK 1
#define HAVE_GETPID 1
#define HAVE_LOCKF 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_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_STRERROR 1
#define HAVE_UNSETENV 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 HAVE_FCNTL 1
#define LYX_ABS_TOP_SRCDIR "/ext/lyx/lyx-2.1.2"
#define LYX_ABS_INSTALLED_LOCALEDIR "/usr/local/share/locale"
#define LYX_ABS_INSTALLED_DATADIR "/usr/local/share/lyx-2.1.2"
#define PROGRAM_SUFFIX "-2.1.2"
#define LYX_DATE "2014-09-16"
#define VERSION_INFO "Configuration\n  Host type:                    x86_64-unknown-linux-gnu\n  Special build flags:          build=release\n  C++ Compiler:                 g++ (4.7)\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.2\n  Packaging:                    posix\n  LyX binary dir:               /usr/local/bin\n  LyX files dir:                /usr/local/share/lyx-2.1.2\n"
#define LYX_DIR_VER "LYX_DIR_21x"
#define LYX_USERDIR_VER "LYX_USERDIR_21x"
#define LYX_MAJOR_VERSION 2
#define LYX_MINOR_VERSION 1
#define LYX_RELEASE_LEVEL 2
#define LYX_RELEASE_PATCH 0

configure: exit 0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.