Subject: Re: Compiling... :(
To: Dan Heller <heller@andrew.cmu.edu>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 08/20/1997 16:08:08
>
> Alrighty, I have been try to compile a few programs (wu-ftpd and qpopper
> in particular) that crap out during compilation with the message "
> Undefined symbol `_crypt' referenced from text segment" What does this
> mean? Is there a fix? Am I not including a library or something. I
> have updated all of the packages within the past few weeks, so that
> shouldn't be a factor...
You aren't including -lcrypt. The problem is that one of the other
libraries you are including requires libcrypt, and it doesn't
automatically get included.
Take care,
Bill