>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.


Reply via email to