This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: enable Ada test suite
> + host_gnatmake -q -gnatws macrosub
> gnatmake: "macrosub" not found
> + '[' 4 -ne 0 ']'
> + display '**** Failed to compile macrosub'
> + echo '**** Failed to compile macrosub'
> **** Failed to compile macrosub
> + echo '**** Failed to compile macrosub'
> + echo '**** Failed to compile macrosub'
> + exit 1
>
> > Do you have a native 'gnatmake' in your path ?
>
> Yes, of course.
OK well, this gnatmake is apparently too old to understand that macrosub
can be found in macrosub.adb
You can replace
host_gnatmake -q -gnatws macrosub
by
host_gnatmake -q -gnatws macrosub.adb
in run_all.sh
Same for widechr
I'll wait to see if there are more issue to fix before committing these
changes in CVS, thanks for your feedback.
Arno