How can I view symbols in a .o file? nm does not work for me. I use g++/linux.
There is a command to take a look at which functions are included in an object file or library or executable:
nm