Thanks: Crypt Function

1999-02-02 Thread Ted Behling
Thanks to all who helped with my crypt() problem! As several people said, all gcc wanted was an -lcrypt paramater. Ted Behling - Hilton Head Island, SC [EMAIL PROTECTED] - http://webmeister.ml.org E-Commerce Specialist Monarch Gifts: What People *Really* Want - http://mgifts.com

Re: Crypt function

1999-02-02 Thread Jiri Baum
Hello, > Maybe you should try to compile your program with -lcrypt flag , like > > gcc -lcrypt -o output_file your_source.c Aren't library switches supposed to go on the end? Like this? gcc -o output_file your_source.c -lcrypt Order is important. HTH Jiri <[EMAIL PROTECTED]>

Re: Crypt function

1999-02-01 Thread Peter Paluch
Hello, == > I am trying to compile a C program that utilizes the crypt() function. It > worked fine on another Linux box, but on my newly-installed system it says > that crypt() is undefined or some such. How do I go about installing the > library or telling gcc where to look

Crypt function

1999-02-01 Thread Ted Behling
I am trying to compile a C program that utilizes the crypt() function. It worked fine on another Linux box, but on my newly-installed system it says that crypt() is undefined or some such. How do I go about installing the library or telling gcc where to look for it? I'm running Debian

RE: Crypt function

1999-02-01 Thread Shaleh
On 01-Feb-99 Ted Behling wrote: > I am trying to compile a C program that utilizes the crypt() function. It > worked fine on another Linux box, but on my newly-installed system it says > that crypt() is undefined or some such. How do I go about installing the > library or telling

Re: Crypt function

1999-02-01 Thread Mitch Blevins
In foo.debian-user, you wrote: > I am trying to compile a C program that utilizes the crypt() function. It > worked fine on another Linux box, but on my newly-installed system it says > that crypt() is undefined or some such. How do I go about installing the > library or telling

Re: crypt function

1998-09-19 Thread Michael Laing
> *-Michael Laing <[EMAIL PROTECTED]> > | > | Can someone tell me what package I need in order to get the 'crypt' > | function? > | > | The man page is straightforward, but the link fails because it cannot > | find the entry point. > | > | I have se

Re: crypt function

1998-09-19 Thread Ole J. Tetlie
*-Michael Laing <[EMAIL PROTECTED]> | | Can someone tell me what package I need in order to get the 'crypt' | function? | | The man page is straightforward, but the link fails because it cannot | find the entry point. | | I have searched around on the debian web site and in d

crypt function

1998-09-19 Thread Michael Laing
Can someone tell me what package I need in order to get the 'crypt' function? The man page is straightforward, but the link fails because it cannot find the entry point. I have searched around on the debian web site and in dselect but it is not obvious what library has this routin