Re: I'm probably missing some c headers, but what ?

1999-05-12 Thread Oded Arbel
On 12 May 1999, Oleg Goldshmidt wrote: gcc: -lcrypt: linker input file unused since linking not done 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

Re: I'm probably missing some c headers, but what ?

1999-05-11 Thread Adam Morrison
Orr Dunkelman writes: Oded, I strongly recommend on using other function the the given crypt function. In unix there are two crypt functions - one uses ENIGMA, the german rotor machine used in the second world war, the second uses a variant of Date Encryption Standard (DES). There's a

Re: I'm probably missing some c headers, but what ?

1999-05-11 Thread Oded Arbel
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

Re: I'm probably missing some c headers, but what ?

1999-05-11 Thread Oleg Goldshmidt
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

Re: I'm probably missing some c headers, but what ?

1999-05-10 Thread Oleg Goldshmidt
Oded Arbel [EMAIL PROTECTED] writes: I'm trying to write a c program that uses the crypt function (char *crypt(const char *key, const char *salt) ) but when I try to compile it, I get these error messages : /tmp/cca119381.o: In function `passchek': /tmp/cca119381.o(.text+0x64): undefined