Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ll-xn!cullvax!boh From: boh@cullvax.UUCP (Brian P. O'Halloran) Newsgroups: comp.os.minix Subject: MINIX v1.2 uudecode.c Message-ID: <1392@cullvax.UUCP> Date: Wed, 22-Jul-87 10:03:57 EDT Article-I.D.: cullvax.1392 Posted: Wed Jul 22 10:03:57 1987 Date-Received: Fri, 24-Jul-87 07:05:09 EDT Organization: Cullinet Software, Westwood, MA, USA Lines: 16 Summary: MINIX v1.2 uudecode.c I have recently rebuilt all of the MINIX 1.2 commands, fs, mm and kernel that ast recently posted. No problems w/ any of the above except for uudecode.c. "$ make f=uudecode.c" gives me the following error message from asld, "scanf.s 89:_index multiple declared" "unresolved references:" " _getpwna" uudecode has getpwnam() which I think asld can't find in the library libc.a so I looked in both libc.a and libsrc.a but did not find them in either archive. Does anyone know where I can get _getpwna? Brian P. O'Halloran boh@cullvax.uucp