At 09:03 AM 10/1/97 -0400, you wrote: >On Wed, 1 Oct 1997, Akuma/Chris Baggett/DOOMer wrote: > >>cp: cannot create regular file `/usr/local/lib/libdbmalloc.a': Permission >>denied > >It helps to be root. :) Otherwise, just keep the libdbmalloc.a file >in your circlemud source directory. > >>any help would be appreciated as to how to go about setting this up, >>and after that, what do i do with the malloc.h file, and how do >>i make use of it? (or is it auto?) > >Just tack -ldbmalloc onto the link line (-o circle) in the Makefile and >it'll automatically use the right malloc. (Note: Put the -ldbmalloc after >all the other circlemud object files.) > i tried this, and it doesn't work at the end of the line that looks like this right? : $(CC) -o ../bin/circle $(PROFILE) $(OBJFILES) -lm i put -ldbmalloc -(L)dbmalloc but it says ld: cannot open -ldbmalloc: No such file or directory i tried calling it -llibdbmalloc but that didn't work. the libdbmalloc.a file is in my /src directory, should i put it somewhere else? thnx for your help so far. Akuma. >-- >George Greer - Me@Null.net | Genius may have its limitations, but stupidity >http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard > > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | > +------------------------------------------------------------+ > > +------------------------------------------------------------+ | "The poets talk about love, but what I talk about is DOOM, | | because in the end, DOOM is all that counts." - | | Alex Machine/George Stark/Stephen King, The Dark Half | | "Nothing is IMPOSSIBLE, Just IMPROBABLE" | | "Easier Said Than Done, But Better Done Than Said..." | +------------------------------------------------------------+ +------------------------------------------------------------+ | 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/08/00 PST