Thanks a lot.
Pete
Check the system console to see if there are other hints (unloadable
shared libraries, that kind of thing).
In general, that's caused by a malformed/corrupted ELF file, for
example not for the correct architecture (trying to run an x86
binary on PPC, etc.), or for an unsupported ABI.
It's probable that the Ada compiler settings are incorrect. Can
you build a simple "Hello world!" program?
--
Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.5" / 37N 20' 15.3"
Internet: steve @ Watt.COM Whois: SW32-ARIN
Free time? There's no such thing. It just comes in varying prices...
Hi Pete,
Try 'ulimit -d 1000000' and 'ulimit -s 1000000' before you start your
ADA-app.
Regards,
Victor.