From owner-freebsd-questions Sun Sep 10 22:35:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deimos.email.Arizona.EDU (deimos-adm.email.Arizona.EDU [128.196.133.166]) by hub.freebsd.org (Postfix) with ESMTP id 3DEFB37B422 for ; Sun, 10 Sep 2000 22:35:15 -0700 (PDT) Received: from uaeller.bpa.arizona.edu (128.196.40.6) by deimos.email.Arizona.EDU (5.1.046) id 39B79FA8000385AB for freebsd-questions@freebsd.org; Sun, 10 Sep 2000 22:35:14 -0700 Received: from localhost by uaeller.bpa.arizona.edu (8.9.3/1.1.27.5/16Aug00-0121PM) id WAA0001790864; Sun, 10 Sep 2000 22:35:13 -0700 (MST) Date: Sun, 10 Sep 2000 22:35:13 -0700 (MST) From: "Hemanth K. Manda" To: freebsd-questions@freebsd.org Subject: Crypt !! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am a newbie to unix and am facing a simple problem. I have a C program which uses crypt() on my university account. It compiles and get executed without a problem. However when I tried to compile the same on FreeBSD, it gives an error indicating that the system cannot resolve crypt(). pwd.h is the only header I have other than stdio.h . Is there anything I need to add to my program in order to get it compiled. Thanks in advance, Hemanth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message