How can I view symbols in a .o file? nm does not work for me. I use g++/linux.
Just run: nm you_obj_file.o | c++filt
nm you_obj_file.o | c++filt