1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:596: checking host system type
configure:617: checking target system type
configure:635: checking build system type
configure:689: checking for a BSD compatible install
configure:742: checking whether build environment is sane
configure:780: checking whether make sets ${MAKE}
configure:826: checking for working aclocal
configure:839: checking for working autoconf
configure:852: checking for working automake
configure:865: checking for working autoheader
configure:878: checking for working makeinfo
configure:940: checking for a C-Compiler
configure:946: checking for gcc
configure:1052: checking whether the C compiler (gcc ) works
configure:1068: gcc -o conftest conftest.c 1>&5
configure:1094: checking whether the C compiler (gcc ) is a cross-compiler
configure:1099: checking whether we are using GNU C
configure:1108: gcc -E conftest.c
configure:1176: checking how to run the C preprocessor
configure:1197: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1296: checking for Cygwin environment
configure:1312: gcc -c -O2 conftest.c 1>&5
configure: In function `main':
configure:1308: `__CYGWIN32__' undeclared (first use in this function)
configure:1308: (Each undeclared identifier is reported only once
configure:1308: for each function it appears in.)
configure: failed program was:
#line 1301 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1329: checking for mingw32 environment
configure:1341: gcc -c -O2 conftest.c 1>&5
configure: In function `main':
configure:1337: `__MINGW32__' undeclared (first use in this function)
configure:1337: (Each undeclared identifier is reported only once
configure:1337: for each function it appears in.)
configure: failed program was:
#line 1334 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:1392: checking for ld used by GCC
configure:1460: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.92.0.12.3 20011121 Debian/GNU Linux
configure:1477: checking for /usr/bin/ld option to reload object files
configure:1489: checking for BSD-compatible nm
configure:1525: checking whether ln -s works
configure:1546: checking how to recognise dependant libraries
configure:1656: checking for object suffix
configure:1662: gcc -c -O2 conftest.c 1>&5
configure:1682: checking for executable suffix
configure:1692: gcc -o conftest -O2 -s conftest.c 1>&5
configure:1862: checking for ranlib
configure:1929: checking for strip
ltconfig:563:checking for gcc option to produce PIC
ltconfig:693:checking that gcc PIC flag -fPIC works.
ltconfig:702: gcc -c -O2 -fPIC -DPIC conftest.c 1>&5
ltconfig:754: checking if gcc static flag -static works
ltconfig:762: gcc -o conftest -O2 -s -static conftest.c 1>&5
ltconfig:799: checking if gcc supports -c -o file.o
ltconfig:800: gcc -c -O2 -o out/conftest2.o conftest.c 1>&5
ltconfig:832: checking if gcc supports -c -o file.lo
ltconfig:833: gcc -c -O2 -c -o conftest.lo conftest.c 1>&5
ltconfig:884: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:885: gcc -c -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
ltconfig:1867: checking if global_symbol_pipe works
ltconfig:1868: gcc -c -O2 conftest.c 1>&5
ltconfig:1871: 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:1923: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -s conftest.c conftstm.o 1>&5
ltconfig:2032: checking for dlopen in -ldl
ltconfig:2052: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -s conftest.c -ldl 1>&5
ltconfig:2269: checking for dlfcn.h
ltconfig:2279: gcc -c -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 >/dev/null 2>conftest.out
ltconfig:2307: checking whether a program can dlopen itself
ltconfig:2361: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -s -Wl,--export-dynamic conftest.c -ldl 1>&5
ltconfig:2380: checking whether a statically linked program can dlopen itself
ltconfig:2434: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -s -Wl,--export-dynamic -static conftest.c -ldl 1>&5
ltconfig: failed program was:
#line 2388 "ltconfig"
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef RTLD_GLOBAL
# define LTDL_GLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LTDL_GLOBAL DL_GLOBAL
# else
# define LTDL_GLOBAL 0
# endif
#endif
/* We may have to define LTDL_LAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LTDL_LAZY_OR_NOW
# ifdef RTLD_LAZY
# define LTDL_LAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LTDL_LAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LTDL_LAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LTDL_LAZY_OR_NOW DL_NOW
# else
# define LTDL_LAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
fnord() { int i=42;}
main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); }
configure:2194: checking for dlopen in -ldl
configure:2238: checking for shl_unload in -ldld
configure:2257: gcc -o conftest -O2 -s conftest.c -ldld 1>&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure: failed program was:
#line 2246 "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 shl_unload();
int main() {
shl_unload()
; return 0; }
configure:2298: checking for extra includes
configure:2329: checking for extra libs
|