I mv'd lyx-devel to old.lyx-devel, and then did a checkout again.

I couldn't make distclean or maintainer_clean before autogen.sh

./autogen.sh, then ./configure, and still the same errors. 
configure.log shows more errors than I'm used to.  It follows

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:708: checking host system type
configure:729: checking target system type
configure:747: checking build system type
configure:772: checking config.cache system type
configure:791: checking for install target ... 
configure:821: checking for a BSD compatible install
configure:874: checking whether build environment is sane
configure:931: checking whether make sets ${MAKE}
configure:977: checking for working aclocal
configure:990: checking for working autoconf
configure:1003: checking for working automake
configure:1016: checking for working autoheader
configure:1029: checking for working makeinfo
configure:1052: checking for lyx
configure:1101: checking whether make sets ${MAKE}
configure:1139: checking for a BSD compatible install
configure:1195: checking for kpsewhich
configure:1239: checking for gcc
configure:1352: checking whether the C compiler (gcc  ) works
configure:1368: gcc -o conftest    conftest.c  1>&5
configure:1394: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1399: checking whether we are using GNU C
configure:1408: gcc -E conftest.c
configure:1427: checking whether gcc accepts -g
configure:1461: checking for POSIXized ISC
configure:1482: checking how to run the C preprocessor
configure:1503: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1562: checking for AIX
configure:1587: checking for HP-UX
configure:1603: checking for SunOS 4.x
configure:1618: checking for SCO 3.2v4
configure:1644: checking for Cygwin environment
configure:1660: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1656: `__CYGWIN32__' undeclared (first use in this function)
configure:1656: (Each undeclared identifier is reported only once
configure:1656: for each function it appears in.)
configure: failed program was:
#line 1649 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1677: checking for mingw32 environment
configure:1689: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1685: `__MINGW32__' undeclared (first use in this function)
configure:1685: (Each undeclared identifier is reported only once
configure:1685: for each function it appears in.)
configure: failed program was:
#line 1682 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1708: checking for executable suffix
configure:1718: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1741: checking what frontend should be used as main GUI
configure:2724: checking for a working C++ compiler
configure:2760: g++ -o conftest    conftest.C  1>&5
configure:2798: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:2802: checking whether we are using GNU C++
configure:2811: g++ -E conftest.C
configure:2856: checking whether g++ accepts -g
configure:2909: checking how to run the C++ preprocessor
configure:2927: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3024: checking for ranlib
configure:3063: checking for ld used by GCC
configure:3125: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.10.1 (with BFD 2.10.1)
configure:3141: checking for BSD-compatible nm
configure:3177: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2  conftest.c 1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2   -static conftest.c  1>&5
GNU ld version 2.10.1 (with BFD 2.10.1)
ltconfig:1635: checking if global_symbol_pipe works
ltconfig:1636: gcc -c -g -O2  conftest.c 1>&5
ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[      
]\([ABCDGISTW]\)[       ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm"
ltconfig:1691: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions   
conftest.c conftstm.o 1>&5
configure:3575: checking if C++ compiler supports mutable
configure:3595: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure:3623: checking if C++ compiler supports partial specialization
configure:3644: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure: In function `int main()':
configure:3639: warning: unused variable `class k<void,void> a'
configure:3638: warning: unused variable `class k<float,float> b'
configure:3671: checking whether the C++ compiler understands explicit
configure:3687: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure:3710: checking whether the included std::string should be used
configure:3717: checking 
configure:3746: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure:3787: checking whether the systems std::string is really good
configure:3815: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure: In function `int main()':
configure:3808: no matching function for call to 
`basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> 
>::compare (unsigned int, int, char[2])'
/usr/include/g++/std/bastring.cc:398: candidates are: int 
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> 
>::compare(const 
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> > &, 
unsigned int = 0, unsigned int = basic_string<charT,traits,Allocator>::npos) const
/usr/include/g++/std/bastring.cc:417:                 int 
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> 
>::compare(const char *, unsigned int, unsigned int) const
/usr/include/g++/std/bastring.h:397:                 int 
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> 
>::compare(const char *, unsigned int = 0) const
configure:3810: no matching function for call to 
`basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> >::clear 
()'
configure:3808: warning: unused variable `int t'
configure: failed program was:
#line 3792 "configure"
#include "confdefs.h"

            #include <string>
            using std::string;
        
int main() {

            // From a std::string that is supposed to be close to the
            // standard we require at least three things:
            // - clear() and erase()
            // - the strncmp of compare()
            // - push_back()
            string a("hello there");
            a.erase();
            a = "hey";
            char s[] = "y";
            int t = a.compare(a.length() - 1, 1, s);
            a.push_back('g');
            a.clear();
        
; return 0; }
configure:3843: checking for correct namespaces support
configure:3862: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure:3885: checking for C headers wrappers
configure:3904: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3925: checking whether C library functions are already in the global 
namespace
configure:3942: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure:3964: checking for conforming std::count
configure:3986: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure: In function `int main()':
configure:3981: warning: unused variable `int i'
configure:4010: checking for ostream
configure:4020: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:4016: ostream: No such file or directory
configure: failed program was:
#line 4015 "configure"
#include "confdefs.h"
#include <ostream>
configure:4010: checking for istream
configure:4020: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:4016: istream: No such file or directory
configure: failed program was:
#line 4015 "configure"
#include "confdefs.h"
#include <istream>
configure:4010: checking for sstream
configure:4020: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:4016: sstream: No such file or directory
configure: failed program was:
#line 4015 "configure"
#include "confdefs.h"
#include <sstream>
configure:4010: checking for locale
configure:4020: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:4016: locale: No such file or directory
configure: failed program was:
#line 4015 "configure"
#include "confdefs.h"
#include <locale>
configure:4048: checking for modern STL streams
configure:4065: g++ -c -g -O -fno-exceptions -W -Wall  conftest.C 1>&5
configure: In function `int main()':
configure:4060: no matching function for call to `streambuf::pubsync ()'
configure: failed program was:
#line 4053 "configure"
#include "confdefs.h"

#include <iostream>

int main() {

 std::streambuf * test = std::cerr.rdbuf();
 test->pubsync();

; return 0; }
configure:4092: checking for regex.h
configure:4102: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:4142: checking for sin in -lm
configure:4164: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lm   1>&5
configure:4157: warning: declaration of `char sin(...)'
configure:4157: warning: conflicts with built-in declaration `double sin(double)'
configure:4192: checking for fopen in -lc
configure:4214: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lc  -lm  
1>&5
configure:4251: checking for extra library directory
configure:4294: checking for extra include directory
configure:4328: checking for extra lib+include directory
configure:4374: checking for main in -liberty
configure:4389: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -liberty  
-lc -lm  1>&5
/usr/libexec/elf/ld: cannot find -liberty
configure: failed program was:
#line 4382 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:4420: checking whether the included libsigc++ should be used
configure:4702: checking for pspell support
configure:4796: checking for ptsname in -lpt
configure:4818: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lpt  -lc 
-lm  1>&5
/usr/libexec/elf/ld: cannot find -lpt
configure: failed program was:
#line 4804 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ptsname();

int main() {
ptsname()
; return 0; }
configure:4844: checking for X
configure:5158: checking for dnet_ntoa in -ldnet
configure:5180: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -ldnet  
-lc -lm  1>&5
/usr/libexec/elf/ld: cannot find -ldnet
configure: failed program was:
#line 5166 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:5202: checking for dnet_ntoa in -ldnet_stub
configure:5224: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C 
-ldnet_stub  -lc -lm  1>&5
/usr/libexec/elf/ld: cannot find -ldnet_stub
configure: failed program was:
#line 5210 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:5253: checking for gethostbyname
configure:5284: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lc -lm  
1>&5
configure:5357: checking for connect
configure:5388: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lc -lm  
1>&5
configure:5455: checking for remove
configure:5486: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lc -lm  
1>&5
configure:5553: checking for shmat
configure:5584: g++ -o conftest -g -O -fno-exceptions -W -Wall   conftest.C -lc -lm  
1>&5
configure:5660: checking for IceConnectionNumber in -lICE
configure:5682: g++ -o conftest -g -O -fno-exceptions -W -Wall   -L/usr/X11R6/lib 
conftest.C -lICE  -lc -lm  1>&5
configure:5721: checking for XOpenIM
configure:5752: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C  -lSM -lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:8447: checking for XpmCreateBufferFromImage in -lXpm
configure:8469: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lXpm   -lSM -lICE -lc -lm   -L/usr/X11R6/lib -lX11  
1>&5
configure:8500: checking for X11/xpm.h
configure:8510: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:8582: checking xpm header version
configure:8625: checking for fl_initialize in -lforms
configure:8647: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lforms -lXpm   -lSM -lICE -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
/usr/libexec/elf/ld: warning: libc.so.3, needed by /usr/X11R6/lib/libforms.so, not 
found (try using -rpath or -rpath-link)
configure:8721: checking for X11/forms.h
configure:8731: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:8727: X11/forms.h: No such file or directory
configure: failed program was:
#line 8726 "configure"
#include "confdefs.h"
#include <X11/forms.h>
configure:8755: checking for forms.h
configure:8765: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:8802: checking xforms header version
configure:8869: checking for working const
configure:8923: gcc -c -g -O2  -isystem /usr/X11R6/include conftest.c 1>&5
configure:8944: checking for inline
configure:8958: gcc -c -g -O2  -isystem /usr/X11R6/include conftest.c 1>&5
configure:8985: checking for ANSI C header files
configure:8998: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9065: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9089: checking for off_t
configure:9122: checking for size_t
configure:9157: checking for working alloca.h
configure:9169: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9163: alloca.h: No such file or directory
configure: failed program was:
#line 9162 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
configure:9190: checking for alloca
configure:9223: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9392: checking for unistd.h
configure:9402: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9431: checking for getpagesize
configure:9459: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9484: checking for working mmap
configure:9632: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9660: checking for argz.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9666: argz.h: No such file or directory
configure: failed program was:
#line 9665 "configure"
#include "confdefs.h"
#include <argz.h>
configure:9660: checking for limits.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9660: checking for locale.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9660: checking for nl_types.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9660: checking for malloc.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
In file included from configure:9666:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is 
deprecated, use <stdlib.h> instead"
configure: failed program was:
#line 9665 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:9660: checking for string.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9660: checking for unistd.h
configure:9660: checking for sys/param.h
configure:9670: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9700: checking for getcwd
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for munmap
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for putenv
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for setenv
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for setlocale
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for strchr
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for strcasecmp
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for strdup
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9700: checking for __argz_count
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/tmp/ccng3RjW.o: In function `main':
/usr/local/src/lyx-devel/configure(.text+0x7): undefined reference to `__argz_count'
configure: failed program was:
#line 9705 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_count(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_count();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_count) || defined (__stub_____argz_count)
choke me
#else
__argz_count();
#endif

; return 0; }
configure:9700: checking for __argz_stringify
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/tmp/ccNOyJ0W.o: In function `main':
/usr/local/src/lyx-devel/configure(.text+0x7): undefined reference to 
`__argz_stringify'
configure: failed program was:
#line 9705 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_stringify(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_stringify();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
choke me
#else
__argz_stringify();
#endif

; return 0; }
configure:9700: checking for __argz_next
configure:9728: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/tmp/ccckGyKg.o: In function `main':
/usr/local/src/lyx-devel/configure(.text+0x7): undefined reference to `__argz_next'
configure: failed program was:
#line 9705 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_next(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_next();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_next) || defined (__stub_____argz_next)
choke me
#else
__argz_next();
#endif

; return 0; }
configure:9757: checking for stpcpy
configure:9785: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/tmp/cceObJw6.o: In function `main':
/usr/local/src/lyx-devel/configure(.text+0x7): undefined reference to `stpcpy'
configure: failed program was:
#line 9762 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char stpcpy(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char stpcpy();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_stpcpy) || defined (__stub___stpcpy)
choke me
#else
stpcpy();
#endif

; return 0; }
configure:9819: checking for LC_MESSAGES
configure:9831: gcc -o conftest -g -O2  -isystem /usr/X11R6/include  conftest.c  -lSM 
-lICE -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:9852: checking whether NLS is requested
configure:9872: checking whether included gettext is requested
configure:9891: checking for libintl.h
configure:9901: gcc -E  -isystem /usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9897: libintl.h: No such file or directory
configure: failed program was:
#line 9896 "configure"
#include "confdefs.h"
#include <libintl.h>
configure:10233: checking whether catgets can be used
configure:10505: checking for msgfmt
configure:10539: checking for gmsgfmt
configure:10575: checking for xgettext
configure:10668: checking for catalogs to be installed
configure:10792: checking for dirent.h that defines DIR
configure:10805: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:10801: warning: unused variable `struct DIR * dirp'
configure:10830: checking for opendir in -ldir
configure:10852: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -ldir  -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
/usr/libexec/elf/ld: cannot find -ldir
configure: failed program was:
#line 10838 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:10919: checking whether sys/types.h defines makedev
configure:10931: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11028: checking for sys/time.h
configure:11038: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:11028: checking for sys/types.h
configure:11038: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:11028: checking for sys/select.h
configure:11038: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:11028: checking for strings.h
configure:11038: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:11069: checking for stl_string_fwd.h
configure:11079: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:11075: stl_string_fwd.h: No such file or directory
configure: failed program was:
#line 11074 "configure"
#include "confdefs.h"
#include <stl_string_fwd.h>
configure:11126: checking whether stat file-mode macros are broken
configure:11182: checking whether time.h and sys/time.h may both be included
configure:11196: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:11192: warning: unused variable `struct tm * tp'
configure:11217: checking for st_blksize in struct stat
configure:11230: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:11226: warning: statement with no effect
configure:11251: checking for st_blocks in struct stat
configure:11264: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:11260: warning: statement with no effect
configure:11287: checking for st_rdev in struct stat
configure:11300: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:11296: warning: statement with no effect
configure:11323: checking for mode_t
configure:11356: checking for off_t
configure:11389: checking for pid_t
configure:11422: checking return type of signal handlers
configure:11444: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure: In function `int main()':
configure:11440: warning: unused variable `int i'
configure:11463: checking for size_t
configure:11496: checking for uid_t in sys/types.h
configure:11547: checking for snprintf
configure:11578: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11547: checking for vsnprintf
configure:11578: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11603: checking if snprintf is declared by header stdio.h
configure:11637: checking if vsnprintf is declared by header stdio.h
configure:11675: checking for memmove
configure:11706: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11675: checking for memset
configure:11706: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11675: checking for strchr
configure:11675: checking for putenv
configure:11675: checking for setenv
configure:11675: checking for mkfifo
configure:11706: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11675: checking for mkstemp
configure:11706: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11675: checking for mktemp
configure:11706: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
/tmp/ccEvFsov.o: In function `main':
/usr/local/src/lyx-devel/configure(.text+0x7): warning: mktemp() possibly used 
unsafely; consider using mkstemp()
configure:11732: checking types of arguments for select()
configure:11764: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:11804: checking type of argument for putenv()
configure:11817: g++ -c -g -O -fno-exceptions -W -Wall  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:11839: checking for strerror
configure:11870: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11839: checking for atexit
configure:11870: g++ -o conftest -g -O -fno-exceptions -W -Wall  -isystem 
/usr/X11R6/include  conftest.C -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 1>&5
configure:11902: checking if mkstemp is declared by header unistd.h

-- 
Prof. Richard E. Hawkins, Esq.                     /"\   ASCII ribbon campaign 
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700         \ /   against HTML mail
These opinions will not be those of                 X    and postings 
Penn State until it pays my retainer.              / \ 


Reply via email to