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,a2b00634ab454a1a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-07 02:54:58 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!151.189.0.75!newsfeed.germany.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Gnat 3.13p and shared libraries on HP-UX Date: 07 Jul 2001 10:42:17 +0200 Organization: Enyo's not your organization Message-ID: <87ofqxuo46.fsf@deneb.enyo.de> References: <93172edb.0107060334.40218f28@posting.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:9601 Date: 2001-07-07T10:42:17+02:00 List-Id: favierp@sofreavia.fr (Pierre Favier) writes: > I am currently porting a piece of Ada code from Linux to HP-UX. > The build process creates shared libraries from the compiled Ada units > and then a main program which links against these libraries. It might be possible that under HP-UX, GNAT does not support shared libraries at all. At least the README suggests that GNAT 3.13p does not support a shared run-time library on HP-UX. :-(