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.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/