This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:556: checking for gcc configure:669: checking whether the C compiler (gcc ) works configure:685: gcc -o conftest conftest.c 1>&5 configure:711: checking whether the C compiler (gcc ) is a cross-compiler configure:716: checking whether we are using GNU C configure:744: checking whether gcc accepts -g configure:780: checking for c++ configure:812: checking whether the C++ compiler (c++ ) works configure:828: c++ -o conftest conftest.C 1>&5 configure:854: checking whether the C++ compiler (c++ ) is a cross-compiler configure:859: checking whether we are using GNU C++ configure:887: checking whether c++ accepts -g configure:936: gcc -c -g -O2 conftest.c 1>&5 configure:953: gcc -c -g -O2 conftest.c 1>&5 configure:977: checking whether GNU C++ compiler is default configure:984: checking version of gcc configure:987: checking version of g++ configure:999: checking for C++-compatible X header files configure:1011: c++ -c -g -O2 conftest.C 1>&5 configure:1076: checking for Guile configure:1091: checking version of guile configure:1100: checking how to run the C++ preprocessor configure:1147: checking for X configure:1461: checking for dnet_ntoa in -ldnet configure:1505: checking for dnet_ntoa in -ldnet_stub configure:1556: checking for gethostbyname configure:1660: checking for connect configure:1758: checking for remove configure:1856: checking for shmat configure:1963: checking for IceConnectionNumber in -lICE configure:2011: checking for dlopen configure:2065: checking for dlopen in -ldl configure:2178: checking for dld_link in -ldld configure:2235: checking for shl_load configure:2298: checking for dlopen configure:2399: checking how to run the C preprocessor configure:2480: checking for iconv.h configure:2507: checking for iconv configure:2522: gcc -o conftest -g -O2 conftest.c 1>&5 /cygdrive/c/DOKUME~1/seidl/LOKALE~1/Temp/ccrGUtKl.o(.text+0x35): In function `main': /home/seidl/sources/cygwin/v.TeXmacs-1.0.3.2/configure:2516: undefined reference to `_iconv_open' /cygdrive/c/DOKUME~1/seidl/LOKALE~1/Temp/ccrGUtKl.o(.text+0x5d):/home/seidl/sources/cygwin/v.TeXmacs-1.0.3.2/configure:2517: undefined reference to `_iconv' collect2: ld returned 1 exit status configure: failed program was: #line 2509 "configure" #include "confdefs.h" #include #include int main() { iconv_t cd = iconv_open ("",""); iconv (cd, NULL, NULL, NULL, NULL); ; return 0; } configure:2535: checking for iconv in -liconv configure:2552: gcc -o conftest -g -O2 conftest.c -liconv 1>&5 /cygdrive/c/DOKUME~1/seidl/LOKALE~1/Temp/cc2Kn7Pb.o(.text+0x35): In function `main': /home/seidl/sources/cygwin/v.TeXmacs-1.0.3.2/configure:2546: undefined reference to `_iconv_open' /cygdrive/c/DOKUME~1/seidl/LOKALE~1/Temp/cc2Kn7Pb.o(.text+0x5d):/home/seidl/sources/cygwin/v.TeXmacs-1.0.3.2/configure:2547: undefined reference to `_iconv' collect2: ld returned 1 exit status configure: failed program was: #line 2539 "configure" #include "confdefs.h" #include #include int main() { iconv_t cd = iconv_open ("",""); iconv (cd, NULL, NULL, NULL, NULL); ; return 0; } configure:2615: checking for ft2build.h configure:2642: checking for freetype configure:2657: c++ -o conftest -g -O2 -I/usr/include/freetype2 conftest.C -lfreetype -lz 1>&5 configure:2698: checking for gettimeofday configure:2762: checking whether ... arguments behave correctly configure:2776: c++ -c -g -O2 conftest.C 1>&5 configure: In function `void install_guile(void (*)(int, char**))': configure:2768: error: invalid conversion from `void (*)(...)' to `void (*)(int, char**)' configure: failed program was: #line 2764 "configure" #include "confdefs.h" void gh_enter (void (*call_back) (int, char**)); void install_guile (void (*call_back) (int, char**)) { gh_enter ((void (*)(...)) ((void*) call_back)); } int main() { ; return 0; } configure:2794: checking the size_t of guile strings configure:2811: c++ -c -I/nonexistent/include conftest.C 1>&5 configure: In function `void print_string(scm_unused_struct*)': configure:2803: error: invalid conversion from `int*' to `size_t*' configure: failed program was: #line 2797 "configure" #include "confdefs.h" #include #include void print_string (SCM s) { int len_r; char* r= gh_scm2newstr (s, &len_r); } int main() { ; return 0; } configure:2831: checking if compiler supports -fno-rtti -fno-exceptions configure:2844: c++ -c -fno-rtti -fno-exceptions conftest.C 1>&5 configure:2864: checking if statically linking with guile work configure:2892: c++ -o conftest -I/nonexistent/include -static conftest.C -lguile -lguile-ltdl -lm 1>&5 configure:3066: checking host system type