Re: crypt() function in gcc 2.7.2.3 ?

1998-04-12 Thread William T Wilson
On Sun, 12 Apr 1998, SC Altex Impex SRL wrote: > RH5.0, gcc 2.7.2.3. > Trying to compile a program that compiled well with gcc 2.7.2.1. > errer: undefined symbol crypt. glibc moves the crypt() out of libc and into its own library. Add -lcrypt to your linker flags. -- PLEASE read the Red H

crypt() function in gcc 2.7.2.3 ?

1998-04-12 Thread SC Altex Impex SRL
RH5.0, gcc 2.7.2.3. Trying to compile a program that compiled well with gcc 2.7.2.1. errer: undefined symbol crypt. why ? TIA. Claudiu -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists