>I've problem with crypt function: when I run make, it say that it was >undefined reference to 'crypt' in my source where I've include <unistd.h>. >What happen??? You need to add -lcrypt when linking. I think this is in the glibc FAQ. p.
- Help for crypt...
- Re: Help for crypt... Keith Duthie
- Re: Help for crypt... Philip Blundell
- Re: Help for crypt... Kurt Wall
- Re: Help for crypt... Brian Geisel
- RE: Help for crypt... Thomas . Baetzler
