Mail Archives: djgpp/1994/04/28/17:23:50
Hi,
   I am posting another query for my friend, Mike Lepore, who does not
have Internet access.  
   He has installed the DOS port of GNAT and is trying to make a test program
work.  The code is:
with Text_IO;
procedure Hello is
begin
   Text_IO.Put_Line ("Hello");
end Hello;
The compiler complains about not being able to find TEXT_IO.ADS.  Apparently,
the DOS distribution encrypts "Ada.Text_IO" into a suitable 8.3 file spec.
He is using the command
>GCC -c -gnatk8 hello.adb
in the same directory as the GNAT source files.  What is he doing wrong?
Thanks for any help in advance...
--Rich Connelly for Mike Lepore
- Raw text -