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-Thread: 103376,1e11857ea4f39dd6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Trig Function Linking Problems Date: 17 Apr 2007 05:32:51 -0700 Organization: http://groups.google.com Message-ID: <1176813171.435637.164620@q75g2000hsh.googlegroups.com> References: <1176755562.190964.167640@w1g2000hsg.googlegroups.com> <20ejmjj3ci.fsf@hod.lan.m-e-leypold.de> <1176803966.623937.251290@e65g2000hsc.googlegroups.com> NNTP-Posting-Host: 32.58.34.227 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176813171 16887 127.0.0.1 (17 Apr 2007 12:32:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 17 Apr 2007 12:32:51 +0000 (UTC) In-Reply-To: <1176803966.623937.251290@e65g2000hsc.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=32.58.34.227; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:15086 Date: 2007-04-17T05:32:51-07:00 List-Id: AJAskey wrote: > If anyone has any other ideas please let me know as this is a show > stopper. Here are a few ideas for investigation: Compare the output of "ldd" on the executable file on the old workstation and on the new ones. Copy the working executable (along with libgnat-3.13.so and libgnarl-3.13p.so if applicable) to the new workstations; try to run it there. What is the processor architecture of each workstation? What happens if you compile and link with GNAT 3.15p? (see [1] if you don't know where to get it). Finally: Ada support in GCC 3.2 was *not* production-worthy as explained on [2]. [1] http://en.wikibooks.org/wiki/Ada_Programming/Installing#GNAT_3.15p [2] http://en.wikibooks.org/wiki/Ada_Programming/Installing#GCC HTH -- Ludovic Brenta.