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...
Show off your group to the world. Share a photo of your group with us.

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 #496 of 529 |
Re: [dmalloc] Please help with makefile

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@...



Tue Jun 17, 2003 5:17 am

Genesys_
Offline Offline
Send Email Send Email

Forward
Message #496 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