Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdmoreira
2694 days ago
or just rely on the /usr/bin/cc symbolic link
1 comments
ohithereyou
2694 days ago
Not every system that can use Makefiles has a C compiler at /usr/bin/cc
link
jdmoreira
2694 days ago
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
link
ohithereyou
2692 days ago
Okay, and what if someone wants to cross-compile?
link