I just tried to compile lyx-1.2.0 in MacOSX 10.1.4 and the Makefile 
after running ./configure is blank, so no compilation is possible.
I'm attaching config.log so that the Developers can fix the problem.

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

configure:859: checking host system type
configure:880: checking target system type
configure:898: checking build system type
configure:923: checking config.cache system type
configure:942: checking for install target ... 
configure:976: checking for a BSD compatible install
configure:1029: checking whether build environment is sane
configure:1100: checking for gawk
configure:1100: checking for mawk
configure:1100: checking for nawk
configure:1100: checking for awk
configure:1130: checking whether make sets ${MAKE}
configure:1262: checking whether make sets ${MAKE}
configure:1300: checking for a BSD compatible install
configure:1356: checking for kpsewhich
configure:1394: checking for gm4
configure:1435: checking for gcc
configure:1548: checking whether the C compiler (gcc -no-cpp-precomp  ) works
configure:1564: gcc -no-cpp-precomp -o conftest    conftest.c  1>&5
configure:1590: checking whether the C compiler (gcc -no-cpp-precomp  ) is a 
cross-compiler
configure:1595: checking whether we are using GNU C
configure:1604: gcc -no-cpp-precomp -E conftest.c
configure:1623: checking whether gcc -no-cpp-precomp accepts -g
configure:1662: checking for style of include used by make
configure:1696: checking dependency style of gcc -no-cpp-precomp
configure:1766: checking for strerror in -lcposix
configure:1785: gcc -no-cpp-precomp -o conftest -g -O2   conftest.c -lcposix   1>&5
/usr/bin/ld: can't locate file for: -lcposix
configure: failed program was:
#line 1774 "configure"
#include "confdefs.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 strerror();

int main() {
strerror()
; return 0; }
configure:1808: checking how to run the C preprocessor
configure:1829: gcc -no-cpp-precomp -E  conftest.c >/dev/null 2>conftest.out
configure:1888: checking for AIX
configure:1913: checking for HP-UX
configure:1929: checking for SunOS 4.x
configure:1944: checking for SCO 3.2v4
configure:1970: checking for Cygwin environment
configure:1986: gcc -no-cpp-precomp -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1982: `__CYGWIN32__' undeclared (first use in this function)
configure:1982: (Each undeclared identifier is reported only once
configure:1982: for each function it appears in.)
configure: failed program was:
#line 1975 "configure"
#include "confdefs.h"

int main() {

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

int main() {
return __MINGW32__;
; return 0; }
configure:2034: checking for executable suffix
configure:2044: gcc -no-cpp-precomp -o conftest -g -O2   conftest.c  1>&5
configure:2067: checking what frontend should be used as main GUI
configure:3042: checking for a good enough C++ compiler
configure:3094: checking for c++
configure:3126: checking whether the C++ compiler (g++  ) works
configure:3142: g++ -o conftest    conftest.C  1>&5
configure:3168: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:3173: checking whether we are using GNU C++
configure:3182: g++ -E conftest.C
configure:3201: checking whether g++ accepts -g
configure:3250: gcc -no-cpp-precomp -c -g -O2  conftest.c 1>&5
configure:3267: gcc -no-cpp-precomp -c -g -O2  conftest.c 1>&5
configure:3286: checking dependency style of g++
configure:3448: checking whether the C++ compiler understands explicit
configure:3464: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3487: checking whether the included std::string should be used
configure:3495: checking 
configure:3524: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3565: checking whether the systems std::string is really good
configure:3593: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3620: checking how to run the C++ preprocessor
configure:3638: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3664: checking for C headers wrappers
configure:3683: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3704: checking whether C library functions are already in the global 
namespace
configure:3721: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3743: checking for conforming std::count
configure:3765: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3789: checking for ostream
configure:3799: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3789: checking for istream
configure:3799: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3789: checking for sstream
configure:3799: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3789: checking for locale
configure:3799: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3789: checking for limits
configure:3799: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3827: checking for modern STL streams
configure:3844: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:3892: checking for regex.h
configure:3902: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:3942: checking for sin in -lm
configure:3964: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -lm   1>&5
configure:3992: checking for fopen in -lc
configure:4014: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -lc  -lm  
1>&5
configure:4049: checking for main in -lAiksaurus
configure:4064: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -lAiksaurus 
-lbz2 -lc -lm  1>&5
ld: can't locate file for: -lAiksaurus
configure: failed program was:
#line 4057 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:4101: checking for extra library directory
configure:4144: checking for extra include directory
configure:4178: checking for extra lib+include directory
configure:4224: checking for main in -liberty
configure:4239: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -liberty  
-lc -lm  1>&5
configure:4329: checking for ld used by GCC
configure:4397: checking if the linker (/usr/bin/ld) is GNU ld
configure:4414: checking for /usr/bin/ld option to reload object files
configure:4426: checking for BSD-compatible nm
configure:4464: checking whether ln -s works
configure:4485: checking how to recognise dependant libraries
configure:4658: checking for object suffix
configure:4664: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:4692: checking command to parse /usr/bin/nm -p output
configure:4768: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:4771: /usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
cannot find nm_test_var in conftest.nm
configure:4768: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:4771: /usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
configure:4822: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C conftstm.o 
1>&5
configure:4868: checking for dlfcn.h
configure:4878: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:5069: checking for ranlib
configure:5136: checking for strip
configure:5644: checking for objdir
configure:5671: checking for gcc option to produce PIC
configure:5823: checking if gcc PIC flag -fno-common works
configure:5837: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:5889: checking if gcc static flag -static works
configure:5904: g++ -o conftest -O -fno-rtti -fno-exceptions   -static conftest.C 
-liberty -lc -lm  1>&5
ld: can't locate file for: -lcrt0.o
configure: failed program was:
#line 5897 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:5931: checking if gcc supports -c -o file.o
configure:5950: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
/var/tmp//cc68FjXU.s:unknown:FATAL:can't create output file: conftest.o
configure:6025: checking if we can lock with hard links
configure:6044: checking if gcc supports -fno-rtti -fno-exceptions
configure:6057: g++ -c -O -fno-rtti -fno-exceptions  conftest.C 1>&5
configure:6084: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6700: checking how to hardcode library paths into programs
configure:6728: checking whether stripping libraries is possible
configure:6742: checking dynamic linker characteristics
configure:7128: checking if libtool supports shared libraries
configure:8245: checking whether the included libsigc++ should be used
configure:8524: checking for pspell support
configure:8622: checking for X
configure:8936: checking for dnet_ntoa in -ldnet
configure:8958: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -ldnet  
-liberty -lc -lm  1>&5
ld: can't locate file for: -ldnet
configure: failed program was:
#line 8944 "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:8980: checking for dnet_ntoa in -ldnet_stub
configure:9002: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -ldnet_stub  
-liberty -lc -lm  1>&5
ld: can't locate file for: -ldnet_stub
configure: failed program was:
#line 8988 "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:9031: checking for gethostbyname
configure:9062: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -liberty -lc 
-lm  1>&5
configure:9135: checking for connect
configure:9166: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -liberty -lc 
-lm  1>&5
configure:9233: checking for remove
configure:9264: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -liberty -lc 
-lm  1>&5
configure:9331: checking for shmat
configure:9362: g++ -o conftest -O -fno-rtti -fno-exceptions   conftest.C -liberty -lc 
-lm  1>&5
configure:9438: checking for IceConnectionNumber in -lICE
configure:9460: g++ -o conftest -O -fno-rtti -fno-exceptions   -L/usr/X11R6/lib 
conftest.C -lICE  -liberty -lc -lm  1>&5
configure:9499: checking for XOpenIM
configure:9530: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  
1>&5
configure:9562: checking for XpmCreateBufferFromImage in -lXpm
configure:9584: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -lXpm   -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:9615: checking for X11/xpm.h
configure:9625: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:9697: checking xpm header version
configure:9741: checking for fl_initialize in -lforms
configure:9763: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -lforms   -lSM -lICE -liberty -lc -lm   
-L/usr/X11R6/lib -lX11  1>&5
configure:9837: checking for X11/forms.h
configure:9847: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:9843:23: X11/forms.h: No such file or directory
configure: failed program was:
#line 9842 "configure"
#include "confdefs.h"
#include <X11/forms.h>
configure:9871: checking for forms.h
configure:9881: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:9918: checking xforms header version
configure:11714: checking for flimage_dup
configure:11745: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -lforms  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:11767: checking for flimage_to_pixmap
configure:11798: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -lforms  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:11821: checking for flimage_enable_ps
configure:11852: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -lforms  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:11901: checking whether libjpeg is needed
configure:11920: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -lforms  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:11914: forms.h: No such file or directory
configure: failed program was:
#line 11913 "configure"
#include "confdefs.h"
#include <forms.h>
int main() {
jpeg_abort(0);
; return 0; }
configure:11955: checking for working const
configure:12009: gcc -no-cpp-precomp -c -g -O2  -isystem /usr/X11R6/include conftest.c 
1>&5
configure:12030: checking for inline
configure:12044: gcc -no-cpp-precomp -c -g -O2  -isystem /usr/X11R6/include conftest.c 
1>&5
configure:12073: checking for ranlib
configure:12101: checking for ANSI C header files
configure:12114: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12181: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12170 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int main () { int i; for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }

configure:12205: checking for off_t
configure:12238: checking for size_t
configure:12273: checking for working alloca.h
configure:12285: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:12279: alloca.h: No such file or directory
configure: failed program was:
#line 12278 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
configure:12306: checking for alloca
configure:12339: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12311 "configure"
#include "confdefs.h"

#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# ifdef _MSC_VER
#  include <malloc.h>
#  define alloca _alloca
# else
#  if HAVE_ALLOCA_H
#   include <alloca.h>
#  else
#   ifdef _AIX
 #pragma alloca
#   else
#    ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
#    endif
#   endif
#  endif
# endif
#endif

int main() {
char *p = (char *) alloca(1);
; return 0; }
configure:12371: checking whether alloca needs Cray hooks
configure:12456: checking stack direction for C alloca
configure:12483: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12464 "configure"
#include "confdefs.h"
find_stack_direction ()
{
  static char *addr = 0;
  auto char dummy;
  if (addr == 0)
    {
      addr = &dummy;
      return find_stack_direction ();
    }
  else
    return (&dummy > addr) ? 1 : -1;
}
main ()
{
  exit (find_stack_direction() < 0);
}
configure:12508: checking for stdlib.h
configure:12518: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12508: checking for unistd.h
configure:12518: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12508: checking for sys/stat.h
configure:12518: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12508: checking for sys/types.h
configure:12518: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12547: checking for getpagesize
configure:12575: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12552 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpagesize(); 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 getpagesize();

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_getpagesize) || defined (__stub___getpagesize)
choke me
#else
getpagesize();
#endif

; return 0; }
configure:12600: checking for working mmap
configure:12761: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12608 "configure"
#include "confdefs.h"

/* Thanks to Mike Haertel and Jim Avera for this test.
   Here is a matrix of mmap possibilities:
        mmap private not fixed
        mmap private fixed at somewhere currently unmapped
        mmap private fixed at somewhere already mapped
        mmap shared not fixed
        mmap shared fixed at somewhere currently unmapped
        mmap shared fixed at somewhere already mapped
   For private mappings, we should verify that changes cannot be read()
   back from the file, nor mmap's back from the file at a different
   address.  (There have been systems where private was not correctly
   implemented like the infamous i386 svr4.0, and systems where the
   VM page cache was not coherent with the filesystem buffer cache
   like early versions of FreeBSD and possibly contemporary NetBSD.)
   For shared mappings, we should conversely verify that changes get
   propogated back to all the places they're supposed to be.

   Grep wants private fixed already mapped.
   The main things grep needs to know about mmap are:
   * does it exist and is it safe to write into the mmap'd area
   * how to use it (BSD variants)  */
#include <sys/types.h>
#include <fcntl.h>
#include <sys/mman.h>

#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif

#if HAVE_STDLIB_H
# include <stdlib.h>
#endif

#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif

#if HAVE_UNISTD_H
# include <unistd.h>
#endif

/* This mess was copied from the GNU getpagesize.h.  */
#ifndef HAVE_GETPAGESIZE

/* Assume that all systems that can run configure have sys/param.h.  */
# ifndef HAVE_SYS_PARAM_H
#  define HAVE_SYS_PARAM_H 1
# endif

# ifdef _SC_PAGESIZE
#  define getpagesize() sysconf(_SC_PAGESIZE)
# else /* no _SC_PAGESIZE */
#  ifdef HAVE_SYS_PARAM_H
#   include <sys/param.h>
#   ifdef EXEC_PAGESIZE
#    define getpagesize() EXEC_PAGESIZE
#   else /* no EXEC_PAGESIZE */
#    ifdef NBPG
#     define getpagesize() NBPG * CLSIZE
#     ifndef CLSIZE
#      define CLSIZE 1
#     endif /* no CLSIZE */
#    else /* no NBPG */
#     ifdef NBPC
#      define getpagesize() NBPC
#     else /* no NBPC */
#      ifdef PAGESIZE
#       define getpagesize() PAGESIZE
#      endif /* PAGESIZE */
#     endif /* no NBPC */
#    endif /* no NBPG */
#   endif /* no EXEC_PAGESIZE */
#  else /* no HAVE_SYS_PARAM_H */
#   define getpagesize() 8192   /* punt totally */
#  endif /* no HAVE_SYS_PARAM_H */
# endif /* no _SC_PAGESIZE */

#endif /* no HAVE_GETPAGESIZE */

#ifdef __cplusplus
extern "C" { void *malloc(unsigned); }
#else
char *malloc();
#endif

int
main()
{
        char *data, *data2, *data3;
        int i, pagesize;
        int fd;

        pagesize = getpagesize();

        /*
         * First, make a file with some known garbage in it.
         */
        data = malloc(pagesize);
        if (!data)
                exit(1);
        for (i = 0; i < pagesize; ++i)
                *(data + i) = rand();
        umask(0);
        fd = creat("conftestmmap", 0600);
        if (fd < 0)
                exit(1);
        if (write(fd, data, pagesize) != pagesize)
                exit(1);
        close(fd);

        /*
         * Next, try to mmap the file at a fixed address which
         * already has something else allocated at it.  If we can,
         * also make sure that we see the same garbage.
         */
        fd = open("conftestmmap", O_RDWR);
        if (fd < 0)
                exit(1);
        data2 = malloc(2 * pagesize);
        if (!data2)
                exit(1);
        data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
        if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
            MAP_PRIVATE | MAP_FIXED, fd, 0L))
                exit(1);
        for (i = 0; i < pagesize; ++i)
                if (*(data + i) != *(data2 + i))
                        exit(1);

        /*
         * Finally, make sure that changes to the mapped area
         * do not percolate back to the file as seen by read().
         * (This is a bug on some variants of i386 svr4.0.)
         */
        for (i = 0; i < pagesize; ++i)
                *(data2 + i) = *(data2 + i) + 1;
        data3 = malloc(pagesize);
        if (!data3)
                exit(1);
        if (read(fd, data3, pagesize) != pagesize)
                exit(1);
        for (i = 0; i < pagesize; ++i)
                if (*(data + i) != *(data3 + i))
                        exit(1);
        close(fd);
        unlink("conftestmmap");
        exit(0);
}

configure:12785: checking whether we are using the GNU C Library 2.1 or newer
configure:12792: features.h: No such file or directory
configure:12826: checking for argz.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12832: argz.h: No such file or directory
configure: failed program was:
#line 12831 "configure"
#include "confdefs.h"
#include <argz.h>
configure:12826: checking for limits.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12826: checking for locale.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12826: checking for nl_types.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12832: nl_types.h: No such file or directory
configure: failed program was:
#line 12831 "configure"
#include "confdefs.h"
#include <nl_types.h>
configure:12826: checking for malloc.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12832: malloc.h: No such file or directory
configure: failed program was:
#line 12831 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:12826: checking for stddef.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12826: checking for stdlib.h
configure:12826: checking for string.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12826: checking for unistd.h
configure:12826: checking for sys/param.h
configure:12836: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:12867: checking for feof_unlocked
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char feof_unlocked(); 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 feof_unlocked();

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_feof_unlocked) || defined (__stub___feof_unlocked)
choke me
#else
feof_unlocked();
#endif

; return 0; }
configure:12867: checking for fgets_unlocked
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fgets_unlocked(); 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 fgets_unlocked();

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_fgets_unlocked) || defined (__stub___fgets_unlocked)
choke me
#else
fgets_unlocked();
#endif

; return 0; }
configure:12867: checking for getcwd
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getcwd(); 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 getcwd();

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_getcwd) || defined (__stub___getcwd)
choke me
#else
getcwd();
#endif

; return 0; }
configure:12867: checking for getegid
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getegid(); 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 getegid();

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_getegid) || defined (__stub___getegid)
choke me
#else
getegid();
#endif

; return 0; }
configure:12867: checking for geteuid
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char geteuid(); 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 geteuid();

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_geteuid) || defined (__stub___geteuid)
choke me
#else
geteuid();
#endif

; return 0; }
configure:12867: checking for getgid
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getgid(); 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 getgid();

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_getgid) || defined (__stub___getgid)
choke me
#else
getgid();
#endif

; return 0; }
configure:12867: checking for getuid
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getuid(); 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 getuid();

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_getuid) || defined (__stub___getuid)
choke me
#else
getuid();
#endif

; return 0; }
configure:12867: checking for mempcpy
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mempcpy(); 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 mempcpy();

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_mempcpy) || defined (__stub___mempcpy)
choke me
#else
mempcpy();
#endif

; return 0; }
configure:12867: checking for munmap
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char munmap(); 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 munmap();

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_munmap) || defined (__stub___munmap)
choke me
#else
munmap();
#endif

; return 0; }
configure:12867: checking for putenv
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char putenv(); 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 putenv();

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_putenv) || defined (__stub___putenv)
choke me
#else
putenv();
#endif

; return 0; }
configure:12867: checking for setenv
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setenv(); 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 setenv();

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_setenv) || defined (__stub___setenv)
choke me
#else
setenv();
#endif

; return 0; }
configure:12867: checking for setlocale
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setlocale(); 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 setlocale();

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_setlocale) || defined (__stub___setlocale)
choke me
#else
setlocale();
#endif

; return 0; }
configure:12867: checking for stpcpy
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "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:12867: checking for strchr
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strchr(); 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 strchr();

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_strchr) || defined (__stub___strchr)
choke me
#else
strchr();
#endif

; return 0; }
configure:12867: checking for strcasecmp
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strcasecmp(); 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 strcasecmp();

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_strcasecmp) || defined (__stub___strcasecmp)
choke me
#else
strcasecmp();
#endif

; return 0; }
configure:12867: checking for strdup
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strdup(); 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 strdup();

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_strdup) || defined (__stub___strdup)
choke me
#else
strdup();
#endif

; return 0; }
configure:12867: checking for strtoul
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtoul(); 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 strtoul();

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_strtoul) || defined (__stub___strtoul)
choke me
#else
strtoul();
#endif

; return 0; }
configure:12867: checking for tsearch
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tsearch(); 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 tsearch();

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_tsearch) || defined (__stub___tsearch)
choke me
#else
tsearch();
#endif

; return 0; }
configure:12867: checking for __argz_count
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "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:12867: checking for __argz_stringify
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "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:12867: checking for __argz_next
configure:12895: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 12872 "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:12935: checking for iconv
configure:12953: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:12945: iconv.h: No such file or directory
configure: failed program was:
#line 12943 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
int main() {
iconv_t cd = iconv_open("","");
       iconv(cd,NULL,NULL,NULL,NULL);
       iconv_close(cd);
; return 0; }
configure:12975: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  -liconv 1>&5
configure:12967: iconv.h: No such file or directory
configure: failed program was:
#line 12965 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
int main() {
iconv_t cd = iconv_open("","");
         iconv(cd,NULL,NULL,NULL,NULL);
         iconv_close(cd);
; return 0; }
configure:13050: checking for nl_langinfo and CODESET
configure:13062: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:13056: langinfo.h: No such file or directory
configure: failed program was:
#line 13055 "configure"
#include "confdefs.h"
#include <langinfo.h>
int main() {
char* cs = nl_langinfo(CODESET);
; return 0; }
configure:13085: checking for LC_MESSAGES
configure:13097: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure: In function `main':
configure:13094: `LC_MESSAGES' undeclared (first use in this function)
configure:13094: (Each undeclared identifier is reported only once
configure:13094: for each function it appears in.)
configure: failed program was:
#line 13090 "configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
configure:13118: checking whether NLS is requested
configure:13140: checking whether included gettext is requested
configure:13160: checking for libintl.h
configure:13170: gcc -no-cpp-precomp -E  -isystem /usr/X11R6/include conftest.c 
>/dev/null 2>conftest.out
configure:13166: libintl.h: No such file or directory
configure: failed program was:
#line 13165 "configure"
#include "confdefs.h"
#include <libintl.h>
configure:13487: checking for msgfmt
configure:13523: checking for gmsgfmt
configure:13572: checking for xgettext
configure:13645: checking for bison
configure:13678: checking version of bison
configure:13725: checking for catalogs to be installed
configure:13785: checking for dirent.h that defines DIR
configure:13798: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:13823: checking for opendir in -ldir
configure:13845: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -ldir  -ljpeg  -lSM -lICE -liberty -lc -lm   
-L/usr/X11R6/lib -lX11  1>&5
ld: can't locate file for: -ldir
configure: failed program was:
#line 13831 "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:13912: checking whether sys/types.h defines makedev
configure:13924: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:14021: checking for sys/time.h
configure:14031: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:14021: checking for sys/types.h
configure:14021: checking for sys/select.h
configure:14031: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:14021: checking for strings.h
configure:14031: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:14021: checking for locale.h
configure:14062: checking for stl_string_fwd.h
configure:14072: g++ -E  -isystem /usr/X11R6/include conftest.C >/dev/null 
2>conftest.out
configure:14068:28: stl_string_fwd.h: No such file or directory
configure: failed program was:
#line 14067 "configure"
#include "confdefs.h"
#include <stl_string_fwd.h>
configure:14119: checking whether stat file-mode macros are broken
configure:14175: checking whether time.h and sys/time.h may both be included
configure:14189: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14210: checking for st_blksize in struct stat
configure:14223: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14244: checking for st_blocks in struct stat
configure:14257: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14280: checking for st_rdev in struct stat
configure:14293: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14316: checking for mode_t
configure:14349: checking for off_t
configure:14382: checking for pid_t
configure:14415: checking return type of signal handlers
configure:14437: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14456: checking for size_t
configure:14489: checking for uid_t in sys/types.h
configure:14540: checking for snprintf
configure:14571: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:14540: checking for vsnprintf
configure:14571: g++ -o conftest -O -fno-rtti -fno-exceptions  -isystem 
/usr/X11R6/include  conftest.C -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib 
-lX11  1>&5
configure:14596: checking if snprintf is declared by header stdio.h
configure:14630: checking if vsnprintf is declared by header stdio.h
configure:14664: checking if istreambuf_iterator is declared by header iterator
configure:14708: checking for memmove
configure:14736: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char memmove(); 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 memmove();

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_memmove) || defined (__stub___memmove)
choke me
#else
memmove();
#endif

; return 0; }
configure:14708: checking for memset
configure:14736: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:14720: warning: conflicting types for built-in function `memset'
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char memset(); 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 memset();

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_memset) || defined (__stub___memset)
choke me
#else
memset();
#endif

; return 0; }
configure:14708: checking for strchr
configure:14708: checking for putenv
configure:14708: checking for setenv
configure:14708: checking for mkfifo
configure:14736: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mkfifo(); 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 mkfifo();

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_mkfifo) || defined (__stub___mkfifo)
choke me
#else
mkfifo();
#endif

; return 0; }
configure:14708: checking for mkstemp
configure:14736: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mkstemp(); 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 mkstemp();

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_mkstemp) || defined (__stub___mkstemp)
choke me
#else
mkstemp();
#endif

; return 0; }
configure:14708: checking for mktemp
configure:14736: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mktemp(); 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 mktemp();

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_mktemp) || defined (__stub___mktemp)
choke me
#else
mktemp();
#endif

; return 0; }
configure:14764: checking for strerror
configure:14792: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14769 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strerror(); 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 strerror();

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_strerror) || defined (__stub___strerror)
choke me
#else
strerror();
#endif

; return 0; }
configure:14764: checking for atexit
configure:14792: gcc -no-cpp-precomp -o conftest -g -O2  -isystem /usr/X11R6/include  
conftest.c -ljpeg  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
/usr/bin/ld: can't locate file for: -liberty
configure: failed program was:
#line 14769 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atexit(); 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 atexit();

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_atexit) || defined (__stub___atexit)
choke me
#else
atexit();
#endif

; return 0; }
configure:14827: checking types of arguments for select()
configure:14859: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14899: checking type of argument for putenv()
configure:14912: g++ -c -O -fno-rtti -fno-exceptions  -isystem /usr/X11R6/include 
conftest.C 1>&5
configure:14936: checking if mkstemp is declared by header unistd.h

Reply via email to