Tuesday, May 22, 2007

g++ note: don't forget -c option

I made a mistake when writing Makefile today, by missing to put -c for the compile-only step. It led to a lot of unresolved external references.

No comments: