Re: ADA shared library, newbie

From: Larry Kilgallen (Kilgallen_at_SpamCop.net)
Date: 04/30/04


Date: 29 Apr 2004 17:55:27 -0600

In article <bfd5f3ca.0404290933.7ea5e6f1@posting.google.com>, ethiobite@yahoo.com (sebastien) writes:
> Hello,
>
> I'm trying to compile some simple
> examples with DEC ADA on a vms station.
>
> test_stack ... Main test
> shared_stack ... Body and spec
>
> I would like to build a shareable image
> using the acs utility and I have the
> message Unit MYLIB not found in directory.

ACS will not construct shareable images directly.

What I do is use ACS LINK /OUTPUT= to create a command procedure for
linking and then modify that command procedure to change the result
to a shareable image. Of course this takes full understanding of
the VMS Linker command qualifiers.