In a message dated 3/30/99 1:16:02 AM Pacific Standard Time, Johan.Borkhuis@peektraffic.nl writes: > I would like to have output from the compiler containing the original > source code and the generated assembler code. Use gcc -o -g .... and process the .o with objdump -S.