can anyone tell me how to find out the format of a .o file i know there is an a.out.h file telling about the executeable, but is there some information where I can get information about the format of a .o object file? ie gcc -c main.c what does main.o look like? Keenan kfb2@lehigh.edu