> Hello,
> 
> 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???
> 
> Thanks...
> 
>                   Fabien.     ([EMAIL PROTECTED])

Fabien,
        Ok, are you using C or C++ code, or are you using a mixture of the two? 
Is the message you're getting any more specific than that?  Did you look in
the unistd file and compare your function call?  How are you calling the
function (give us the line)?  Are you sure the line above it is ok (no
missing ; or something stupid, undefined variable whatever)?
        We're kinda short on information, I tried to give you some ideas to either
clue us in, or clue you in on the problem.  If this doesn't help at all,
let us know some more about what is going on.

geisel

Reply via email to