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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,62c161ca070efa9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-07 02:14:54 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: Subject: Re: Simple Producer/Consumer with Annex E X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <9qA17.3449$tD1.427921@news3.oke.nextra.no> NNTP-Posting-Host: 130.67.136.29 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Sat, 07 Jul 2001 11:14:45 MEST Organization: Nextra Public Access X-Trace: news3.oke.nextra.no 994497285 130.67.136.29 Date: Sat, 7 Jul 2001 11:13:38 +0200 Xref: archiver1.google.com comp.lang.ada:9595 Date: 2001-07-07T11:13:38+02:00 List-Id: Hi! Michal Nowak was so kind to send me the executables from my code, generated by the compiler on his installation. His executables works as I/we expect on my Linux installation also. One difference that we at the moment notice, is that we have linked the runtime libraries dynamically so far, meaning that my executables that have not worked, have been dynamically linked. Once he shipped the executables we linked it statically and these are the executable that worked. (I guess that Nowak have linked dynamically all the time up until these last executables) One last check I could do, is to link statically on my installation to see if something happens. Any thoughts from anyone? Frank