From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b4267da183c90acf,start X-Google-Attributes: gid103376,public From: John Rusnak Subject: Building and linking against shared libraries Date: 2000/04/14 Message-ID: <38F7A590.7D08AA4A@lmco.com>#1/1 X-Deja-AN: 611325809 Content-Transfer-Encoding: 7bit Organization: Lockheed Martin Missiles and Space Company, Sunnyvale, Ca. X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-14T00:00:00+00:00 List-Id: I am trying to build and link against a shared library using GNAT. (This is on a SunOS platform). I am not exactly clear on how this is done. I am using the GNU's ld command with the -Bshareable option to create the shared library, but am uncertain if there is a flag to use when linking to link it as a shared library. Any help is appreciated. -John