As others said, do a 'make distclean' first. Also, if configure fails again, look at config.log to see what fails and why. Alternatively, simply start by typing gnatmake hello.adb, and then try to execute hello (you know, the usual hello world program): this is actually exactly what configure does. Arno