On 11 May 2009, at 12:17, Stephen Leake wrote: > The problem was I was specifying the project file wrong; I used > "-Pgds_test.gpr" as gnat wants, but gnatgpr wants "-p gds_test.gpr". Modern GNATs are happy with -P gds_test.gpr, I think. Could gnatgpr be fixed to use the same flag as GNAT? (I mean, -P not -p) --S