On Wed, Jul 10, 2019 at 2:43 AM Jon Taylor <dosadi82@xxxxxxxxx> wrote: > ...I see this line: > $ gnatmake ada_unit -largs file1.o file2.o --LINK=g++ > Searching for '--LINK' in the output of 'gnatmake' with no arguments > (which shows command help) doesn't show --LINK, only: > --GNATLINK=command Use this gnatlink command > ...which I presume is not the same thing as --LINK. LINK is a gnatlink option. GNATLINK is a gnatmake option. So the doc line that says to use --LINK with gnatmake is wrong, it should be --GNATLINK. Otherwise LINK and GNATLINK apparently do the same thing, they are just different option names for different programs. Jim