Hacker News new | past | comments | ask | show | jobs | submit login
GCC and Make: Compiling, Linking and Building C/C++ Applications (2013) (ntu.edu.sg)
80 points by tzhenghao on March 11, 2018 | hide | past | favorite | 2 comments



Change both instances of 'suit' to 'suite'.

>The above command compile the source file into object file and link with other object files (system library) into executable in one step. You may separate compile and link in two steps as follows:

Consider changing the first 'compile' to 'compiles'. Also consider changing 'compile and link' to 'compilation and linking'.


Makefile is missing transitive dependencies to included header files. Otherwise nice and terse article with just enough to get you started.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: