comp.lang.ada
 help / color / mirror / Atom feed
From: grave <grave@ipnsun5.in2p3.fr>
To: robsk <robsk78@hotmail.com>
Subject: Re: can ya help a newbie?
Date: 1999/01/26
Date: 1999-01-26T00:00:00+00:00	[thread overview]
Message-ID: <36ADBBF9.193@ipnsun5.in2p3.fr> (raw)
In-Reply-To: 78j7em$1r2$1@bunyip.cc.uq.edu.au

robsk wrote:
> 
> after installing gnat 3.10 into /usr/bin,
> and making a simple "hello world" program
> called hello.adb, here is some sample shell:
> 
> bash> ls
> hello.adb
> 
> bash> gnatmake hello
> gcc -c hello.adb
> gnatbind -x hello.ali
> gnatlink hello.ali
> ld: cannot open crtbegin.o: No such file or directory
> gnatmake: *** link failed.
> 
> bash> which gnatmake
> /usr/bin/gnatmake
> 
> bash> find / -name crtbegin.o
> /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o
> /usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/crtbegin.o
> 
> bash>
> 
> can you help me?
How do you install you gnat3.10 ? With a .rpm or .deb package ?
if you do gcc -v it will explain you where it look for crtbegin.o.
If this is in another directory, just do a link (ln -s) to the right
place.

O+ xavier




  reply	other threads:[~1999-01-26  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-26  0:00 can ya help a newbie? robsk
1999-01-26  0:00 ` grave [this message]
1999-01-26  0:00   ` David C. Hoos, Sr.
1999-01-28  0:00   ` Vincent
replies disabled

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