comp.lang.ada
 help / color / mirror / Atom feed
From: Sebastien <seb.morand@gmail.com>
Subject: Shared library in Ada
Date: Sat, 19 Apr 2008 13:27:24 +0200
Date: 2008-04-19T13:27:24+02:00	[thread overview]
Message-ID: <fuckun$u9c$1@registered.motzarella.org> (raw)

Hi,

I'm a new developper in Ada, and I found out a really suprising and 
unknown language. I have a read a lot of stuff on internet, made many tests.

Now there is only one things I didn't get information about.

I'd like to create a share object in Ada and use it in an Ada software.

So the question is, is the ads file going to be enough to get my program 
compile?

For instance:

with mylibpkg;
procedure Main is
begin
	mylibpkg.Print();
end Main;

I have only the mylibpkg.so and the mylibpkg.ads, can I compile?

ldd main is going to me dependent of mylibpkg.so?

Thanks by advance,
Sebastien




             reply	other threads:[~2008-04-19 11:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-19 11:27 Sebastien [this message]
2008-04-19 11:41 ` Shared library in Ada Georg Bauhaus
2008-04-19 11:51   ` Sebastien
2008-04-19 15:31     ` Robert A Duff
2008-04-19 11:52 ` Ludovic Brenta
2008-04-19 11:55   ` Sebastien
2008-04-19 12:47     ` Sebastien
2008-04-19 13:39       ` Ludovic Brenta
2008-04-21 10:09         ` Sébastien
replies disabled

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