Hi,
4.2.2014 16:20, Tobias Ulmer wrote:
On Tue, Feb 04, 2014 at 04:36:22AM -0500, Mayuresh Kathe wrote:
>> hello.adb gnatbind -x hello.ali gnatlink hello.ali
>>
/usr/local/lib/gcc/x86_64-unknown-openbsd5.4/4.6.4/adalib/libgnat.a(adaint.o)(.text+0x3f3):
>> In function `__gnat_os_filename':
>>
On Tue, Feb 04, 2014 at 04:36:22AM -0500, Mayuresh Kathe wrote:
> hello,
>
> i was fiddling around with ada95 under openbsd 5.4 using gnat-4.6.
>
> i created a sample program as below.
>
> with Ada.Text_IO;
> use Ada.Text_IO;
>
> procedure Hello is
> -- no variables required
> begin
hello,
i was fiddling around with ada95 under openbsd 5.4 using gnat-4.6.
i created a sample program as below.
with Ada.Text_IO;
use Ada.Text_IO;
procedure Hello is
-- no variables required
begin
Put_Line ("Hello, world!");
end Hello;
the code compiled (not cleanly) a
3 matches
Mail list logo