salut,
il y un fichier config.log,  pas configure.log.

Au fait j ai essaye plusieurs solutions, j ai utilise les .deb ( les
disponible 2.0.6) de debian , j'ai utilise les versions sources 2.1.1  et
2.1.2 J ai toujous le meme probleme, comme je l'avais dit les versions
precedantes ne  posaient pas de probleme.

A toute fin utile voila le config.log de 2.1.2

2014-10-16 17:13 GMT+01:00 Scott Kostyshak <skost...@lyx.org>:

> 2014-10-16 11:50 GMT-04:00 Abdelkader Belahcene <abelahc...@gmail.com>:
> > bonjour,
> > meme apres reconfigure,  meme apres installation de l'archive source de
> lyx.
> >
> > merci
>
> Bonjour,
>
> Tu la compilé toi-même? Peux-tu envoyer la historique? Ou il y a un
> fichier du genre "configure.log" ou si tu as utilisé cmake, il y a
> CMakeCache.txt.
>
> Est-ce que tu as essayé le PPA pour Ubuntu?
> http://wiki.lyx.org/LyX/LyXOnUbuntu#toc3
>
> Scott
>
> > 2014-10-14 7:58 GMT+01:00 Jean-Pierre <jeanpierre.chret...@free.fr>:
> >>
> >> Même après reconfiguration ?
> >> Ici, pas de problème avec Wheezy/hunspell
> >>
> >> --
> >> Jean-Pierre
> >>
> >> Le 14 octobre 2014 08:41:01 UTC+02:00, Abdelkader Belahcene
> >> <abelahc...@gmail.com> a écrit :
> >>>
> >>> Bonjour,
> >>>
> >>> Dans les versions précédantes, je pense 1.x, il n y avais pas de
> probleme
> >>> de correcteur,
> >>> j'installais aspell et c'etait bon.
> >>> Maintenant , tout de suite je suis sur 2.1,  j ai installé ( je suis
> sur
> >>> debian et ubuntu)   aspell ( aspell-fr), ispell, hunspell,   la boite
> >>> correcteur reste desactivée, grisée ,
> >>> dans les preferences du correcteur, rien n'apparait pour faire le choix
> >>> du  correcteur( ni aspell, ......).
> >>>
> >>> merci pour l'aide
> >>
> >>
> >> --
> >> Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.
> >
> >
>
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 

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

hostname = laptop
uname -m = i686
uname -r = 3.14-1-486
uname -s = Linux
uname -v = #1 Debian 3.14.12-1 (2014-07-11)

/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


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

configure:2827: checking for build type
configure:2847: result: release
configure:2862: checking for version suffix
configure:2881: result: 
configure:2889: checking build system type
configure:2903: result: i686-pc-linux-gnu
configure:2923: checking host system type
configure:2936: result: i686-pc-linux-gnu
configure:2956: checking target system type
configure:2969: result: i686-pc-linux-gnu
configure:2995: checking what packaging should be used
configure:3010: result: posix
configure:3102: checking whether to enable maintainer-specific portions of Makefiles
configure:3111: result: no
configure:3142: checking for a BSD-compatible install
configure:3210: result: /usr/bin/install -c
configure:3221: checking whether build environment is sane
configure:3276: result: yes
configure:3427: checking for a thread-safe mkdir -p
configure:3466: result: /bin/mkdir -p
configure:3473: checking for gawk
configure:3489: found /usr/bin/gawk
configure:3500: result: gawk
configure:3511: checking whether make sets $(MAKE)
configure:3533: result: yes
configure:3562: checking whether make supports nested variables
configure:3579: result: yes
configure:3665: checking whether make supports nested variables
configure:3682: result: yes
configure:3809: checking for a Python interpreter with version >= 2.4.0
configure:3827: 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:3830: $? = 0
configure:3836: result: python
configure:3844: checking for python
configure:3862: found /usr/bin/python
configure:3874: result: /usr/bin/python
configure:3892: checking for python version
configure:3899: result: 2.7
configure:3911: checking for python platform
configure:3918: result: linux2
configure:3944: checking for python script directory
configure:3979: result: ${prefix}/lib/python2.7/dist-packages
configure:3988: checking for python extension module directory
configure:4023: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:4079: checking for ranlib
configure:4095: found /usr/bin/ranlib
configure:4106: result: ranlib
configure:4142: checking for style of include used by make
configure:4170: result: GNU
configure:4193: checking for a good enough C++ compiler
configure:4239: result: g++
configure:4354: checking for C++ compiler version
configure:4363: g++ --version >&5
g++ (Debian 4.9.0-7) 4.9.0
Copyright (C) 2014 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:4374: $? = 0
configure:4363: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
Target: i586-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.0-7' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
Thread model: posix
gcc version 4.9.0 (Debian 4.9.0-7) 
configure:4374: $? = 0
configure:4363: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4374: $? = 4
configure:4363: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4374: $? = 4
configure:4394: checking whether the C++ compiler works
configure:4416: g++    conftest.cpp  >&5
configure:4420: $? = 0
configure:4468: result: yes
configure:4471: checking for C++ compiler default output file name
configure:4473: result: a.out
configure:4479: checking for suffix of executables
configure:4486: g++ -o conftest    conftest.cpp  >&5
configure:4490: $? = 0
configure:4512: result: 
configure:4534: checking whether we are cross compiling
configure:4542: g++ -o conftest    conftest.cpp  >&5
configure:4546: $? = 0
configure:4553: ./conftest
configure:4557: $? = 0
configure:4572: result: no
configure:4577: checking for suffix of object files
configure:4599: g++ -c   conftest.cpp >&5
configure:4603: $? = 0
configure:4624: result: o
configure:4628: checking whether we are using the GNU C++ compiler
configure:4647: g++ -c   conftest.cpp >&5
configure:4647: $? = 0
configure:4656: result: yes
configure:4665: checking whether g++ accepts -g
configure:4685: g++ -c -g  conftest.cpp >&5
configure:4685: $? = 0
configure:4726: result: yes
configure:4751: checking dependency style of g++
configure:4862: result: gcc3
configure:4882: checking how to run the C++ preprocessor
configure:4909: g++ -E  conftest.cpp
configure:4909: $? = 0
configure:4923: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4923: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4948: result: g++ -E
configure:4968: g++ -E  conftest.cpp
configure:4968: $? = 0
configure:4982: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4982: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5285: checking for gcc
configure:5301: found /usr/bin/gcc
configure:5312: result: gcc
configure:5337: checking for Objective C compiler version
configure:5346: gcc --version >&5
gcc (Debian 4.9.0-7) 4.9.0
Copyright (C) 2014 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:5357: $? = 0
configure:5346: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
Target: i586-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.0-7' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
Thread model: posix
gcc version 4.9.0 (Debian 4.9.0-7) 
configure:5357: $? = 0
configure:5346: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5357: $? = 4
configure:5346: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5357: $? = 4
configure:5361: checking whether we are using the GNU Objective C compiler
configure:5380: gcc -c   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5380: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5389: result: no
configure:5398: checking whether gcc accepts -g
configure:5418: gcc -c -g  conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5418: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5433: gcc -c   conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5433: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5449: gcc -c -g  conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5449: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5459: result: no
configure:5484: checking dependency style of gcc
configure:5593: result: gcc3
configure:5611: checking dependency style of gcc
configure:5720: result: gcc3
configure:5744: checking for extra library directory
configure:5757: result: NONE
configure:5788: checking for extra include directory
configure:5801: result: NONE
configure:5823: checking for extra lib+include directory
configure:5836: result: NONE
configure:5862: checking for main in -lshlwapi
configure:5881: g++ -o conftest -O2   conftest.cpp -lshlwapi   >&5
/usr/bin/ld: cannot find -lshlwapi
collect2: error: ld returned 1 exit status
configure:5881: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5890: result: no
configure:5897: checking for main in -lpsapi
configure:5916: g++ -o conftest -O2   conftest.cpp -lpsapi   >&5
/usr/bin/ld: cannot find -lpsapi
collect2: error: ld returned 1 exit status
configure:5916: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5925: result: no
configure:5932: checking for main in -lgdi32
configure:5951: g++ -o conftest -O2   conftest.cpp -lgdi32   >&5
/usr/bin/ld: cannot find -lgdi32
collect2: error: ld returned 1 exit status
configure:5951: $? = 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 "lyx-de...@lists.lyx.org"
| #define PACKAGE_URL ""
| #define USE_POSIX_PACKAGING 1
| #define PACKAGE "lyx"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5960: result: no
configure:5973: checking whether to use included boost library
configure:5991: result: yes
configure:6057: checking for grep that handles long lines and -e
configure:6115: result: /bin/grep
configure:6120: checking for egrep
configure:6182: result: /bin/grep -E
configure:6187: checking for ANSI C header files
configure:6207: g++ -c -O2  conftest.cpp >&5
configure:6207: $? = 0
configure:6280: g++ -o conftest -O2   conftest.cpp  >&5
configure:6280: $? = 0
configure:6280: ./conftest
configure:6280: $? = 0
configure:6291: result: yes
configure:6304: checking for sys/types.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for sys/stat.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for stdlib.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for string.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for memory.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for strings.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for inttypes.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for stdint.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6304: checking for unistd.h
configure:6304: g++ -c -O2  conftest.cpp >&5
configure:6304: $? = 0
configure:6304: result: yes
configure:6317: checking whether to use included MyThes library
configure:6335: result: yes
configure:6454: checking whether byte ordering is bigendian
configure:6469: g++ -c -O2  conftest.cpp >&5
conftest.cpp:22:9: error: expected unqualified-id before 'not' token
         not a universal capable compiler
         ^
configure:6469: $? = 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 "lyx-de...@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:6514: g++ -c -O2  conftest.cpp >&5
configure:6514: $? = 0
configure:6532: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:8: error: 'big' was not declared in this scope
    not big endian
        ^
configure:6532: $? = 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 "lyx-de...@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 <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:6660: result: no
configure:6684: checking size of wchar_t
configure:6689: g++ -o conftest -O2   conftest.cpp  >&5
configure:6689: $? = 0
configure:6689: ./conftest
configure:6689: $? = 0
configure:6703: result: 4
configure:6779: checking for gcc
configure:6795: found /usr/bin/gcc
configure:6806: result: gcc
configure:7035: checking for C compiler version
configure:7044: gcc --version >&5
gcc (Debian 4.9.0-7) 4.9.0
Copyright (C) 2014 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:7055: $? = 0
configure:7044: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
Target: i586-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.0-7' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
Thread model: posix
gcc version 4.9.0 (Debian 4.9.0-7) 
configure:7055: $? = 0
configure:7044: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:7055: $? = 4
configure:7044: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:7055: $? = 4
configure:7059: checking whether we are using the GNU C compiler
configure:7078: gcc -c -O2  conftest.c >&5
configure:7078: $? = 0
configure:7087: result: yes
configure:7096: checking whether gcc accepts -g
configure:7116: gcc -c -g  conftest.c >&5
configure:7116: $? = 0
configure:7157: result: yes
configure:7174: checking for gcc option to accept ISO C89
configure:7237: gcc  -c -O2  conftest.c >&5
configure:7237: $? = 0
configure:7250: result: none needed
configure:7272: checking dependency style of gcc
configure:7383: result: gcc3
configure:7422: checking for ld used by GCC
configure:7486: result: /usr/bin/ld
configure:7493: checking if the linker (/usr/bin/ld) is GNU ld
configure:7506: result: yes
configure:7513: checking for shared library run path origin
configure:7526: result: done
configure:8104: checking for iconv
configure:8126: g++ -o conftest -O2   conftest.cpp  >&5
configure:8126: $? = 0
configure:8158: result: yes
configure:8161: checking for working iconv
configure:8256: g++ -o conftest -O2   conftest.cpp  >&5
configure:8256: $? = 0
configure:8256: ./conftest
configure:8256: $? = 0
configure:8268: result: yes
configure:8296: checking for iconv declaration
configure:8325: g++ -c -O2  conftest.cpp >&5
configure:8325: $? = 0
configure:8336: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:8355: checking zlib.h usability
configure:8355: g++ -c -O2  conftest.cpp >&5
configure:8355: $? = 0
configure:8355: result: yes
configure:8355: checking zlib.h presence
configure:8355: g++ -E  conftest.cpp
configure:8355: $? = 0
configure:8355: result: yes
configure:8355: checking for zlib.h
configure:8355: result: yes
configure:8360: checking for gzopen in -lz
configure:8385: g++ -o conftest -O2   conftest.cpp -lz    >&5
configure:8385: $? = 0
configure:8394: result: yes
configure:8416: checking magic.h usability
configure:8416: g++ -c -O2  conftest.cpp >&5
conftest.cpp:58:19: fatal error: magic.h: No such file or directory
 #include <magic.h>
                   ^
compilation terminated.
configure:8416: $? = 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 "lyx-de...@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
| /* 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:8416: result: no
configure:8416: checking magic.h presence
configure:8416: g++ -E  conftest.cpp
conftest.cpp:25:19: fatal error: magic.h: No such file or directory
 #include <magic.h>
                   ^
compilation terminated.
configure:8416: $? = 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 "lyx-de...@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
| /* end confdefs.h.  */
| #include <magic.h>
configure:8416: result: no
configure:8416: checking for magic.h
configure:8416: result: no
configure:8579: checking for pkg-config
configure:8597: found /usr/bin/pkg-config
configure:8609: result: /usr/bin/pkg-config
configure:8634: checking pkg-config is at least version 0.9.0
configure:8637: result: yes
configure:8655: checking for QT4_CORE
configure:8663: $PKG_CONFIG --exists --print-errors "QtCore"
configure:8666: $? = 0
configure:8681: $PKG_CONFIG --exists --print-errors "QtCore"
configure:8684: $? = 0
configure:8718: result: yes
configure:8732: checking for QT4_FRONTEND
configure:8740: $PKG_CONFIG --exists --print-errors "QtCore QtGui"
configure:8743: $? = 0
configure:8758: $PKG_CONFIG --exists --print-errors "QtCore QtGui"
configure:8761: $? = 0
configure:8795: result: yes
configure:9759: checking for moc-qt4
configure:9777: found /usr/bin/moc-qt4
configure:9789: result: /usr/bin/moc-qt4
configure:9859: checking for uic-qt4
configure:9877: found /usr/bin/uic-qt4
configure:9889: result: /usr/bin/uic-qt4
configure:9959: checking for rcc-qt4
configure:9992: result: no
configure:9959: checking for rcc
configure:9977: found /usr/bin/rcc
configure:9989: result: /usr/bin/rcc
configure:10029: checking whether NLS is requested
configure:10038: result: yes
configure:10079: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:10111: result: /usr/bin/msgfmt
configure:10120: checking for gmsgfmt
configure:10151: result: /usr/bin/msgfmt
configure:10202: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:10234: result: /usr/bin/xgettext
configure:10280: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:10311: result: /usr/bin/msgmerge
configure:10329: checking whether NLS is requested
configure:10338: result: yes
configure:10348: checking whether sys/types.h defines makedev
configure:10364: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10364: $? = 0
configure:10373: result: yes
configure:10401: checking sys/time.h usability
configure:10401: g++ -c -O2  conftest.cpp >&5
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking sys/time.h presence
configure:10401: g++ -E  conftest.cpp
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking for sys/time.h
configure:10401: result: yes
configure:10401: checking for sys/types.h
configure:10401: result: yes
configure:10401: checking sys/select.h usability
configure:10401: g++ -c -O2  conftest.cpp >&5
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking sys/select.h presence
configure:10401: g++ -E  conftest.cpp
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking for sys/select.h
configure:10401: result: yes
configure:10401: checking locale.h usability
configure:10401: g++ -c -O2  conftest.cpp >&5
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking locale.h presence
configure:10401: g++ -E  conftest.cpp
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking for locale.h
configure:10401: result: yes
configure:10401: checking utime.h usability
configure:10401: g++ -c -O2  conftest.cpp >&5
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking utime.h presence
configure:10401: g++ -E  conftest.cpp
configure:10401: $? = 0
configure:10401: result: yes
configure:10401: checking for utime.h
configure:10401: result: yes
configure:10401: checking sys/utime.h usability
configure:10401: g++ -c -O2  conftest.cpp >&5
conftest.cpp:64:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:10401: $? = 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 "lyx-de...@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 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:10401: result: no
configure:10401: checking sys/utime.h presence
configure:10401: g++ -E  conftest.cpp
conftest.cpp:31:23: fatal error: sys/utime.h: No such file or directory
 #include <sys/utime.h>
                       ^
compilation terminated.
configure:10401: $? = 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 "lyx-de...@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 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:10401: result: no
configure:10401: checking for sys/utime.h
configure:10401: result: no
configure:10413: checking for mode_t
configure:10413: g++ -c -O2  conftest.cpp >&5
configure:10413: $? = 0
configure:10413: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:67:20: error: expected primary-expression before ')' token
 if (sizeof ((mode_t)))
                    ^
configure:10413: $? = 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 "lyx-de...@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 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:10413: result: yes
configure:10420: checking for off_t
configure:10420: g++ -c -O2  conftest.cpp >&5
configure:10420: $? = 0
configure:10420: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:19: error: expected primary-expression before ')' token
 if (sizeof ((off_t)))
                   ^
configure:10420: $? = 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 "lyx-de...@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 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:10420: result: yes
configure:10431: checking for pid_t
configure:10431: g++ -c -O2  conftest.cpp >&5
configure:10431: $? = 0
configure:10431: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:19: error: expected primary-expression before ')' token
 if (sizeof ((pid_t)))
                   ^
configure:10431: $? = 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 "lyx-de...@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 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:10431: result: yes
configure:10442: checking for size_t
configure:10442: g++ -c -O2  conftest.cpp >&5
configure:10442: $? = 0
configure:10442: g++ -c -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:20: error: expected primary-expression before ')' token
 if (sizeof ((size_t)))
                    ^
configure:10442: $? = 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 "lyx-de...@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 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:10442: result: yes
configure:10453: checking for uid_t in sys/types.h
configure:10472: result: yes
configure:10484: checking for wchar_t
configure:10501: g++ -c -O2  conftest.cpp >&5
configure:10501: $? = 0
configure:10508: result: yes
configure:10517: checking whether PATH_MAX is defined by header limits.h
configure:10530: g++ -c -O2  conftest.cpp >&5
configure:10530: $? = 0
configure:10536: result: yes
configure:10549: checking for chmod
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for close
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for _close
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccQCevXU.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_close'
collect2: error: ld returned 1 exit status
configure:10549: $? = 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 "lyx-de...@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 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:10549: result: no
configure:10549: checking for fork
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for getpid
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for _getpid
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccjpXjT5.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_getpid'
collect2: error: ld returned 1 exit status
configure:10549: $? = 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 "lyx-de...@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 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:10549: result: no
configure:10549: checking for lockf
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for lstat
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for mkfifo
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for open
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for _open
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccLP1uSy.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_open'
collect2: error: ld returned 1 exit status
configure:10549: $? = 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 "lyx-de...@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 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:10549: result: no
configure:10549: checking for pclose
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for _pclose
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccpn9zxL.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_pclose'
collect2: error: ld returned 1 exit status
configure:10549: $? = 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 "lyx-de...@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 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:10549: result: no
configure:10549: checking for popen
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for _popen
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/cchEcCVX.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_popen'
collect2: error: ld returned 1 exit status
configure:10549: $? = 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 "lyx-de...@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 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:10549: result: no
configure:10549: checking for readlink
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for putenv
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for setenv
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for strerror
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10549: checking for unsetenv
configure:10549: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10549: $? = 0
configure:10549: result: yes
configure:10562: checking for mkdir
configure:10562: g++ -o conftest -O2   conftest.cpp   -lz >&5
configure:10562: $? = 0
configure:10562: result: yes
configure:10562: checking for _mkdir
configure:10562: g++ -o conftest -O2   conftest.cpp   -lz >&5
/tmp/ccYrxPGv.o: In function `main':
conftest.cpp:(.text.startup+0x12): undefined reference to `_mkdir'
collect2: error: ld returned 1 exit status
configure:10562: $? = 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 "lyx-de...@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 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:10562: result: no
configure:10571: checking whether mkdir takes one argument
configure:10592: 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)'
 mkdir (".");
           ^
In file included from conftest.cpp:51:0:
/usr/include/i386-linux-gnu/sys/stat.h:321:12: note: declared here
 extern int mkdir (const char *__path, __mode_t __mode)
            ^
configure:10592: $? = 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 "lyx-de...@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 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:10599: result: no
configure:10610: checking for sys/select.h
configure:10610: result: yes
configure:10610: checking sys/socket.h usability
configure:10610: g++ -c -O2  conftest.cpp >&5
configure:10610: $? = 0
configure:10610: result: yes
configure:10610: checking sys/socket.h presence
configure:10610: g++ -E  conftest.cpp
configure:10610: $? = 0
configure:10610: result: yes
configure:10610: checking for sys/socket.h
configure:10610: result: yes
configure:10620: checking types of arguments for select
configure:10648: g++ -c -O2  conftest.cpp >&5
configure:10648: $? = 0
configure:10659: result: int,fd_set *,struct timeval *
configure:10697: checking aspell.h usability
configure:10697: g++ -c -O2  conftest.cpp >&5
conftest.cpp:88:20: fatal error: aspell.h: No such file or directory
 #include <aspell.h>
                    ^
compilation terminated.
configure:10697: $? = 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 "lyx-de...@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 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:10697: result: no
configure:10697: checking aspell.h presence
configure:10697: g++ -E  conftest.cpp
conftest.cpp:55:20: fatal error: aspell.h: No such file or directory
 #include <aspell.h>
                    ^
compilation terminated.
configure:10697: $? = 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 "lyx-de...@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 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:10697: result: no
configure:10697: checking for aspell.h
configure:10697: result: no
configure:10709: checking for new_aspell_config in -laspell
configure:10734: g++ -o conftest -O2   conftest.cpp -laspell    -lz >&5
/usr/bin/ld: cannot find -laspell
collect2: error: ld returned 1 exit status
configure:10734: $? = 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 "lyx-de...@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 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:10743: result: no
configure:10752: checking whether to use aspell
configure:10762: result: no
configure:10789: checking for ENCHANT
configure:10797: $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:10800: $? = 1
configure:10815: $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:10818: $? = 1
No package 'enchant' found
configure:10856: checking whether to use enchant
configure:10866: result: no
configure:10893: checking for HUNSPELL
configure:10901: $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:10904: $? = 1
configure:10919: $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:10922: $? = 1
No package 'hunspell' found
configure:10953: checking hunspell/hunspell.hxx usability
configure:10953: g++ -c -O2  conftest.cpp >&5
conftest.cpp:88:33: fatal error: hunspell/hunspell.hxx: No such file or directory
 #include <hunspell/hunspell.hxx>
                                 ^
compilation terminated.
configure:10953: $? = 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 "lyx-de...@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 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:10953: result: no
configure:10953: checking hunspell/hunspell.hxx presence
configure:10953: g++ -E  conftest.cpp
conftest.cpp:55:33: fatal error: hunspell/hunspell.hxx: No such file or directory
 #include <hunspell/hunspell.hxx>
                                 ^
compilation terminated.
configure:10953: $? = 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 "lyx-de...@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 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:10953: result: no
configure:10953: checking for hunspell/hunspell.hxx
configure:10953: result: no
configure:10965: checking for main in -lhunspell
configure:10984: g++ -o conftest -O2   conftest.cpp -lhunspell    -lz >&5
/usr/bin/ld: cannot find -lhunspell
collect2: error: ld returned 1 exit status
configure:10984: $? = 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 "lyx-de...@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 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:10993: result: no
configure:11062: checking whether to use hunspell
configure:11072: result: no
configure:11092: checking for fcntl
configure:11092: g++ -o conftest -O2   conftest.cpp  >&5
configure:11092: $? = 0
configure:11092: result: yes
configure:11097: checking for library containing gethostbyname
configure:11128: g++ -o conftest -O2   conftest.cpp  >&5
configure:11128: $? = 0
configure:11145: result: none required
configure:11153: checking for library containing socket
configure:11184: g++ -o conftest -O2   conftest.cpp  >&5
configure:11184: $? = 0
configure:11201: result: none required
configure:11631: checking that generated files are newer than configure
configure:11637: result: done
configure:11733: 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 laptop

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=i686-pc-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=i686-pc-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=i686-pc-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/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore '
pkg_cv_QT4_FRONTEND_LIBS='-lQtGui -lQtCore '
qt4_cv_dir=

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

ACLOCAL='${SHELL} /usr/local/lyx-2.1.2/config/missing aclocal-1.13'
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} /usr/local/lyx-2.1.2/config/missing autoconf'
AUTOHEADER='${SHELL} /usr/local/lyx-2.1.2/config/missing autoheader'
AUTOMAKE='${SHELL} /usr/local/lyx-2.1.2/config/missing automake-1.13'
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} /usr/local/lyx-2.1.2/config/missing 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'
PACKAGE_BUGREPORT='lyx-de...@lists.lyx.org'
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/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore '
QT4_FRONTEND_LIBS='-lQtGui -lQtCore '
QT4_INCLUDES='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore '
QT4_LDFLAGS=''
QT4_LIB='-lQtGui -lQtCore '
QT4_VERSION='4.8.6'
RANLIB='ranlib'
RCC4='/usr/bin/rcc'
RPM_VERSION_SUFFIX='""'
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:                    i686-pc-linux-gnu\n  Special build flags:          build=release\n  C++ Compiler:                 g++ (4.9)\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/local/bin\n  LyX files dir:                /usr/local/share/lyx\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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/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='$(MKDIR_P)'
oldincludedir='/usr/include'
osx_bundle_program_name=''
pdfdir='${docdir}'
pkgdatadir='${datadir}/${PACKAGE}'
pkgpyexecdir='${pyexecdir}/lyx'
pkgpythondir='${pythondir}/lyx'
prefix='/usr/local'
program_base_name='lyx'
program_suffix=''
program_transform_name='s&$$&&'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
pythondir='${prefix}/lib/python2.7/dist-packages'
real_pkgdatadir='/usr/local/share/lyx'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
version_suffix=''

## ----------- ##
## 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 "lyx-de...@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 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 "/usr/local/lyx-2.1.2"
#define LYX_ABS_INSTALLED_LOCALEDIR "/usr/local/share/locale"
#define LYX_ABS_INSTALLED_DATADIR "/usr/local/share/lyx"
#define PROGRAM_SUFFIX ""
#define LYX_DATE "2014-09-16"
#define VERSION_INFO "Configuration\n  Host type:                    i686-pc-linux-gnu\n  Special build flags:          build=release\n  C++ Compiler:                 g++ (4.9)\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/local/bin\n  LyX files dir:                /usr/local/share/lyx\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

Répondre à