Re: [libcc1, build] Enable libcc1 on Solaris

2014-11-06 Thread Phil Muldoon
On 06/11/14 11:33, Rainer Orth wrote: > Hi Phil, > >> The configure change is fine. Also the include. (From a libcc >> authorship point of view). I am not aware of the history of AF_UNIX >> over AF_LOCAL so I have no comment on that. Please await permission > > the glibc manual states > > AF_UN

Re: [libcc1, build] Enable libcc1 on Solaris

2014-11-06 Thread Rainer Orth
Hi Phil, > The configure change is fine. Also the include. (From a libcc > authorship point of view). I am not aware of the history of AF_UNIX > over AF_LOCAL so I have no comment on that. Please await permission the glibc manual states AF_UNIX This is a synonym for AF_LOCAL. Although A

Re: [libcc1, build] Enable libcc1 on Solaris

2014-11-05 Thread Phil Muldoon
On 03/11/14 16:54, Rainer Orth wrote: > I noticed that the new libcc1 wasn't built on Solaris. This happens > because socketpair doesn't live in libc, but in libsocket instead. To > deal with this, I've copied the libgo (and libjava) code to detect the > need for libsocket and libnsl. Once the b