Hacker News new | ask | show | jobs
by xentronium 5065 days ago
> the only OSS problems were with projects which assumed everyone would use Linux with a certain version of GCC & autotools

Projects that assume OS X are even worse. Homebrew, for example, hardcodes gcc as gcc-4.2. I tried working with gcc-4.7 (which is ridiculously easy to install using homebrew), but so many build recipes broke, that I had to just give up and reset to apple-gcc-4.2.

1 comments

Oh, sure - I just find it really annoying when upstream developers hard-code irrelevant details or use something like autoconf poorly and then the distribution gets blamed for not remaining in stasis.