Re: Checkpassword
[email protected] (Paul Jarc) Tue, 28 May 2002 12:49:44 -0400
| Newsgroups | gmane.comp.djb.checkpassword |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"Greg Burgher" <[email protected]> wrote: > When I run the 'make' command to compile the program I get the following > message: > ./load checkpassword prot.o unix. byte.a 'cat \ > shadow.lib' 'cat crypt.lib' 'cat s.lib' > checkpassword.o: In function 'main': > checkpassword.o(text+0x1a6): undefined reference to 'crypt' > collect2: ld returned 1 exit status > make: *** [checkpassword] Error 1 What do you get from "./compile trycrypt.c && ./load trycrypt -lcrypt"? paul