Mail Archives: cygwin/1996/12/02/12:03:09
> As for me, the best solution is to export cygwin functions with normal
> names (without cygwin32_ prefix). If one choose to use WinSock, he will
> have to add -lwsock32 to gcc command line.
> Sergey Okhapkin
> Moscow, Russia
The problem with this is that if we export the cygwin functions without the
cygwin32_ prefix in the dll, nobody can use WinSock while still using other
functions in the dll (they'd get multiple definition problems at link
time). As things stand, you can use the cygwin.dll and WinSock by
undefining the mapping from cygwin32_foo to foo in the header files.
--
Geoffrey Noer
noer AT cygnus DOT com
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -