rendered paste body| #define SIZEOF___INT64 8
| #define SIZEOF_UNSIGNED___INT64 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 4
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_IO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PROCESS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_DIRECT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define socklen_t int
| #define HAVE_UNISTD_H 1
| #define uid_t int
| #define gid_t int
| #define GETGROUPS_T int
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_LIBWS2_32 1
| #define USE_DLL_IMPORT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CEXP 1
| #define HAVE_CHSIZE 1
| #define HAVE_CLOG 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE__PIPE 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_DECL_SETHOSTNAME 0
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_DECL_UNSETENV 0
| #define HAVE_DECL_HSTRERROR 0
| #define HAVE_DECL_CUSERID 0
| #define HAVE_DECL_FLOCK 0
| #define HAVE_DECL_VSNPRINTF 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char crypt ();
| int
| main ()
| {
| return crypt ();
| ;
| return 0;
| }
configure:15585: gcc -o conftest.exe -g -O2 conftest.c -lcrypt -lws2_32 -lm -lltdl >&5
d:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot find -lcrypt
collect2: ld returned 1 exit status
configure:15585: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.8"
| #define PACKAGE_STRING "guile 1.8.8"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define GUILE_USE_64_CALLS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 8
| #define SIZEOF_UNSIGNED___INT64 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 4
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_IO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PROCESS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_DIRECT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define socklen_t int
| #define HAVE_UNISTD_H 1
| #define uid_t int
| #define gid_t int
| #define GETGROUPS_T int
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_LIBWS2_32 1
| #define USE_DLL_IMPORT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CEXP 1
| #define HAVE_CHSIZE 1
| #define HAVE_CLOG 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE__PIPE 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_DECL_SETHOSTNAME 0
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_DECL_UNSETENV 0
| #define HAVE_DECL_HSTRERROR 0
| #define HAVE_DECL_CUSERID 0
| #define HAVE_DECL_FLOCK 0
| #define HAVE_DECL_VSNPRINTF 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char crypt ();
| int
| main ()
| {
| return crypt ();
| ;
| return 0;
| }
configure:15602: result: no
configure:15619: checking for i
configure:15639: gcc -c -g -O2 conftest.c >&5
configure:15639: $? = 0
configure:15643: result: _Complex_I
configure:15684: checking whether csqrt is usable
configure:15709: gcc -o conftest.exe -g -O2 conftest.c -lws2_32 -lm -lltdl >&5
configure:15709: $? = 0
configure:15709: ./conftest.exe
configure:15709: $? = 0
configure:15719: result: yes
configure:15731: checking for __gmpz_init in -lgmp
configure:15756: gcc -o conftest.exe -g -O2 conftest.c -lgmp -lws2_32 -lm -lltdl >&5
d:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot find -lgmp
collect2: ld returned 1 exit status
configure:15756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.8"
| #define PACKAGE_STRING "guile 1.8.8"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define GUILE_USE_64_CALLS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 8
| #define SIZEOF_UNSIGNED___INT64 8
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 4
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_IO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PROCESS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_DIRECT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define socklen_t int
| #define HAVE_UNISTD_H 1
| #define uid_t int
| #define gid_t int
| #define GETGROUPS_T int
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_LIBWS2_32 1
| #define USE_DLL_IMPORT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CEXP 1
| #define HAVE_CHSIZE 1
| #define HAVE_CLOG 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE__PIPE 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_DECL_SETHOSTNAME 0
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_DECL_UNSETENV 0
| #define HAVE_DECL_HSTRERROR 0
| #define HAVE_DECL_CUSERID 0
| #define HAVE_DECL_FLOCK 0
| #define HAVE_DECL_VSNPRINTF 1
| #define GUILE_I _Complex_I
| #define HAVE_USABLE_CSQRT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __gmpz_init ();
| int
| main ()
| {
| return __gmpz_init ();
| ;
| return 0;
| }
configure:15765: result: no
configure:15775: error: GNU MP not found, see README
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-mingw32
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_GUILE_FOR_BUILD_set=
ac_cv_env_GUILE_FOR_BUILD_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_DINFINITY=no
ac_cv_func_DQNAN=no
ac_cv_func__NSGetEnviron=no
ac_cv_func__pipe=yes
ac_cv_func_atexit=yes
ac_cv_func_bcopy=no
ac_cv_func_cexp=yes
ac_cv_func_chown=no
ac_cv_func_chroot=no
ac_cv_func_chsize=yes
ac_cv_func_clog10=no
ac_cv_func_clog=yes
ac_cv_func_connect=no
ac_cv_func_ctermid=no
ac_cv_func_cuserid=no
ac_cv_func_fchown=no
ac_cv_func_fcntl=no
ac_cv_func_fesetround=yes
ac_cv_func_flock=no
ac_cv_func_fork=no
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_geteuid=no
ac_cv_func_getgrent=no
ac_cv_func_gethostbyname=no
ac_cv_func_gethostname=no
ac_cv_func_getitimer=no
ac_cv_func_getlogin=no
ac_cv_func_getpass=no
ac_cv_func_getpgrp=no
ac_cv_func_getppid=no
ac_cv_func_getpriority=no
ac_cv_func_getpwent=no
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=no
ac_cv_func_index=no
ac_cv_func_ioctl=no
ac_cv_func_isblank=yes
ac_cv_func_kill=no
ac_cv_func_link=no
ac_cv_func_lstat=no
ac_cv_func_memcpy=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=no
ac_cv_func_nice=no
ac_cv_func_on_exit=no
ac_cv_func_pipe=no
ac_cv_func_readdir64_r=no
ac_cv_func_readdir_r=no
ac_cv_func_readlink=no
ac_cv_func_rename=yes
ac_cv_func_rindex=no
ac_cv_func_rmdir=yes
ac_cv_func_select=no
ac_cv_func_setegid=no
ac_cv_func_seteuid=no
ac_cv_func_sethostname=no
ac_cv_func_setitimer=no
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=no
ac_cv_func_setpriority=no
ac_cv_func_setsid=no
ac_cv_func_sigaction=no
ac_cv_func_siginterrupt=no
ac_cv_func_stat64=no
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strptime=no
ac_cv_func_symlink=no
ac_cv_func_sync=no
ac_cv_func_sysconf=no
ac_cv_func_system=yes
ac_cv_func_tcgetpgrp=no
ac_cv_func_tcsetpgrp=no
ac_cv_func_times=no
ac_cv_func_truncate=no
ac_cv_func_ttyname=no
ac_cv_func_uname=no
ac_cv_func_unsetenv=no
ac_cv_func_usleep=yes
ac_cv_func_waitpid=no
ac_cv_have_decl_cuserid=no
ac_cv_have_decl_flock=no
ac_cv_have_decl_hstrerror=no
ac_cv_have_decl_sethostname=no
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_unsetenv=no
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_assert_h=yes
ac_cv_header_complex_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_crypt_h=no
ac_cv_header_direct_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_fenv_h=yes
ac_cv_header_grp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_ltdl_h=yes
ac_cv_header_machine_fpu_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=no
ac_cv_header_process_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=no
ac_cv_header_regex_h=no
ac_cv_header_rx_rxposix_h=no
ac_cv_header_rxposix_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dir_h=no
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=no
ac_cv_header_sys_select_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stdtypes_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utime_h=yes
ac_cv_header_sys_utsname_h=no
ac_cv_header_sys_wait_h=no
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_winsock2_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_gmp___gmpz_init=no
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_nsl_gethostbyname=no
ac_cv_lib_socket_connect=no
ac_cv_lib_uca___uc_get_ar_bsp=no
ac_cv_lib_ws2_32_main=yes
ac_cv_member_struct_dirent64_d_name=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_crypt=no
ac_cv_search_opendir='none required'
ac_cv_sizeof___int64=8
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_intmax_t=8
ac_cv_sizeof_intptr_t=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_uintptr_t=4
ac_cv_sizeof_unsigned___int64=8
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_type_complex_double=yes
ac_cv_type_getgroups=int
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_signal=void
ac_cv_type_socklen_t=no
ac_cv_type_struct_ip_mreq=no
ac_cv_type_uid_t=no
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintmax_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_lispdir='${datadir}/emacs/site-lisp'
guile_cv_header_libc_with_unistd=no
guile_cv_use_csqrt=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_dlopen=LoadLibrary
lt_cv_dlopen_libs=
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=d:/mingw/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=8192
lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run automake-1.11'
AWK='gawk'
BUILD_PTHREAD_SUPPORT_FALSE=''
BUILD_PTHREAD_SUPPORT_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD=''
CC_FOR_BUILD=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='no'
EMACSLOADPATH=''
EXEEXT='.exe'
EXTRA_DEFS='-DSCM_IMPORT'
EXTRA_DOT_DOC_FILES=''
EXTRA_DOT_X_FILES=''
FGREP='/bin/grep -F'
GETTEXT_MACRO_VERSION=''
GMSGFMT=''
GMSGFMT_015=''
GREP='/bin/grep'
GUILE_CFLAGS=''
GUILE_EFFECTIVE_VERSION='1.8'
GUILE_FOR_BUILD=''
GUILE_LIBS=''
GUILE_MAJOR_VERSION='1'
GUILE_MICRO_VERSION='8'
GUILE_MINOR_VERSION='8'
GUILE_VERSION='1.8.8'
HAVE_MAKEINFO_FALSE='#'
HAVE_MAKEINFO_TRUE=''
HOST_CC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD='d:/mingw/mingw32/bin/ld.exe'
LDFLAGS=''
LIBGUILE_INTERFACE='21:0:4'
LIBGUILE_INTERFACE_AGE='4'
LIBGUILE_INTERFACE_CURRENT='21'
LIBGUILE_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_13_14_MAJOR='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE='3:2:0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION='2'
LIBGUILE_SRFI_SRFI_1_MAJOR='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_4_MAJOR='3'
LIBGUILE_SRFI_SRFI_60_INTERFACE='2:2:0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT='2'
LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION='2'
LIBGUILE_SRFI_SRFI_60_MAJOR='2'
LIBICONV=''
LIBINTL=''
LIBLOBJS=''
LIBOBJS=' dynl.o filesys.o posix.o net_db.o socket.o win32-uname.o win32-dirent.o win32-socket.o'
LIBS='-lws2_32 -lm -lltdl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='cp -p'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/caveman/guile-1.8.8/build-aux/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NM='/mingw/bin/nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='guile'
PACKAGE_BUGREPORT='bug-guile@gnu.org'
PACKAGE_NAME='guile'
PACKAGE_STRING='guile 1.8.8'
PACKAGE_TARNAME='guile'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.8'
PATH_SEPARATOR=':'
POSUB=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SCM_I_GSC_C_INLINE='"inline"'
SCM_I_GSC_ENABLE_DEPRECATED='1'
SCM_I_GSC_ENABLE_DISCOURAGED='1'
SCM_I_GSC_ENABLE_ELISP='1'
SCM_I_GSC_GUILE_DEBUG='0'
SCM_I_GSC_GUILE_DEBUG_FREELIST='0'
SCM_I_GSC_HAVE_STRUCT_DIRENT64='0'
SCM_I_GSC_NEEDS_INTTYPES_H='0'
SCM_I_GSC_NEEDS_STDINT_H='1'
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER=''
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT=''
SCM_I_GSC_STACK_GROWS_UP=''
SCM_I_GSC_T_INT16='"int16_t"'
SCM_I_GSC_T_INT32='"int32_t"'
SCM_I_GSC_T_INT64='"int64_t"'
SCM_I_GSC_T_INT8='"int8_t"'
SCM_I_GSC_T_INTMAX='"intmax_t"'
SCM_I_GSC_T_PTRDIFF='"ptrdiff_t"'
SCM_I_GSC_T_UINT16='"uint16_t"'
SCM_I_GSC_T_UINT32='"uint32_t"'
SCM_I_GSC_T_UINT64='"uint64_t"'
SCM_I_GSC_T_UINT8='"uint8_t"'
SCM_I_GSC_T_UINTMAX='"uintmax_t"'
SCM_I_GSC_USE_NULL_THREADS=''
SCM_I_GSC_USE_PTHREAD_THREADS=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS=''
VERSION='1.8.8'
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
have_makeinfo='yes'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/caveman/guile-1.8.8/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datadir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sitedir=''
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute=''
top_srcdir_absolute=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "guile"
#define PACKAGE_TARNAME "guile"
#define PACKAGE_VERSION "1.8.8"
#define PACKAGE_STRING "guile 1.8.8"
#define PACKAGE_BUGREPORT "bug-guile@gnu.org"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBLTDL 1
#define SCM_WARN_DEPRECATED_DEFAULT "summary"
#define GUILE_USE_64_CALLS 1
#define HAVE_POSIX 1
#define HAVE_NETWORKING 1
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF___INT64 8
#define SIZEOF_UNSIGNED___INT64 8
#define SIZEOF_VOID_P 4
#define SIZEOF_INTPTR_T 4
#define SIZEOF_UINTPTR_T 4
#define SIZEOF_PTRDIFF_T 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_OFF_T 4
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define SIZEOF_INTMAX_T 8
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DIRENT_H 1
#define HAVE_COMPLEX_H 1
#define HAVE_FENV_H 1
#define HAVE_IO_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PROCESS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTIME_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_DIRECT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_COMPLEX_DOUBLE 1
#define socklen_t int
#define HAVE_UNISTD_H 1
#define uid_t int
#define gid_t int
#define GETGROUPS_T int
#define RETSIGTYPE void
#define HAVE_LIBM 1
#define HAVE_WINSOCK2_H 1
#define HAVE_LIBWS2_32 1
#define USE_DLL_IMPORT 1
#define HAVE_ASSERT_H 1
#define HAVE_CEXP 1
#define HAVE_CHSIZE 1
#define HAVE_CLOG 1
#define HAVE_FESETROUND 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MKDIR 1
#define HAVE__PIPE 1
#define HAVE_RENAME 1
#define HAVE_RMDIR 1
#define HAVE_SETLOCALE 1
#define HAVE_STRFTIME 1
#define HAVE_STRDUP 1
#define HAVE_SYSTEM 1
#define HAVE_USLEEP 1
#define HAVE_ATEXIT 1
#define HAVE_STRCHR 1
#define HAVE_STRCMP 1
#define HAVE_MEMCPY 1
#define HAVE_ISBLANK 1
#define HAVE_STRNCASECMP 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_DECL_SETHOSTNAME 0
#define HAVE_DECL_STRNCASECMP 1
#define HAVE_DECL_UNSETENV 0
#define HAVE_DECL_HSTRERROR 0
#define HAVE_DECL_CUSERID 0
#define HAVE_DECL_FLOCK 0
#define HAVE_DECL_VSNPRINTF 1
#define GUILE_I _Complex_I
#define HAVE_USABLE_CSQRT 1
configure: exit 1