From: Yaroslav K. <kav...@gm...> - 2011-07-09 21:52:34
|
2011/7/8 Sam Steingold wrote: > what happens when you use EXTRAOBJ=${GLLIB_A}? my bug: it work in the following configuration: EXTRAOBJ=gllib/${GLLIB_A} UTILCOMPILE="\$(UTILCC) \$(CPPFLAGS) \$(CFLAGS) \$(CLFLAGS) " for util in ${UTILS} ; do echol "${util}${HEXE} : ${UTILDIR_M}${util}.c" echotab_to_HEXE "${UTILCOMPILE}" "${UTILDIR_CC}${util}.c ${EXTRAOBJ}" "${util}" echol done > grep HAVE_IPV ../src/win32.d config.h $ grep HAVE_IPV ../src/win32.d config.h ../src/win32.d:#define HAVE_IPV4 ../src/win32.d:#define HAVE_IPV6 config.h:#define HAVE_IPV4 1 config.h:#define HAVE_IPV6 1 > ok, one of the gnulib headers is acting up; please find out which: > > grep listen_used_without_including_sys_socket_h gnulib/*.h $ grep listen_used_without_including_sys_socket_h gllib/*.h gllib/unistd.h:# define listen listen_used_without_including_sys_socket_h -- WBR, Yaroslav Kavenchuk |