>>>>> "Edward" == Edward Peschko <horo...@gmail.com> writes:
Edward> 2. hardcoded '/bin/sh' references in files cause build Edward> incompatibilities (fails on solaris - Edward> Comparing stage 2 to stage 3.. since they are hardcoded, Edward> not fixable by setting Edward> CONFIG_SHELL) Send a patch for this :) Edward> 3. ecj not part of the build, hence causing at runtime: [...] Edward> I can get through 1 and 2, but 3 has me stumped. Why isn't ecj Edward> encorporated in the build (if it is a dependency), and where is an ecj Edward> that works with gcc-4.4? David and Andrew already explained how to get it, but they didn't answer your other question. ecj is not in the tree due to an FSF decision regarding importing 3rd party sources. You can find the discussion somewhere in the gcc list archives. Edward> I'll submit bugs for these, but really - where is there a Edward> tinderbox-like compile farm which shows both status of automated Edward> builds on different OSes, and dependencies to make these automated Edward> builds successful? I would think this would save tons of time. We continuously auto-build gcj on a classpath build box, but I confess I haven't looked at the results in some time. Also you can read the gcc-testresults list: http://gcc.gnu.org/ml/gcc-testresults/ Danny set up a buildbot farm, but AFAIK gcc doesn't use it. That would be nice to have. Tom