[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I'm probably missing some c headers, but what ?
> On Mon, 10 May 1999, Oded Arbel wrote:
> >
> > I'm trying to write a c program that uses the crypt function
> > compile it, I get these error messages :
> >
> > Oded
>
ok - I've used the -lcrypt option, and it compiled fine. I ran it , and it
worked. then I went back to the code, changed here, changed there,
compiled, got some errors , debugged it, compiled , got more erros,
debugged again, and then when I compiled for the last time (no more errors
on my side) I got this error :
gcc: -lcrypt: linker input file unused since linking not done
then all the other messaged that I got the first time (impilicit
declaration, assignment.. without casting... etc'), and then the above
ilne two more times.
I tried to remove all the already compiled objects and targets, and
recompile , but got the same message. I don't think I understand what's
going on...
Oded