Path: utzoo!utgpu!water!watmath!clyde!att!pacbell!ames!ncar!gatech!udel!mmdf From: Bruno_Kieba.SBDERX@xerox.com Newsgroups: comp.os.minix Subject: Re: libc.a problem (HELP!) Message-ID: <2661@louie.udel.EDU> Date: 21 May 88 13:41:45 GMT Sender: mmdf@udel.EDU Lines: 12 As far as I remember, getpwuid( ) is in the source file getpwent.c and getpwent.c is in the archive file libsrc.a; the .s version of getpwent has not been included in the libc.a library. To get your who am I program going, extract getpwent.c from libsrc.a, compile it with the -c and -LIB options to produce a library module, and include the produced .s file in the library libc.a. Well that's it! ps: getpwent.c compiles with the #include file 'pwd.h' which is in the "kernel" diskette of the 1.1 distribution. libsrc.a is in the "FS sources" diskette. I hope this will tell you who you are! /Bruno