In the last episode (Jun 17), jwblair_2000 said:
> I am trying to compile my program with dmalloc, but I just cant get
> the makefile to work right. Since I am new with make this is
> difficult for me. I installed dmalloc in /bigOne/dmalloc/dmalloc-
> 5.2.0 and my sample makefile is below. Also I installed dmalloc
> according to the instrunctions on the web. Please help! It would be
> greatly appreciated!
>
> # This is just a sample makefile.....
> # Created on 4/26/2003
>
> CC = gcc
> CLIBS = -L/bigOne/dmalloc/dmalloc-5.2.0
^ Append -ldmalloc to this line
> project1:
> $(CC) $(CFLAGS) llist.c allist.c mainmenu.c main.c -o
> LinkedListProgram.exe
> $(CLIBS)
^ The bottom 3 lines need to be on one long line, or multiple
tab-indented lines with trailing \ continuation characters.
That's all I can suggest, since you didn't tell us what error messages
if any you are getting.
--
Dan Nelson
dnelson@...