Search the web
Sign In
New User? Sign Up
dmalloc · Debug Malloc Library (dmalloc) Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Please help with makefile   Message List  
Reply | Forward Message #495 of 529 |

Hello all:

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
CFLAGS = -I/bigOne/dmalloc/dmalloc-5.2.0

project1:
$(CC) $(CFLAGS) llist.c allist.c mainmenu.c main.c -o
LinkedListProgram.exe
$(CLIBS)

clean:
rm *.exe






Tue Jun 17, 2003 5:13 am

jwblair_2000
Offline Offline
Send Email Send Email

Forward
Message #495 of 529 |
Expand Messages Author Sort by Date

Hello all: 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...
jwblair_2000
Offline Send Email
Jun 17, 2003
5:13 am

... ^ Append -ldmalloc to this line ... ^ The bottom 3 lines need to be on one long line, or multiple tab-indented lines with trailing \ continuation...
Dan Nelson
Genesys_
Offline Send Email
Jun 17, 2003
5:17 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help