home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!mustang.mst6.lanl.gov!ucsbcsl!foxtrot!doug
- From: doug@foxtrot.ccmrc.ucsb.edu (Douglas Scott)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: problem with Malloc Debug
- Message-ID: <5390@ucsbcsl.ucsb.edu>
- Date: 27 Jul 92 21:06:16 GMT
- References: <1992Jul24.173754.17638@MITL.COM>
- Sender: root@ucsbcsl.ucsb.edu
- Distribution: na
- Organization: Center for Computer Music Research and Composition, UCSB
- Lines: 22
-
- In article <1992Jul24.173754.17638@MITL.COM> edlau@mitl.com (Ed Lau) writes:
- |
- |Does anyone have insights as to why Malloc Debug won't recognize my
- |application? Selecting Open... in the menu pops up a panel informing me that I
- |do not own any "application configured for use with the Malloc Debugger." Yet I
- |have linked my application with the proper library by adding
- |/usr/lib/libMallocDebug.a to "Other libs" in IB as instructed in the Help
- |Panel.
-
- With programs run from a shell, the program must be run using its full path
- name in order for MallocDebug to find it. Try running the App from a Terminal
- window with its full path, i.e., "/Users/johnDoe/Apps/My.app". If this is not
- it, check to be sure the -lMallocDebug is the first library in the link
- arguments for the link stage of the make--in other words, look at the make
- output to be sure it *is* using that library.
-
-
- --
- Douglas Scott (805)893-8352
- Center for Computer Music Research and Composition
- University of California, Santa Barbara
- Internet: (NeXTMail ok) <doug@foxtrot.ccmrc.ucsb.edu>
-