Hi! I had to include <unistd.h> (for the declaration of gethostname) in src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc and change the type of clientAddrSize (line 108) from int to socklen_t to make it compile with glibc 2.1.1/gcc 2.95 on Linux... bye, Christof