Bugs item #671856, was opened at 2003-01-21 11:00
Message generated for change (Comment added) made by earnie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=671856&group_id=2435
Category: w32api
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Marcelo Taube (marcelouy)
Assigned to: Earnie Boyd (earnie)
Summary: winsocks
Initial Comment:
I'm usin winsoks but programming for both ipv4 and ipv6,
it seems that the api you provide lacks of some
important things to support ipv6.
There are some functions that are declared in
winsock2.h but are not defined in libws2_32.a
I have no problem with the standard functions like
connect, bind, send, etc.
But i get 'undefined reference to....' when i'm linking with
functions like getaddrinfo, freeaddrinfo and getnameinfo.
Also i have another problem:
the following socket options should be declared in
ws2tcpip.h but they are not:
IPV6_MULTICAST_HOPS, IPV6_ADD_MEMBERSHIP,
IPV6_MULTICAST_LOOP
Is there any way to fix it????
Thankx
Marcelo
----------------------------------------------------------------------
>Comment By: Earnie Boyd (earnie)
Date: 2003-06-12 13:13
Message:
Logged In: YES
user_id=15438
Upgrading with w32api-2.3.tar.gz after installing
MinGW-2.0.0-3.exe is the method to use.
----------------------------------------------------------------------
Comment By: Marcelo Taube (marcelouy)
Date: 2003-06-12 08:56
Message:
Logged In: YES
user_id=214238
I tried it, and it now works great downloading w32api-
2.3.tar.gz but it's still not ok in MinGW-2.0.0-3.exe
----------------------------------------------------------------------
Comment By: Luke Dunstan (infidel)
Date: 2003-05-30 07:25
Message:
Logged In: YES
user_id=30442
Marcelo, please confirm that this is fixed in the current
release of w32api.
----------------------------------------------------------------------
Comment By: Danny Smith (dannysmith)
Date: 2003-02-01 14:44
Message:
Logged In: YES
user_id=11494
It should be in the winsup repository at redhat
CVSROOT=:pserver:anoncvs@...
rc
See: http://cygwin.com/cvs.html
Danny
----------------------------------------------------------------------
Comment By: Marcelo Taube (marcelouy)
Date: 2003-02-01 13:49
Message:
Logged In: YES
user_id=214238
I must be stupid or something but i have downloaded the cvs
version and all the problems are still there!!!
Are you sure it was fixed in the cvs???
----------------------------------------------------------------------
Comment By: Danny Smith (dannysmith)
Date: 2003-01-23 15:48
Message:
Logged In: YES
user_id=11494
Thanks for the report.
Fixed in CVS
Danny
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=671856&group_id=2435
|