Sunday, August 7, 2011

Chapter 1, question 5

5.  Does your compiler do both the linking and compiling with just one command, or do you have to enter separate commands?

I'm using gcc, which invokes the linker automatically.  So it only takes one command for me, which is:

# gcc source.c

No comments:

Post a Comment