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

  1. d:/SourceForge-rmax/tcl/generic/tclIOSock.c: In function `TclCreateSocketAddress':
  2. d:/SourceForge-rmax/tcl/generic/tclIOSock.c:161: warning: implicit declaration of function `getaddrinfo'
  3. d:/SourceForge-rmax/tcl/win/tclWinSock.c:76:1: warning: "IN6_ARE_ADDR_EQUAL" redefined
  4. In file included from d:/SourceForge-rmax/tcl/win/tclWinPort.h:28,
  5. from d:/SourceForge-rmax/tcl/generic/tclPort.h:23,
  6. from d:/SourceForge-rmax/tcl/generic/tclInt.h:40,
  7. from d:/SourceForge-rmax/tcl/win/tclWinInt.h:17,
  8. from d:/SourceForge-rmax/tcl/win/tclWinSock.c:14:
  9. C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/ws2tcpip.h:202:1: warning: this is the location of the previous definition
  10. d:/SourceForge-rmax/tcl/win/tclWinSock.c: In function `CreateSocket':
  11. d:/SourceForge-rmax/tcl/win/tclWinSock.c:1221: warning: implicit declaration of function `freeaddrinfo'
  12. d:/SourceForge-rmax/tcl/win/tclWinSock.c: In function `TcpGetOptionProc':
  13. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2095: warning: implicit declaration of function `getnameinfo'
  14. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2159: warning: implicit declaration of function `IN6_ADDR_EQUAL'
  15. Creating library file: libtcl86g.a
  16. tclIOSock.o: In function `TclCreateSocketAddress':
  17. d:/SourceForge-rmax/tcl/generic/tclIOSock.c:161: undefined reference to `getaddrinfo'
  18. tclWinSock.o: In function `CreateSocket':
  19. d:/SourceForge-rmax/tcl/win/tclWinSock.c:1221: undefined reference to `freeaddrinfo'
  20. d:/SourceForge-rmax/tcl/win/tclWinSock.c:1223: undefined reference to `freeaddrinfo'
  21. tclWinSock.o: In function `TcpGetOptionProc':
  22. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2095: undefined reference to `getnameinfo'
  23. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2098: undefined reference to `getnameinfo'
  24. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2145: undefined reference to `getnameinfo'
  25. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2159: undefined reference to `IN6_ADDR_EQUAL'
  26. d:/SourceForge-rmax/tcl/win/tclWinSock.c:2169: undefined reference to `getnameinfo'
  27. collect2: ld returned 1 exit status
  28.