Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2253 days ago
I’ve done
gcc foo.c -o foo.c
far too many times :(
2 comments
loeg
2253 days ago
Seems like gcc should be smart enough to reject that mistake nowadays, right?!
link
saagarjha
2253 days ago
I should write a shell frontend to gcc to warn if I do this…
link
lopsidedBrain
2253 days ago
I work in exactly two modes of `gcc` usage. I either accept `./a.out` as the name I deserve, or I write a `CMakeLists.txt`.
There nothing in between.
link