Hi, How do I get a listing of an object file's contents? What I would like is a listing of the functions and extern variables declared inside the .o and .a files I use with the GCC C++ compiler. Thanks. Rich