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

Reply via email to