On Wed, 4 Jul 2007, Brian Dessent wrote:
> Angelo Graziosi wrote:
>
> > ./configure --prefix=${prefix_dir} \
>
> According to the documentation you should not do this (build in the same
> dir as the source.)
Obviously I forgot to say:
cd ${build_dir}
${gcc_dir}/configure --prefix=${prefix_dir} \...
in which ${build_dir} == ${gcc_dir}/.build etc.
Cheers,
Angelo.
