Michael Matz wrote: > > You'll probably also have to set GNATBIND and GNATMAKE to the > appropriately suffixed variants. Just saying, because that's what I'm > usually forgetting and end up with strange errors :)
Configure seems to be able to find gnatbind/gnatmake as they are in /usr/bin. Compiling a simple .adb file as suggested gives: > /usr/bin/gcc-5 tmp.adb -S gcc-5: error trying to exec 'gnat1': execvp: No such file or directory Is this part of the GCC driver, GNAT or something else that needs to be installed first? Wilco