2013/5/10 Jonathan Wakely <jwakely.gcc@xxxxxxxxx>: > On 10 May 2013 16:21, Chung-Ju Wu wrote: >> >> If all work fine, then there should be no problem >> to build gcc with host tools in non standard directories >> on your system. > > But since most people don't have any software except GCC using those > support libraries it is a waste of time and effort to install them > separately, and it's better to just follow the instructions at > http://gcc.gnu.org/wiki/InstallingGCC and get on with doing more > interesting things. Agree. ^^ Using ./contrib/download_prerequisites script is the simplest approach to cause them to be built automatically as part of GCC building process unless users want to build GCC with graphite loop optimizations. Are ppl/isl and cloog able to be built automatically like gmp/mpfr/mpc? I tried it before but never succeed, not sure whether it is ok on current trunk~ :p Best regards, jasonwucj