https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62210
Bug ID: 62210 Summary: download_prerequisites does not download into current directory Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: richard_sharman at mitel dot com Created attachment 33371 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33371&action=edit Patch for download_prerequisites The wget calls in /contrib/download_prerequisites downloads files into directories such as gcc.gnu.org/pub/gcc/infrastructure but tries to extract them as files in the current directory. The --nd or --no-directories option should be given on the calls to wget.