unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: An Liu <sourceonly@gmail.com>
To: "guile-user@gnu.org" <guile-user@gnu.org>
Subject: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
Date: Sat, 1 Sep 2018 23:02:52 -0600	[thread overview]
Message-ID: <CAAzVxgNwRucqzJubSipmU5ymy73K2EjKHvgKRzbr93Dstj=kbg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Hi, List

I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed

- why guile-2.2.4?
I want to try artanis which requires guile-2.2+, and yum repos only
have guile-1.8, so i decide to compile install myself

- CentOS release
# cat /etc/centos-release
 CentOS release 6.10 (Final)
# uname -a
Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

- guile release
# curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz

- configure error
# ./configure --prefix=/opt/guile-2.2.4
...
checking whether sigpending is declared without a macro... no
checking whether sigprocmask is declared without a macro... no
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a
type to use in place of socklen_t


it stops at socklen_t, as config_log attached

I've no idea of this as /usr/include/sys/socket.h exists there and
socklen_t should have be defined.

I've google for this error but hardly got any solutions.
Any suggestion on this?  I don't think trying to modify the
"sys/socket.h" is a good idea.

or is there guile-2.2+ rpm release for centos 6

BTW, how long would it take for me to build guile from source code (i7
6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
take quite a long time even seem like halt.

Thank you in advance.

[-- Attachment #2: config_log --]
[-- Type: application/octet-stream, Size: 29720 bytes --]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to enable C11 support... -std=gnu11
checking how to run the C preprocessor... /lib/cpp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
configure: autobuild project... GNU Guile
configure: autobuild revision... 2.2.4
configure: autobuild hostname... psn008
configure: autobuild timestamp... 20180902T044522Z
checking how to run the C preprocessor... /lib/cpp
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking the archiver (ar) interface... (cached) ar
checking for sys/socket.h... no
checking for arpa/inet.h... no
checking for features.h... no
checking for sys/param.h... no
checking for dirent.h... no
checking for xlocale.h... no
checking for unistd.h... (cached) no
checking for sys/stat.h... (cached) no
checking for netdb.h... no
checking for netinet/in.h... no
checking for sys/time.h... no
checking for iconv.h... no
checking for langinfo.h... no
checking for limits.h... no
checking for math.h... no
checking for poll.h... no
checking for sys/ioctl.h... no
checking for sys/filio.h... no
checking for malloc.h... no
checking for sys/select.h... no
checking for wchar.h... no
checking for stdint.h... (cached) no
checking for sys/file.h... no
checking for sys/times.h... no
checking for sys/uio.h... no
checking for sys/mman.h... no
checking for wctype.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking whether the preprocessor supports include_next... no
checking whether system header files limit the line length... no
checking whether <sys/socket.h> is self-contained... no
checking absolute name of <sys/socket.h>... <sys/socket.h>
checking for struct sockaddr_storage... no
checking for sa_family_t... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking whether socket is declared without a macro... no
checking whether connect is declared without a macro... no
checking whether accept is declared without a macro... no
checking whether bind is declared without a macro... no
checking whether getpeername is declared without a macro... no
checking whether getsockname is declared without a macro... no
checking whether getsockopt is declared without a macro... no
checking whether listen is declared without a macro... no
checking whether recv is declared without a macro... no
checking whether send is declared without a macro... no
checking whether recvfrom is declared without a macro... no
checking whether sendto is declared without a macro... no
checking whether setsockopt is declared without a macro... no
checking whether shutdown is declared without a macro... no
checking whether accept4 is declared without a macro... no
checking for accept4... no
checking for canonicalize_file_name... no
checking for getcwd... no
checking for readlink... no
checking for realpath... no
checking for _set_invalid_parameter_handler... no
checking for duplocale... no
checking for symlink... no
checking for flock... no
checking for fcntl... no
checking for fsync... no
checking for getlogin... no
checking for gettimeofday... no
checking for link... no
checking for lstat... no
checking for mkostemp... no
checking for nl_langinfo... no
checking for pipe... no
checking for pipe2... no
checking for isblank... no
checking for iswctype... no
checking for setenv... no
checking for tzset... no
checking for times... no
checking for snprintf... no
checking for btowc... no
checking for mbsinit... no
checking for mbrtowc... no
checking for mprotect... no
checking for secure_getenv... no
checking for getuid... no
checking for geteuid... no
checking for getgid... no
checking for getegid... no
checking for strdup... no
checking for localtime_r... no
checking for timegm... no
checking for vasnprintf... no
checking for wcrtomb... no
checking for iswcntrl... no
checking for size_t... no
checking for working alloca.h... no
checking for alloca... no
checking whether `alloca.c' needs Cray hooks... no
checking stack direction for C alloca... -1
checking whether // is distinct from /... no
checking whether realpath works... no
checking for wchar_t... no
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... no
checking absolute name of <stddef.h>... "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h"
checking whether locale.h conforms to POSIX:2001... no
checking whether struct lconv is properly defined... no
checking absolute name of <locale.h>... "///usr/include/locale.h"
checking whether setlocale is declared without a macro... no
checking whether duplocale is declared without a macro... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for working fcntl.h... no
checking for pid_t... no
checking for mode_t... no
checking whether frexp() can be used without linking with libm... no
checking whether alarm is declared... no
checking whether frexp() can be used with libm... no
checking whether stat file-mode macros are broken... yes
checking absolute name of <sys/stat.h>... <sys/stat.h>
checking for nlink_t... no
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... no
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... no
checking whether lstat is declared without a macro... no
checking whether mkdirat is declared without a macro... no
checking whether mkfifo is declared without a macro... no
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... no
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... no
checking whether utimensat is declared without a macro... no
checking absolute name of <netdb.h>... <netdb.h>
checking whether getaddrinfo is declared without a macro... no
checking whether freeaddrinfo is declared without a macro... no
checking whether gai_strerror is declared without a macro... no
checking whether getnameinfo is declared without a macro... no
checking for library containing gethostbyname... no
checking for gethostbyname... no
checking for gethostbyname in winsock2.h and -lws2_32... no
checking for library containing getservbyname... no
checking for getservbyname... no
checking for getservbyname in winsock2.h and -lws2_32... no
checking for C/C++ restrict keyword... no
checking for winsock2.h... (cached) no
checking for library containing inet_ntop... no
checking for inet_ntop... no
checking whether inet_ntop is declared... no
checking for IPv4 sockets... no
checking for IPv6 sockets... no
checking whether getlogin is declared... no
checking absolute name of <sys/time.h>... <sys/time.h>
checking for winsock2.h... (cached) no
checking for struct timeval... no
checking whether gettimeofday is declared without a macro... no
checking for ld used by gcc -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking whether byte ordering is bigendian... yes
checking whether long double and double are the same... no
checking where to find the exponent in a 'float'... unknown
checking whether isnan(float) can be used without linking with libm... no
checking whether isnan(float) can be used with libm... no
checking whether isnan(double) can be used without linking with libm... no
checking whether isnan(double) can be used with libm... no
checking whether isnan(long double) can be used without linking with libm... no
checking whether isnan(long double) can be used with libm... no
checking where to find the exponent in a 'double'... unknown
checking whether ldexp() can be used without linking with libm... no
checking for libunistring... no, consider installing GNU libunistring
checking absolute name of <limits.h>... <limits.h>
checking whether limits.h has ULLONG_WIDTH etc.... no
checking for nl_langinfo and CODESET... no
checking whether getc_unlocked is declared... no
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking whether pow can be used without linking with libm... no
checking whether pow can be used with libm... no
checking whether log works... no
checking whether lstat correctly handles trailing slash... no
checking whether malloc, realloc, calloc are POSIX compliant... no
checking for stdlib.h... (cached) no
checking for GNU libc compatible malloc... no
checking for unsigned long long int... no
checking for long long int... no
checking for promoted mode_t type... mode_t
checking absolute name of <poll.h>... <poll.h>
checking whether poll is declared without a macro... no
checking for inline... no
checking for winsock2.h... (cached) no
checking for library containing setsockopt... none needed
checking for mbstate_t... no
checking for ssize_t... no
checking whether <sys/select.h> is self-contained... no
checking absolute name of <sys/select.h>... <sys/select.h>
checking for winsock2.h... (cached) no
checking whether pselect is declared without a macro... no
checking whether select is declared without a macro... no
checking whether setenv is declared... no
checking search.h usability... no
checking search.h presence... yes
configure: WARNING: search.h: present but cannot be compiled
configure: WARNING: search.h:     check for missing prerequisite headers?
configure: WARNING: search.h: see the Autoconf documentation
configure: WARNING: search.h:     section "Present But Cannot Be Compiled"
configure: WARNING: search.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for search.h... no
checking for tsearch... no
checking for sigset_t... no
checking for uid_t in sys/types.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for wint_t... no
checking absolute name of <stdint.h>... <stdint.h>
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... yes
configure: WARNING: sys/bitypes.h: present but cannot be compiled
configure: WARNING: sys/bitypes.h:     check for missing prerequisite headers?
configure: WARNING: sys/bitypes.h: see the Autoconf documentation
configure: WARNING: sys/bitypes.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/bitypes.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... unknown
checking for bit size of size_t... unknown
checking for bit size of sig_atomic_t... unknown
checking for bit size of wchar_t... unknown
checking for bit size of wint_t... unknown
checking whether sig_atomic_t is signed... no
checking whether wchar_t is signed... no
checking whether wint_t is signed... no
checking for ptrdiff_t integer literal suffix... no
checking for size_t integer literal suffix... no
checking for sig_atomic_t integer literal suffix... no
checking for wchar_t integer literal suffix... no
checking for wint_t integer literal suffix... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... no
checking for tzname... no
checking for struct tm.tm_gmtoff... no
checking absolute name of <string.h>... "///usr/include/string.h"
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... no
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... no
checking whether stpncpy is declared without a macro... no
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... no
checking whether strncat is declared without a macro... no
checking whether strndup is declared without a macro... no
checking whether strnlen is declared without a macro... no
checking whether strpbrk is declared without a macro... no
checking whether strsep is declared without a macro... no
checking whether strcasestr is declared without a macro... no
checking whether strtok_r is declared without a macro... no
checking whether strerror_r is declared without a macro... no
checking whether strsignal is declared without a macro... no
checking whether strverscmp is declared without a macro... no
checking absolute name of <sys/types.h>... "///usr/include/sys/types.h"
checking for struct timespec in <time.h>... no
checking for struct timespec in <sys/time.h>... no
checking for struct timespec in <pthread.h>... no
checking for struct timespec in <unistd.h>... no
checking absolute name of <time.h>... "///usr/include/time.h"
checking whether snprintf returns a byte count as in C99... no
checking whether vsnprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for a traditional french locale... 
checking for a traditional japanese locale... 
checking for a transitional chinese locale... none
checking for a french Unicode locale... 
checking for mmap... no
checking whether memchr works... no
checking whether time_t is signed... no
checking whether snprintf is declared... no
checking whether strdup is declared... no
checking whether unsetenv is declared... no
checking for inttypes.h... no
checking for stdint.h... no
checking for intmax_t... no
checking for snprintf... (cached) no
checking for strnlen... no
checking for wcslen... no
checking for wcsnlen... no
checking for mbrtowc... (cached) no
checking for wcrtomb... (cached) no
checking whether _snprintf is declared... no
checking absolute name of <arpa/inet.h>... <arpa/inet.h>
checking whether inet_ntop is declared without a macro... no
checking whether inet_pton is declared without a macro... no
checking byteswap.h usability... no
checking byteswap.h presence... yes
configure: WARNING: byteswap.h: present but cannot be compiled
configure: WARNING: byteswap.h:     check for missing prerequisite headers?
configure: WARNING: byteswap.h: see the Autoconf documentation
configure: WARNING: byteswap.h:     section "Present But Cannot Be Compiled"
configure: WARNING: byteswap.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for byteswap.h... no
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking for clock_getcpuclockid... no
checking for winsock2.h... (cached) no
checking whether copysign can be used without linking with libm... no
checking whether copysign can be used with libm... no
checking absolute name of <dirent.h>... <dirent.h>
checking whether alphasort is declared without a macro... no
checking whether closedir is declared without a macro... no
checking whether dirfd is declared without a macro... no
checking whether fdopendir is declared without a macro... no
checking whether opendir is declared without a macro... no
checking whether readdir is declared without a macro... no
checking whether rewinddir is declared without a macro... no
checking whether scandir is declared without a macro... no
checking for dirfd... no
checking whether dirfd is declared... no
checking whether dirfd is a macro... no
checking how to get the file descriptor associated with an open DIR*... no_such_member
checking whether // is distinct from /... (cached) no
checking absolute name of <fcntl.h>... "///usr/include/fcntl.h"
checking whether fcntl is declared without a macro... no
checking whether openat is declared without a macro... no
checking whether conversion from 'int' to 'long double' works... no
checking absolute name of <float.h>... "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h"
checking for struct flock.l_type... no
checking whether __func__ is available... no
checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... no
checking for getaddrinfo... no
checking for getaddrinfo in ws2tcpip.h and -lws2_32... no
checking whether gai_strerror is declared... no
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... no
checking whether freeaddrinfo is declared... no
checking whether getnameinfo is declared... no
checking for struct addrinfo... no
checking sys/timeb.h usability... no
checking sys/timeb.h presence... yes
configure: WARNING: sys/timeb.h: present but cannot be compiled
configure: WARNING: sys/timeb.h:     check for missing prerequisite headers?
configure: WARNING: sys/timeb.h: see the Autoconf documentation
configure: WARNING: sys/timeb.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/timeb.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for sys/timeb.h... no
checking for _ftime... no
checking absolute name of <iconv.h>... <iconv.h>
checking for winsock2.h... (cached) no
checking for library containing inet_ntop... (cached) no
checking for inet_ntop... (cached) no
checking whether inet_ntop is declared... (cached) no
checking for winsock2.h... (cached) no
checking for library containing inet_pton... no
checking for inet_pton... no
checking whether inet_pton is declared... no
checking whether isfinite is declared... no
checking whether isinf is declared... no
checking whether isnan macro works... no
checking whether isnan(double) can be used without linking with libm... (cached) no
checking whether isnan(double) can be used with libm... (cached) no
checking whether isnan(float) can be used without linking with libm... (cached) no
checking whether isnan(float) can be used with libm... (cached) no
checking where to find the exponent in a 'float'... (cached) unknown
checking whether isnan(long double) can be used without linking with libm... (cached) no
checking whether isnan(long double) can be used with libm... (cached) no
checking where to find the exponent in a 'long double'... unknown
checking absolute name of <langinfo.h>... <langinfo.h>
checking whether nl_langinfo is declared without a macro... no
checking whether ldexp() can be used with libm... no
checking if LD -Wl,--version-script works... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... no
checking whether locale.h conforms to POSIX:2001... (cached) no
checking whether struct lconv is properly defined... (cached) no
checking absolute name of <locale.h>... (cached) "///usr/include/locale.h"
checking whether setlocale is declared without a macro... (cached) no
checking whether duplocale is declared without a macro... (cached) no
checking for log1p... no
checking for stdlib.h... (cached) no
checking for GNU libc compatible malloc... (cached) no
checking absolute name of <math.h>... <math.h>
checking whether NAN macro works... no
checking whether HUGE_VAL works... no
checking whether acosf is declared without a macro... no
checking whether acosl is declared without a macro... no
checking whether asinf is declared without a macro... no
checking whether asinl is declared without a macro... no
checking whether atanf is declared without a macro... no
checking whether atanl is declared without a macro... no
checking whether cbrt is declared without a macro... no
checking whether cbrtf is declared without a macro... no
checking whether cbrtl is declared without a macro... no
checking whether ceilf is declared without a macro... no
checking whether ceill is declared without a macro... no
checking whether copysign is declared without a macro... no
checking whether copysignf is declared without a macro... no
checking whether copysignl is declared without a macro... no
checking whether cosf is declared without a macro... no
checking whether cosl is declared without a macro... no
checking whether coshf is declared without a macro... no
checking whether expf is declared without a macro... no
checking whether expl is declared without a macro... no
checking whether exp2 is declared without a macro... no
checking whether exp2f is declared without a macro... no
checking whether exp2l is declared without a macro... no
checking whether expm1 is declared without a macro... no
checking whether expm1f is declared without a macro... no
checking whether expm1l is declared without a macro... no
checking whether fabsf is declared without a macro... no
checking whether fabsl is declared without a macro... no
checking whether floorf is declared without a macro... no
checking whether floorl is declared without a macro... no
checking whether fma is declared without a macro... no
checking whether fmaf is declared without a macro... no
checking whether fmal is declared without a macro... no
checking whether fmod is declared without a macro... no
checking whether fmodf is declared without a macro... no
checking whether fmodl is declared without a macro... no
checking whether frexpf is declared without a macro... no
checking whether frexpl is declared without a macro... no
checking whether hypotf is declared without a macro... no
checking whether hypotl is declared without a macro... no
checking whether ilogb is declared without a macro... no
checking whether ilogbf is declared without a macro... no
checking whether ilogbl is declared without a macro... no
checking whether ldexpf is declared without a macro... no
checking whether ldexpl is declared without a macro... no
checking whether log is declared without a macro... no
checking whether logf is declared without a macro... no
checking whether logl is declared without a macro... no
checking whether log10 is declared without a macro... no
checking whether log10f is declared without a macro... no
checking whether log10l is declared without a macro... no
checking whether log1p is declared without a macro... no
checking whether log1pf is declared without a macro... no
checking whether log1pl is declared without a macro... no
checking whether log2 is declared without a macro... no
checking whether log2f is declared without a macro... no
checking whether log2l is declared without a macro... no
checking whether logb is declared without a macro... no
checking whether logbf is declared without a macro... no
checking whether logbl is declared without a macro... no
checking whether modf is declared without a macro... no
checking whether modff is declared without a macro... no
checking whether modfl is declared without a macro... no
checking whether powf is declared without a macro... no
checking whether remainder is declared without a macro... no
checking whether remainderf is declared without a macro... no
checking whether remainderl is declared without a macro... no
checking whether rint is declared without a macro... no
checking whether rintf is declared without a macro... no
checking whether rintl is declared without a macro... no
checking whether round is declared without a macro... no
checking whether roundf is declared without a macro... no
checking whether roundl is declared without a macro... no
checking whether sinf is declared without a macro... no
checking whether sinl is declared without a macro... no
checking whether sinhf is declared without a macro... no
checking whether sqrtf is declared without a macro... no
checking whether sqrtl is declared without a macro... no
checking whether tanf is declared without a macro... no
checking whether tanl is declared without a macro... no
checking whether tanhf is declared without a macro... no
checking whether trunc is declared without a macro... no
checking whether truncf is declared without a macro... no
checking whether truncl is declared without a macro... no
checking whether mkdir handles trailing slash... no
checking whether mkdir handles trailing dot... no
checking absolute name of <netdb.h>... (cached) <netdb.h>
checking whether getaddrinfo is declared without a macro... (cached) no
checking whether freeaddrinfo is declared without a macro... (cached) no
checking whether gai_strerror is declared without a macro... (cached) no
checking whether getnameinfo is declared without a macro... (cached) no
checking whether <netinet/in.h> is self-contained... no
checking for netinet/in.h... (cached) no
checking absolute name of <netinet/in.h>... <netinet/in.h>
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) no
checking for sys/sysctl.h... no
checking for sched_getaffinity... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking whether open recognizes a trailing slash... no
checking for poll... (cached) no
checking absolute name of <poll.h>... (cached) <poll.h>
checking whether poll is declared without a macro... (cached) no
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h:     check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for libintl.h... no
checking whether isblank is declared... no
checking whether rename honors trailing slash on destination... no
checking whether rename honors trailing slash on source... no
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... no
checking whether rmdir works... no
checking whether select supports a 0 argument... no
checking whether select detects invalid fds... no
checking absolute name of <signal.h>... "///usr/include/signal.h"
checking for volatile sig_atomic_t... no
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... no
checking whether sigaction is declared without a macro... no
checking whether sigaddset is declared without a macro... no
checking whether sigdelset is declared without a macro... no
checking whether sigemptyset is declared without a macro... no
checking whether sigfillset is declared without a macro... no
checking whether sigismember is declared without a macro... no
checking whether sigpending is declared without a macro... no
checking whether sigprocmask is declared without a macro... no
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t

             reply	other threads:[~2018-09-02  5:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-02  5:02 An Liu [this message]
2018-09-04 19:50 ` Problem when compile guile-2.2.4 on CentOS 6.10/6.8 Alex Vong
2018-09-05  3:07   ` An Liu
2018-09-05  6:17     ` An Liu
2018-09-05  7:28       ` An Liu
2018-09-05 12:53         ` Alex Vong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAzVxgNwRucqzJubSipmU5ymy73K2EjKHvgKRzbr93Dstj=kbg@mail.gmail.com' \
    --to=sourceonly@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).