This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:634: checking whether make sets ${MAKE} configure:663: checking for gcc configure:779: checking whether the C compiler (gcc ) works configure:795: gcc -o conftest conftest.c 1>&5 configure:821: checking whether the C compiler (gcc ) is a cross-compiler configure:826: checking whether we are using GNU C configure:854: checking whether gcc accepts -g configure:922: checking for a BSD compatible install configure:979: checking for gs configure:1029: checking how to run the C preprocessor configure:1109: checking for ANSI C header files configure:1213: checking for sys/wait.h that is POSIX.1 compatible configure:1234: gcc -c -g -O2 conftest.c 1>&5 configure:1255: checking whether time.h and sys/time.h may both be included configure:1269: gcc -c -g -O2 conftest.c 1>&5 configure:1293: checking for inttypes.h configure:1303: gcc -E conftest.c >/dev/null 2>conftest.out configure:1293: checking for fcntl.h configure:1303: gcc -E conftest.c >/dev/null 2>conftest.out configure:1293: checking for sys/time.h configure:1293: checking for stdbool.h configure:1303: gcc -E conftest.c >/dev/null 2>conftest.out configure:1332: checking for working const configure:1407: checking for pid_t configure:1440: checking for size_t configure:1482: checking for int64_t configure:1518: checking for uint64_t configure:1559: checking for working alloca.h configure:1571: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1592: checking for alloca configure:1625: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1794: checking for unistd.h configure:1833: checking for getpagesize configure:1861: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1886: checking for working mmap configure:2034: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1965: warning: conflicting types for built-in function 'malloc' configure:2057: checking for vprintf configure:2085: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2069: warning: conflicting types for built-in function 'vprintf' configure:2164: checking for dup2 configure:2192: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2164: checking for strchr configure:2164: checking for strrchr configure:2164: checking for memchr configure:2192: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2164: checking for memset configure:2192: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2176: warning: conflicting types for built-in function 'memset' configure:2164: checking for putenv configure:2164: checking for munmap configure:2192: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2164: checking for strtol configure:2321: checking for inflate in -lz configure:2376: checking for zlib.h configure:2486: checking for png_set_read_fn in -lpng configure:2943: checking whether to enable maintainer-specific portions of Makefiles configure:2962: checking for loader (symbol LD) configure:2976: checking for archiver (symbol AR) configure:2990: checking for archiver options (symbol ARFLAGS) configure:3060: checking where the main texmf tree is located configure:3120: checking for main in -lm configure:3163: checking for basename in -lgen configure:3182: gcc -o conftest -g -O2 conftest.c -lgen -lm 1>&5 /usr/bin/ld: cannot find -lgen collect2: ld returned 1 exit status configure: failed program was: #line 3171 "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 basename(); int main() { basename() ; return 0; }