This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compile problems with gimp


> 
>     I have come across an "undefined reference to" setpwent.  Has anyone
> heard of this function.  Gimp calls it with no parameters, and I can't
> find it in any of the include files in X11 or cygwin. Is this a motif
> call?
> 

>From the man page on sunos4:

DESCRIPTION
     getpwent(), getpwuid() and getpwnam() each return a  pointer
     to  an  object  with  the following structure containing the
     fields of a line in the password file.   Each  line  in  the
     file  contains  a  passwd structure, declared in the <pwd.h>
     header file:
 
          struct    passwd {
               char *pw_name;
               char *pw_passwd;
               uid_t     pw_uid;
               gid_t     pw_gid;
               int  pw_quota;
               char *pw_comment;
               char *pw_gecos;
               char *pw_dir;
               char *pw_shell;
          };
          struct passwd *getpwent(), *getpwuid(), *getpwnam();

                                  
     
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]