Re: g++ & -lcrypt

1999-07-07 Thread Oleg Krivosheev
Hi, On Tue, 6 Jul 1999, Jaycee wrote: > linker, it says there are undefined references to char *crypt. > This same program compiles perfectly under gcc. > any suggestions? > char* crypt is not declared extern "C"? OK

g++ & -lcrypt

1999-07-06 Thread Jaycee
I'm attempting to compile a program with g++, and when it runs through the linker, it says there are undefined references to char *crypt. This same program compiles perfectly under gcc. any suggestions? Thanks Joshua Sedman