Oded Arbel <[EMAIL PROTECTED]> writes:

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

It's kinda difficult to figure out what is going on given information
like "changed here, changed there". Did you change your makefile? Has
the -c option crawled in somehow? It looks to me that is the reason.

-- 
Oleg Goldshmidt          [EMAIL PROTECTED]   
BLOOMBERG L.P. (BFM)     [EMAIL PROTECTED]

Reply via email to