From owner-freebsd-questions Mon Jan 23 06:53:08 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id GAA03259 for questions-outgoing; Mon, 23 Jan 1995 06:53:08 -0800 Received: from beta.tricity.wsu.edu (beta.tricity.wsu.edu [192.31.216.9]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id GAA03253 for ; Mon, 23 Jan 1995 06:53:07 -0800 Received: by beta.tricity.wsu.edu (5.65/DEC-Ultrix/4.3) id AA03490; Mon, 23 Jan 1995 06:54:34 -0800 Message-Id: <9501231454.AA03490@beta.tricity.wsu.edu> Subject: Where is getpw() ? To: questions@FreeBSD.org Date: Mon, 23 Jan 1995 06:54:34 -0800 (PST) From: "Mark Smith" X-Mailer: ELM [version 2.4 PL22] Content-Type: text Content-Length: 516 Sender: questions-owner@FreeBSD.org Precedence: bulk Greetings, I'm trying to compile the game moria as found on ftp.uu.net. I had some problems origionally but a compiler switch fixed that. My current problem is that at link time, I get the message that it can't find the function getpw(). Man on it says that it's in the compat lib. Trying to link in the compat library does nothing and "ar -t libcompat.a" doesn't show it being there. Where would I find getpw() without rewriting the section of code to use the new equivilent of it? Thanks in advance. Mark