Posted to tcl by kbk at Tue Mar 30 16:35:58 GMT 2010view pretty

d:/SourceForge-rmax/tcl/generic/tclIOSock.c: In function `TclCreateSocketAddress':
d:/SourceForge-rmax/tcl/generic/tclIOSock.c:161: warning: implicit declaration of function `getaddrinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:76:1: warning: "IN6_ARE_ADDR_EQUAL" redefined
In file included from d:/SourceForge-rmax/tcl/win/tclWinPort.h:28,
                 from d:/SourceForge-rmax/tcl/generic/tclPort.h:23,
                 from d:/SourceForge-rmax/tcl/generic/tclInt.h:40,
                 from d:/SourceForge-rmax/tcl/win/tclWinInt.h:17,
                 from d:/SourceForge-rmax/tcl/win/tclWinSock.c:14:
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/ws2tcpip.h:202:1: warning: this is the location of the previous definition
d:/SourceForge-rmax/tcl/win/tclWinSock.c: In function `CreateSocket':
d:/SourceForge-rmax/tcl/win/tclWinSock.c:1221: warning: implicit declaration of function `freeaddrinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c: In function `TcpGetOptionProc':
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2095: warning: implicit declaration of function `getnameinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2159: warning: implicit declaration of function `IN6_ADDR_EQUAL'
Creating library file: libtcl86g.a
tclIOSock.o: In function `TclCreateSocketAddress':
d:/SourceForge-rmax/tcl/generic/tclIOSock.c:161: undefined reference to `getaddrinfo'
tclWinSock.o: In function `CreateSocket':
d:/SourceForge-rmax/tcl/win/tclWinSock.c:1221: undefined reference to `freeaddrinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:1223: undefined reference to `freeaddrinfo'
tclWinSock.o: In function `TcpGetOptionProc':
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2095: undefined reference to `getnameinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2098: undefined reference to `getnameinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2145: undefined reference to `getnameinfo'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2159: undefined reference to `IN6_ADDR_EQUAL'
d:/SourceForge-rmax/tcl/win/tclWinSock.c:2169: undefined reference to `getnameinfo'
collect2: ld returned 1 exit status