Hi, > 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??? > the crypt() function has moved to it's own lib. Use "-lcrypt" to specify that you want to link against it. HTH, Thomas
- 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
- Thomas . Baetzler
