Subject: Re: `_crypt' problems...
To: synapse <synapse@gim.net>
From: Joel Klecker <jk@esperance.com>
List: port-mac68k
Date: 12/15/1996 16:07:08
12/14/96 at approximately 11:33 PM -0800, synapse wrote:
>I attempted compiling a ComBot (IRC Bot). i had absolutely no problems
>until the  end where it put the object files together:
>---cut here---
># make
>cd source; make
>gcc -O2 -s -Wall  -o ComBot main.o combot.o cfgfile.o parse.o com-ons.o
>fileio.o
> send.o  ctcp.o server.o channel.o chanuser.o userlist.o dcc.o function.o
>log.o
>debug.o memory.o match.o commands.o vars.o structs.o
>function.o: Undefined symbol `_crypt' referenced from text segment
>function.o: Undefined symbol `_crypt' referenced from text segment
You need to add -lcrypt to the LIBS line of the Makefile.

--
Joel Klecker <mailto:jk@esperance.com> <http://www.esperance.com/>
Maintainer of the comp.sys.mac.comm FAQ
"There are three kinds of lies: lies, damned lies, and statistics."
    -- Benjamin Disraeli