[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: crypt problems



On Thu, Jun 18, 1998 at 02:39:46PM -0500, Michael Merten wrote:
> 	Now, after upgrading to hamm (read that: reinitializing the hd and
> installing hamm from scratch), attempts to compile Circlemud fail with
> errors about undefined references to crypt function.

crypt() isn't in libc, but is in libcrypt, so you have to pass "-lcrypt" to
the link line ("gcc -o foo foo.o bar.o -lcrypt").

HTH,
Ray
-- 
Cyberspace, a final frontier. These are the voyages of my messages, 
on a lightspeed mission to explore strange new systems and to boldly go
where no data has gone before. 


--  
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: