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 1.5.5, which was generated by GNU Autoconf 2.61. Invocation command line was $ ../configure --build i486-linux-gnu --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --disable-dependency-tracking --disable-rpath --enable-warnings --enable-nls --with-aiksaurus --with-gnu-ld --without-pspell --with-aspell --with-x --without-included-gettext --without-included-boost ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.6.32-5-686 uname -s = Linux uname -v = #1 SMP Fri Dec 10 16:12:40 UTC 2010 /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: /home/andrei/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2143: checking for build type configure:2166: result: release configure:2178: checking for version suffix configure:2195: result: configure:2205: checking build system type configure:2223: result: i486-pc-linux-gnu configure:2245: checking host system type configure:2260: result: i486-pc-linux-gnu configure:2282: checking target system type configure:2297: result: i486-pc-linux-gnu configure:2325: checking what packaging should be used configure:2340: result: posix configure:2406: checking whether to enable maintainer-specific portions of Makefiles configure:2415: result: no configure:2445: checking for a BSD-compatible install configure:2501: result: /usr/bin/install -c configure:2512: checking whether build environment is sane configure:2555: result: yes configure:2583: checking for a thread-safe mkdir -p configure:2622: result: /bin/mkdir -p configure:2635: checking for gawk configure:2651: found /usr/bin/gawk configure:2662: result: gawk configure:2673: checking whether make sets $(MAKE) configure:2694: result: yes configure:2881: checking whether make sets $(MAKE) configure:2902: result: yes configure:2924: checking for a BSD-compatible install configure:2980: result: /usr/bin/install -c configure:2996: checking for gawk configure:3023: result: gawk configure:3039: checking for kpsewhich configure:3055: found /usr/bin/kpsewhich configure:3067: result: kpsewhich configure:3086: checking for gm4 configure:3116: result: no configure:3086: checking for gnum4 configure:3116: result: no configure:3086: checking for m4 configure:3102: found /usr/bin/m4 configure:3113: result: m4 configure:3159: checking for a Python interpreter with version >= 2.3 configure:3174: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3177: $? = 0 configure:3184: result: python configure:3192: checking for python configure:3210: found /usr/bin/python configure:3222: result: /usr/bin/python configure:3240: checking for python version configure:3247: result: 2.6 configure:3259: checking for python platform configure:3266: result: linux2 configure:3273: checking for python script directory configure:3281: result: ${prefix}/lib/python2.6/site-packages configure:3290: checking for python extension module directory configure:3298: result: ${exec_prefix}/lib/python2.6/site-packages configure:3367: checking for gcc configure:3383: found /usr/bin/gcc configure:3394: result: gcc configure:3632: checking for C compiler version configure:3639: gcc --version >&5 gcc (Debian 4.4.5-8) 4.4.5 Copyright (C) 2010 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:3642: $? = 0 configure:3649: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.5 (Debian 4.4.5-8) configure:3652: $? = 0 configure:3659: gcc -V >&5 gcc: '-V' option must have argument configure:3662: $? = 1 configure:3685: checking for C compiler default output file name configure:3712: gcc -g -O2 -Wl,-z,defs -Wl,--as-needed conftest.c >&5 configure:3715: $? = 0 configure:3753: result: a.out configure:3770: checking whether the C compiler works configure:3780: ./a.out configure:3783: $? = 0 configure:3800: result: yes configure:3807: checking whether we are cross compiling configure:3809: result: no configure:3812: checking for suffix of executables configure:3819: gcc -o conftest -g -O2 -Wl,-z,defs -Wl,--as-needed conftest.c >&5 configure:3822: $? = 0 configure:3846: result: configure:3852: checking for suffix of object files configure:3878: gcc -c -g -O2 conftest.c >&5 configure:3881: $? = 0 configure:3904: result: o configure:3908: checking whether we are using the GNU C compiler configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3960: result: yes configure:3965: checking whether gcc accepts -g configure:3995: gcc -c -g conftest.c >&5 configure:4001: $? = 0 configure:4100: result: yes configure:4117: checking for gcc option to accept ISO C89 configure:4191: gcc -c -g -O2 conftest.c >&5 conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5 gcc: unrecognized option '-qlanglvl=extc89' conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 gcc: unrecognized option '-qlanglvl=ansi' conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -std -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std" configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -Ae -c -g -O2 conftest.c >&5 : error: missing '(' after predicate conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 : error: missing '(' after predicate conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4191: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 gcc: unrecognized option '-Xc' conftest.c:11:20: error: stdarg.h: No such file or directory In file included from conftest.c:12: /usr/include/stdio.h:34:21: error: stddef.h: No such file or directory In file included from /usr/include/stdio.h:75, from conftest.c:12: /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t' /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t' /usr/include/libio.h:491: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:493: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn' In file included from conftest.c:12: /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:349: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:354: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:357: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:365: error: format string argument not a string type /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:368: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:369: error: format string argument not a string type /usr/include/stdio.h:395: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:454: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:461: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:466: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:476: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:481: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:484: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t' /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread' /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite' /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked' /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked' In file included from /usr/include/stdio.h:907, from conftest.c:12: /usr/include/bits/stdio.h:37: error: expected declaration specifiers or '...' before '__gnuc_va_list' /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:39: error: '__arg' undeclared (first use in this function) /usr/include/bits/stdio.h:39: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:39: error: for each function it appears in.) /usr/include/bits/stdio.h:39: error: too many arguments to function 'vfprintf' conftest.c: In function 'f': conftest.c:27: error: 'va_list' undeclared (first use in this function) conftest.c:27: error: expected ';' before 'v' conftest.c:28: error: 'v' undeclared (first use in this function) conftest.c:29: error: expected expression before 'int' configure:4197: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4223: result: unsupported configure:4249: checking for style of include used by make configure:4277: result: GNU configure:4302: checking dependency style of gcc configure:4393: result: none configure:4412: checking for strerror in -lcposix configure:4447: gcc -o conftest -g -O2 -Wl,-z,defs -Wl,--as-needed conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:4453: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strerror (); | int | main () | { | return strerror (); | ; | return 0; | } configure:4471: result: no configure:4484: checking how to run the C preprocessor configure:4524: gcc -E conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4524: gcc -E conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4524: gcc -E -traditional-cpp conftest.c In file included from /usr/include/features.h:347, from /usr/include/assert.h:38, from conftest.c:15: /usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers" configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4524: gcc -E -traditional-cpp conftest.c In file included from /usr/include/features.h:347, from /usr/include/assert.h:38, from conftest.c:15: /usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers" configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4524: /lib/cpp conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4524: /lib/cpp conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4530: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4600: result: /lib/cpp configure:4629: /lib/cpp conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4635: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4629: /lib/cpp conftest.c In file included from conftest.c:12: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h configure:4635: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "1.5.5" | #define PACKAGE_STRING "LyX 1.5.5" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx" | #define HAVE_KPSEWHICH 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:4697: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i486-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-g -O2' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -Wl,-z,defs -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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=set ac_cv_env_build_alias_value=i486-linux-gnu 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_host=i486-pc-linux-gnu ac_cv_lib_cposix_strerror=no ac_cv_objext=o ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP=/lib/cpp ac_cv_prog_KPSEWHICH=kpsewhich ac_cv_prog_M4=m4 ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=i486-pc-linux-gnu am_cv_CC_dependencies_compiler_type=none am_cv_pathless_PYTHON=python am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages' am_cv_python_version=2.6 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run aclocal-1.10' AIKSAURUS_LIBS='' ALLOCA='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run tar' AM_CFLAGS='' AM_CPPFLAGS='' AM_CXXFLAGS='' AM_LDFLAGS='' AR='' AS='' AUTOCONF='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run automake-1.10' AWK='gawk --posix' BUILD_CLIENT_SUBDIR_FALSE='' BUILD_CLIENT_SUBDIR_TRUE='' BUILD_INCLUDED_LIBINTL='' CATOBJEXT='' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='/lib/cpp' CPPFLAGS='' CXX='' CXXCPP='' CXXDEPMODE='' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATADIRNAME='' DEFS='' DEPDIR='.deps' DLLTOOL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' FRONTENDS='' FRONTENDS_PROGS='' FRONTENDS_SUBDIRS='' GENCAT='' GLIBC21='' GLIBC2='' GMSGFMT='' GREP='' HAVE_ASPRINTF='' HAVE_POSIX_PRINTF='' HAVE_SNPRINTF='' HAVE_WPRINTF='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MACOSX_FALSE='' INSTALL_MACOSX_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='' INTLBISON='' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' INTL_MACOSX_LIBS='' KPSEWHICH='kpsewhich' LDFLAGS=' -Wl,-z,defs -Wl,--as-needed' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LIBSHLWAPI='' LIBTOOL='' LN_S='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LYX_ABS_INSTALLED_DATADIR='' LYX_ABS_INSTALLED_LOCALEDIR='' LYX_ABS_TOP_SRCDIR='' LYX_BUILD_PCH_FALSE='' LYX_BUILD_PCH_TRUE='' LYX_DATE='Sun, May 11, 2008' LYX_MAJOR_VERSION='' LYX_MINOR_VERSION='' LYX_RELEASE_LEVEL='' LYX_RELEASE_PATCH='' LYX_WIN_RESOURCE_FALSE='' LYX_WIN_RESOURCE_TRUE='' M4='m4' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/missing --run makeinfo' MKINSTALLDIRS='' MOC4='' MSGFMT='' MSGMERGE='' OBJDUMP='' OBJEXT='o' PACKAGE='lyx' PACKAGE_BUGREPORT='lyx-devel@lists.lyx.org' PACKAGE_NAME='LyX' PACKAGE_STRING='LyX 1.5.5' PACKAGE_TARNAME='lyx' PACKAGE_VERSION='1.5.5' PATH_SEPARATOR=':' PKG_CONFIG='' POSUB='' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.6' QT4DIR='' QT4_CORE_CFLAGS='' QT4_CORE_INCLUDES='' QT4_CORE_LDFLAGS='' QT4_CORE_LIB='' QT4_CORE_LIBS='' QT4_CPPFLAGS='' QT4_FRONTEND_CFLAGS='' QT4_FRONTEND_LIBS='' QT4_INCLUDES='' QT4_LDFLAGS='' QT4_LIB='' QT4_VERSION='' RANLIB='' RPM_FRONTEND='' RPM_VERSION_SUFFIX='""' SET_MAKE='' SHELL='/bin/sh' SOCKET_LIBS='' STRIP='' UIC4='' USE_ASPELL_FALSE='' USE_ASPELL_TRUE='' USE_INCLUDED_BOOST_FALSE='' USE_INCLUDED_BOOST_TRUE='' USE_INCLUDED_LIBINTL='' USE_ISPELL_FALSE='' USE_ISPELL_TRUE='' USE_NLS='' USE_PSPELL_FALSE='' USE_PSPELL_TRUE='' VERSION='1.5.5' VERSION_INFO='' XGETTEXT='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='gcc' ac_ct_CXX='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i486-pc-linux-gnu' build_alias='i486-linux-gnu' build_cpu='i486' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i486-pc-linux-gnu' host_alias='' host_cpu='i486' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='$(SHELL) /mnt/pool/home/andrei/.00/Contrib-n/lyx-1.5.5/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lyx_devel_version='no' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgdatadir='${datadir}/${PACKAGE}' pkgpyexecdir='${pyexecdir}/lyx' pkgpythondir='${pythondir}/lyx' prefix='/usr' program_suffix='' program_transform_name='s&$$&&' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.6/site-packages' pythondir='${prefix}/lib/python2.6/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i486-pc-linux-gnu' target_alias='' target_cpu='i486' target_os='linux-gnu' target_vendor='pc' version_suffix='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "LyX" #define PACKAGE_TARNAME "lyx" #define PACKAGE_VERSION "1.5.5" #define PACKAGE_STRING "LyX 1.5.5" #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" #define USE_POSIX_PACKAGING 1 #define PACKAGE "lyx" #define HAVE_KPSEWHICH 1 configure: exit 1