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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-06 04:34:55 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: favierp@sofreavia.fr (Pierre Favier) Newsgroups: comp.lang.ada Subject: Gnat 3.13p and shared libraries on HP-UX Date: 6 Jul 2001 04:34:54 -0700 Organization: http://groups.google.com/ Message-ID: <93172edb.0107060334.40218f28@posting.google.com> NNTP-Posting-Host: 212.155.191.23 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994419294 1511 127.0.0.1 (6 Jul 2001 11:34:54 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 6 Jul 2001 11:34:54 GMT Xref: archiver1.google.com comp.lang.ada:9541 Date: 2001-07-06T11:34:54+00:00 List-Id: Hello, 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. Under Linux with gnat 3.13p everything works fine. Under HP-UX, the program links but during execution it seems to enter an infinite loop somewhere when exceptions are raised (exceptions which are normally handled by an appropriate exception block). Am I missing some special compiler options on HP-UX (I am compiling with -O0 -g -gnatwu -gnatf) or is it something which is not working in the HP-UX version ov 3.13p? Thanks in advance