comp.lang.ada
 help / color / mirror / Atom feed
From: Joerg Huber <jorg@ccis.adisys.com.au>
Subject: gnat with HPUX 10.20
Date: 1997/09/25
Date: 1997-09-25T00:00:00+00:00	[thread overview]
Message-ID: <342A27AC.FA1@ccis.adisys.com.au> (raw)


Enviroment

OS   : HPUX 10.20
gnat : Version 3.09 for HPUX 10.10

Consider the following Ada code:

SPEC : delay_test.ads

package DELAY_TEST is
  procedure DO_DELAY;
end DELAY_TEST;


BODY : delay_test.adb

package body DELAY_TEST is
  procedure DO_DELAY is
  begin
    delay 0.0;
  end DO_DELAY;
end DELAY_TEST;


EXECUTABLE : adi_test_delay.adb

with DELAY_TEST;
with TEXT_IO;

procedure ADI_TEST_DELAY is
begin 
  TEXT_IO.PUT_LINE ("Test ADI_TEST_DELAY");
end ADI_TEST_DELAY;

Compile and link with the command :

gnatmake adi_test_delay

If I run the executable adi_test_delay it crashes badly (it logs me out 
of the system).
If I take TEXT_IO out it works fine.

What is the problem?
Is there a gnat version (or patch) for HPUX 10.20, and if so, where can 
I get it?

Thanks for your help.


Joerg Huber
Command and Control Information Systems 
ADI Limited, Systems Group
Perth, Australia

mailto:jorg@ccis.adisys.com.au




             reply	other threads:[~1997-09-25  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-25  0:00 Joerg Huber [this message]
1997-09-29  0:00 ` gnat with HPUX 10.20 Ronald Cole
replies disabled

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