Hacker News new | ask | show | jobs
by jdmoreira 2694 days ago
or just rely on the /usr/bin/cc symbolic link
1 comments

Not every system that can use Makefiles has a C compiler at /usr/bin/cc
we shouldn't hardcode the path but I would assume that most unixes with a C compiler will have a cc symlinked somewhere in the $PATH
Okay, and what if someone wants to cross-compile?