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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,efe914451b155bdc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-28 22:52:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news.tele.dk!212.74.64.35!colt.net!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada Shared Libray on Linux Date: 29 Jun 2001 06:06:05 +0100 Organization: CodeFella Message-ID: References: <9hahkh$q8b$07$1@news.t-online.com> <871yo7dp9r.fsf@deneb.enyo.de> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 993793860 nnrp-01:4974 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 29 Jun 2001 05:06:05 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:9234 Date: 2001-06-29T05:06:05+00:00 List-Id: gerhard.nospam@bigfoot.de (Gerhard =?iso-8859-1?Q?H=E4ring?=) writes: > On 27 Jun 2001 15:19:55 -0700, David Hoffman wrote: > >Hi, > > > >> Don't forget to initialize the Ada environment from your Kylix > >> program. > > > >In general, how does one do this? > > It's described in detail in the GNAT users guide. You should call > adainit and adafinal respectively. Is that going to cause interesting issues if you have >1 shared library? or if you link an Ada .so with an Ada main?