Hi!
We have some problems building current CVS heads with tgolem on an IRIX
machine. The problems are located in native-lib, like:
cc-1020 cc: ERROR File = cpnet.c, Line = 260
The identifier "SOCKET_NOSIGNAL" is undefined.
ret = send(fd, data, len, SOCKET_NOSIGNAL);
^
or
cc-1136 cc: ERROR File = cpnet.c, Line = 613
Too many arguments in function call.
ret = gethostbyname_r (hostname, &hret, buf, buflen, &result, &herr);
^
Any ideas how to fix these issues, especially the gethostbyname_r one?
- twisti