This is the mail archive of the cygwin-xfree@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Ip Socket


OK I build the debug version if X-server and all the X and ggi libs (with -g
option and absolutely no optimixzation)

I had been studyinmg 3 commercial X-server to figure out how they do socket
binding under Win32.
Literally all of them binds to Microsoft Tcpip dll (wstcpip.dll).

From my debug version ushing GDB I get the following.  Any suggestions how
to dow
MS WSTCIP.DLL binding?

Suhaib

Starting program: /usr/X11R6/bin/./XGGI.exe
776b0000:C:/WINNT/system32/Ws2_32.dll"C:/WINNT/system32/Ws2_32.dll": error
readi
ng line numbers

78000000:C:/WINNT/system32/MSVCRT.dll
77f00000:C:/WINNT/system32/KERNEL32.dll"C:/WINNT/system32/KERNEL32.dll":
error r
eading line numbers

77e70000:C:/WINNT/system32/USER32.dll
77ed0000:C:/WINNT/system32/GDI32.dll
77dc0000:C:/WINNT/system32/ADVAPI32.dll"C:/WINNT/system32/ADVAPI32.dll":
error r
eading line numbers

77e10000:C:/WINNT/system32/RPCRT4.dll
776a0000:C:/WINNT/system32/WS2HELP.dll"C:/WINNT/system32/WS2HELP.dll": error
rea
ding line numbers

61000000:C:/usr/X11R6/bin/cygwin1.dll
10000000:C:/usr/local/lib/libgg-0-0-6.dll
warning: LDR: Automatic DLL Relocation in XGGI.exe

warning: LDR: Dll libggi-2-0-0.dll base 10000000 relocated due to collision
with
 C:\usr\local\lib\libgg-0-0-6.dll

2f30000:C:/usr/local/lib/libggi-2-0-0.dll
warning: LDR: Automatic DLL Relocation in XGGI.exe

warning: LDR: Dll libgii-0-0-6.dll base 10000000 relocated due to collision
with
 C:\usr\local\lib\libgg-0-0-6.dll

2fa0000:C:/usr/local/lib/libgii-0-0-6.dll
77bf0000:C:/WINNT/System32/rpcltc1.dll
_XSERVTransSocketOpen: socket() failed for tcp
_XSERVTransSocketOpenCOTSServer: Unable to open socket for tcp
_XSERVTransOpen: transport open failed for tcp/:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for tcp

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already
run
ning

Program exited with code 01.
(gdb)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]