comp.lang.ada
 help / color / mirror / Atom feed
From: "Andrew Busolin" <abusolin@chariot.net.au>
Subject: text_io is not a predefined library
Date: Tue, 13 Mar 2001 11:05:31 +1030
Date: 2001-03-13T11:05:31+10:30	[thread overview]
Message-ID: <3aad6b31_5@news.chariot.net.au> (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;





             reply	other threads:[~2001-03-13  0:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-13  0:35 Andrew Busolin [this message]
2001-03-13  0:51 ` text_io is not a predefined library Jeff Creem
2001-03-13  4:54 ` DuckE
2001-03-13  6:18   ` Andrew Busolin
2001-03-13 10:47   ` David C. Hoos, Sr.
replies disabled

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