Path: utzoo!utgpu!watmath!clyde!att!rutgers!ucla-cs!kirkaas From: kirkaas@oahu.cs.ucla.edu (paul kirkaas) Newsgroups: comp.lang.c Subject: C/Unix Libraries Summary: How do you tell what routines are where? Message-ID: <18524@shemp.CS.UCLA.EDU> Date: 3 Dec 88 10:25:23 GMT Sender: news@CS.UCLA.EDU Reply-To: kirkaas@cs.ucla.edu (paul kirkaas) Distribution: eunet,world Organization: UCLA Computer Science Department Lines: 10 AT&T System V Unix -- Is there any way to look at a library or object file & tell what routines are defined in it? "nm" seems only to tell what symbols appear in an object file; not whether they are defined there or not. I particularly find this a problem when I port complex programs & get a lot of link time undefined symbol errors. Paul Kirkaas kirkaas@cs.ucla.edu