when building ada on linux (x86-64) building ada fails because the makefile looks for gnatbuild in mydir/gcc-4.2-20061107/prev-gcc instead of mydir/gcc-4.2-20061107/host-x86_64-unknown-linux-gnu/prev-gcc I could not find where precisely in the makefile the bug hides.
for libada it is obvious: the make variable HOST_SUBDIR is used, but nowhere defined. If I define it, libada is built -- Summary: wrong directory in makefile for ada and libada Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Jean-pierre dot vial at wanadoo dot fr GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29802