[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: your mail
On Mon, 10 May 1999, Oren Shomron wrote:
> > I'm trying to write a c program that uses the crypt function
> > compile it, I get these error messages :
> > /tmp/cca119381.o(.text+0x64): undefined reference to `crypt'
>
> Just add -lcrypt to the gcc command line.
> This tells it to use the crypt library.
> Hope it works for ya,
that did the trick - works like a charm now (it even compiles faster...)
thank you .
Oded