home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.wanted
- 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
- From: mike@vort.cuc.ab.ca (Mike Nemeth)
- Subject: library database
- Message-ID: <1992Sep13.164214.27768@vort.cuc.ab.ca>
- Distribution: na
- Date: Sun, 13 Sep 1992 16:42:14 GMT
- Lines: 21
-
- i am looking for the source to a program that would act as a library database.
- ("library" in this context meaning a collection of .o files like "libc.a")
-
- let us call this hypothetical program "x". calling "x" with the name of a
- function would return the library that the function was found in.
- ie.
- % x dup
- dup: /lib/libc.a
-
- there should also be a -v option that would give more information.
- ie.
- % x -v assert
- int dup(int): /lib/libc.a
-
- doesn't really sound to hard to do (a mutated "nm"), but if somebody
- already has done it i'd be pleased to hear about it before i go off
- and re-invent the wheel...
-
- --
- Signature canceled this week due to inclement weather.
- Mike Nemeth *** VORT Computing *** mike@vort.cuc.ab.ca
-