comp.lang.ada
 help / color / mirror / Atom feed
* text_io is not a predefined library
@ 2001-03-13  0:35 Andrew Busolin
  2001-03-13  0:51 ` Jeff Creem
  2001-03-13  4:54 ` DuckE
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Busolin @ 2001-03-13  0:35 UTC (permalink / raw)


Hi there,

I have written a little hello world program in an effort to test out the ada
compiler I have recently downloaded. I am able to compile it using
gcc -c -gnats -c hello.adb, however when I try to gnatmake it using
gnatmake -c hello.adb it returns "ada.text_io" is not a predefined library
unit
compilation abandoned!!!

Can someone please tell me why this is and how I can fix it!

Best Regards

Andrew Busolin


with Text_Io;
use Text_Io;

procedure hello is
begin
Put("hello");
end hello;





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

end of thread, other threads:[~2001-03-13 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-13  0:35 text_io is not a predefined library Andrew Busolin
2001-03-13  0:51 ` Jeff Creem
2001-03-13  4:54 ` DuckE
2001-03-13  6:18   ` Andrew Busolin
2001-03-13 10:47   ` David C. Hoos, Sr.

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