home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5266 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.6 KB

  1. 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
  2. From: doug@foxtrot.ccmrc.ucsb.edu (Douglas Scott)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: problem with Malloc Debug
  5. Message-ID: <5390@ucsbcsl.ucsb.edu>
  6. Date: 27 Jul 92 21:06:16 GMT
  7. References: <1992Jul24.173754.17638@MITL.COM>
  8. Sender: root@ucsbcsl.ucsb.edu
  9. Distribution: na
  10. Organization: Center for Computer Music Research and Composition, UCSB
  11. Lines: 22
  12.  
  13. In article <1992Jul24.173754.17638@MITL.COM> edlau@mitl.com (Ed Lau) writes:
  14. |
  15. |Does anyone have insights as to why Malloc Debug won't recognize my  
  16. |application? Selecting Open... in the menu pops up a panel informing me that I  
  17. |do not own any "application configured for use with the Malloc Debugger." Yet I  
  18. |have linked my application with the proper library by adding  
  19. |/usr/lib/libMallocDebug.a to "Other libs" in IB as instructed in the Help  
  20. |Panel.
  21.  
  22. With programs run from a shell, the program must be run using its full path
  23. name in order for MallocDebug to find it.  Try running the App from a Terminal
  24. window with its full path, i.e., "/Users/johnDoe/Apps/My.app".  If this is not
  25. it, check to be sure the -lMallocDebug is the first library in the link
  26. arguments for the link stage of the make--in other words, look at the make
  27. output to be sure it *is* using that library.
  28.  
  29.  
  30. -- 
  31. Douglas Scott                              (805)893-8352
  32. Center for Computer Music Research and Composition
  33. University of California, Santa Barbara
  34. Internet: (NeXTMail ok)   <doug@foxtrot.ccmrc.ucsb.edu>
  35.