
|
[openbeosnetteam]
||
[Date Prev]
[04-2004 Date Index]
[Date Next]
||
[Thread Prev]
[04-2004 Thread Index]
[Thread Next]
[openbeosnetteam] libbind.so status
- From: "Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx>
- To: "OpenBeOS Networking" <openbeosnetteam@xxxxxxxxxxxxx>
- Date: Tue, 13 Apr 2004 15:53:53 +0200
Hi,
libbind.so compiles fine and there are not linker errors when I run Mozilla.
But it does not resolve the hostname. :(
All functions are called, but select() always times out.
Shall I commit the source so you can have a look at it, too? It would be a
1.2MB commit, so we should warn modem users on the main list.
Unfortunately, I could not leave all headers and sources untouched. The *_r
functions want _REENTRANT to be defined, so I added
#define _REENTRANT 1
to netdb.h and resolv.h. Also, our private pthread code has some issues that
need special handling. All changes are documented in DEVNOTES.
Waldemar
|

|