Date: Mon, 23 Jan 1995 06:54:34 -0800 (PST) From: "Mark Smith" <msmith@beta.tricity.wsu.edu> To: questions@FreeBSD.org Subject: Where is getpw() ? Message-ID: <9501231454.AA03490@beta.tricity.wsu.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9501231454.AA03490>