compile problems with gimp

Arlindo da Silva dasilva@woodmore.gsfc.nasa.gov
Tue Sep 23 06:23:00 GMT 1997


> 
>     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".



More information about the Cygwin mailing list