This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Unclear questions during configure and build.
- To: A dot Metselaar at math dot utwente dot nl
- Subject: Re: Unclear questions during configure and build.
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 29 Jan 2000 10:16:24 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <o4n1pqqoqp.fsf@utmfu3.math.utwente.nl>
> I would suggest to put some information about these questions in the
> documentation or, even better, in the scripts themselves.
These messages are not produced by the configure scripts, but most
likely by some of the tools that it calls (cp, mv, rm). Normally,
those don't work interactively - unless you've replaced them with
versions that do. Could that be the case?
Regards,
Martin