> Perhaps you can take the missing getlogin_r() function in the > > cygwin dll ? > #define getlogin_r (char* name, size_t namesize ) (strncpy (name, getlogin > (), namesize), 0) > Thank you Chris for contributing this. One questions: Is this thread save so that this can added to the cygwin library ? Ralf