In Unix (Linux) how do you use the gcc compiler to
compile a file named simple.c and link to get an executable file named simple?
only compile, but do not link simple.c to get an object file simple.o?
only compile, but do not assemble or link simple.c to get an assembler listing simple.s of the symbolic machine code?