|
Prev: gnatmake: "ada.numerics.real_arrays" is not a predefined library unit
Next: gnatmake: "ada.numerics.real_arrays" is not a predefined library unit
From: Georg Bauhaus on 21 Apr 2008 08:28 Reinert Korsnes schrieb: > Hello, > > My linux system (opensuse 10.3 updated) does not > find "ada.numerics.real_arrays. Should it ? > > test2.adb:3:21: "ada.numerics.real_arrays" is not a predefined library unit > gnatmake: "test2.adb" compilation error > > Is there any hope for me to use "Ada.Numerics.Real.Arrays" ? Looks like SuSE is still shipping an older compiler. However, there does seem to be a GNAT GPL 2007 RPM. Also, I'd consider getting Debian (or Ubuntu); runs nicely on a virtual machine in case you need SuSE to be you main OS for some reason. For SuSE, another starting point is: http://gnuada.sourceforge.net/pmwiki.php/Install/SuSE $ gnatkr Ada.Numerics.Real_Arrays.ads a-nurear.ads $ locate a-nurear.ads /usr/local/ada-4.3/lib/gcc/i686-apple-darwin8/4.3.0/adainclude/a-nurear.ads |