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 Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- crypt() function in gcc 2.7.2.3 ? SC Altex Impex SRL
- William T Wilson