> 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? The .o format is the same as the a.out. Try `man a.out'! -- Lennart