On Sun, 18 Aug 2002 17:16, Robert Lunnon wrote: > On solaris gdbproxy doesn't compile because S_un is not defined, S_un is > only defined on SOlaris for XPG 4 applications. > > The header file however exposed _S_un so should this be _S_un or do I have > to invent a new test for these features.
OOPS Forget what I just said, the problen was that gdbproxy used saddr as a variable name which conflicted with a definition in netinet/in.h on Solaris I have fixed it and sent a patch Bob