Re: ElectricFence

From: Daniel Koepke (dkoepke@CALIFORNIA.COM)
Date: 03/05/98


On Thu, 5 Mar 1998, Chuck Reed wrote:

->Link your program with the library libefence.a
->
->Now, I don't know how to do that :(

Ever try, "man gcc"  It has a plethorea of information on compile time
options.  But, regardless, it should be as easy as finding the
following line in Makefile,

        $(CC) -o $(BINDIR)/circle $(PROFILE) $(OBJFILES)

and changing it to,

        $(CC) -o $(BINDIR)/circle ($PROFILE) $(OBJFILES) -L. -lefence

and move libefence.a to the CircleMUD src/ directory.


-dak : CircleMUD questions anyone...?


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST