comp.lang.ada
 help / color / mirror / Atom feed
* GNAT installation ?
@ 1996-03-26  0:00 Richard Pitre
  1996-03-26  0:00 ` Larry Howard
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Pitre @ 1996-03-26  0:00 UTC (permalink / raw)


I'm having a little trouble getting started with GNAT 
for NeXTStep (UNIX BSD 4.3).
the gcc version is 2.7.2 and I think that GNAT version is 3.01a

I compiled this exercise 1.2a from Cohen's book
******************************
with Ada.Integer_Text_IO;

procedure Sum_3_Inputs is
-- This program reads in three numbers
-- and prints out their sum
A,B,C: Integer;

begin
  Ada.Integer_Text_IO.Get(A);
  Ada.Integer_Text_IO.Get(B);
  Ada.Integer_Text_IO.Get(C);
  Ada.Integer_Text_IO.Put(A+B+C);
end Sum_3_Inputs;
******************************

When I run gnatbl, I get the message:

ld: Undefined symbols:
_getcwd

Any clues.

richard




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

end of thread, other threads:[~1996-03-26  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-26  0:00 GNAT installation ? Richard Pitre
1996-03-26  0:00 ` Larry Howard

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