gnatbind: Cannot find: s-stalib.ali
问题 I installed GNAT on my OS X 10.8.5 machine with the following steps: Download GNAT GPL from http://libre.adacore.com/download/configurations Install with ./doinstall , accepting all the default options Added /usr/local/gnat/bin to $PATH After trying to compile a simple hello world example I get this error: $ gnat make hello gcc -c hello.adb gnatbind -x hello.ali gnatbind: Cannot find: s-stalib.ali gnatmake: *** bind failed. Any idea why this might happen? PS: gnat make -a hello works, but