comp.lang.ada
 help / color / mirror / Atom feed
* gnatmake: "ada.numerics.real_arrays" is not a predefined library unit
@ 2008-04-21 11:34 Reinert Korsnes
  2008-04-21 12:28 ` Georg Bauhaus
  2008-04-21 21:34 ` Jerry
  0 siblings, 2 replies; 11+ messages in thread
From: Reinert Korsnes @ 2008-04-21 11:34 UTC (permalink / raw)


Hello,

My linux system (opensuse 10.3 updated) does not
find "ada.numerics.real_arrays.  Should it ?

Details:
--------
I tried to compile a program starting like this:

with Text_IO;
use  Text_IO;
with   Ada.Numerics,Ada.Numerics.Real_Arrays;
with   Ada.Numerics.Generic_Elementary_Functions;
procedure test2 is

...


I used the command:

gnatmake -gnat05 test2.adb

Then I get the error message:

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" ?

reinert






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-04-22 20:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-21 11:34 gnatmake: "ada.numerics.real_arrays" is not a predefined library unit Reinert Korsnes
2008-04-21 12:28 ` Georg Bauhaus
2008-04-21 13:46   ` Ludovic Brenta
2008-04-21 17:01     ` Samuel Tardieu
2008-04-21 19:35       ` Ludovic Brenta
2008-04-21 20:35         ` Samuel Tardieu
2008-04-21 21:05           ` Ludovic Brenta
2008-04-22 20:13             ` Simon Wright
2008-04-21 21:34 ` Jerry
2008-04-22 10:46   ` Samuel Tardieu
2008-04-22 12:04     ` Ludovic Brenta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox