Hello.
J'essaie de compiler un programme que je sais être sans problème, en tout cas la compilation devrait aller facilement. Alors je pense que ça doit être un problème de système ou d'environnement.
[good blabla]
checking for libgnat (ldconfig -p, Linux)... no
checking for libgnat (ldconfig -r, FreeBSD)... no
checking in /usr/local/lib (e.g. some FreeBSD)... no
checking for libgnat.dylib (Darwin)...no
checking for static libgnat.a only (e.g. Slackware)... no
GCC Ada or GNAT is installed but the Ada Run-Time Environment
(libgnat) was not found. If libgnat.so was installed, you
may need to run ldconfig (as root) to update the shared
library search paths. You may need to edit ld.so.conf first
and add the path to libgnat's directory. If libgnat.a was
installed, run updatedb (as root) and this script should
detect it.
Que faire ? j'ai bien trouvé un libgnat.a quelque part, ai mis un lien symbolique dans /usr/local/lib, n'a rien changé.