home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sources / wanted / 4344 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!caen!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!cpsc.ucalgary.ca!dcssun!vort!mike
  3. From: mike@vort.cuc.ab.ca (Mike Nemeth)
  4. Subject: library database
  5. Message-ID: <1992Sep13.164214.27768@vort.cuc.ab.ca>
  6. Distribution: na
  7. Date: Sun, 13 Sep 1992 16:42:14 GMT
  8. Lines: 21
  9.  
  10. i am looking for the source to a program that would act as a library database.
  11. ("library" in this context meaning a collection of .o files like "libc.a")
  12.  
  13. let us call this hypothetical program "x". calling "x" with the name of a
  14. function would return the library that the function was found in.
  15. ie.
  16.     % x dup
  17.     dup: /lib/libc.a
  18.  
  19. there should also be a -v option that would give more information.
  20. ie.
  21.     % x -v assert
  22.     int dup(int): /lib/libc.a
  23.  
  24. doesn't really sound to hard to do (a mutated "nm"), but if somebody
  25. already has done it i'd be pleased to hear about it before i go off
  26. and re-invent the wheel...
  27.  
  28. -- 
  29. Signature canceled this week due to inclement weather.
  30. Mike Nemeth    ***    VORT Computing    ***    mike@vort.cuc.ab.ca
  31.