comp.lang.ada
 help / color / mirror / Atom feed
* Shared library in Ada
@ 2008-04-19 11:27 Sebastien
  2008-04-19 11:41 ` Georg Bauhaus
  2008-04-19 11:52 ` Ludovic Brenta
  0 siblings, 2 replies; 9+ messages in thread
From: Sebastien @ 2008-04-19 11:27 UTC (permalink / 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




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

end of thread, other threads:[~2008-04-21 10:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-19 11:27 Shared library in Ada Sebastien
2008-04-19 11:41 ` 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

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