This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
On Mon, 2007-08-20 at 18:48 -0400, Patrick L. Francis wrote: > fyi received floating point exception with 5.10.3 > linux binaries, reverted to 10.2 with no probs. > debian os.. > > cheers, > > --patrick Patrick, I compiled the 5.10.3 32 bit binaries under FC7. The 64 bit binaries are still FC5 like the 5.10.2 version was. The FC6 release notes explain changes in the loader configuration using gnu's GCC: -------------------------------------------------------- OP to the FC6 RELEASE NOTES: 12.2.2. GCC Compiler Collection This release of Fedora has been built with GCC 4.1, which is included with the distribution. 12.2.2.1. Caveats Fedora developers have introduced changes in the ELF .hash section that provides symbols for dynamic linking. This new .gnu.hash section, which is produced with the new default --hash-style=gnu option for gcc, serves the same purpose as previous hash sections. It provides, however, an approximately 50% increase in dynamic linking speed. Binaries and libraries produced with the new hashing function are incompatible with older glibc and dynamic linker releases. To use the old-style hashing routines for compatibility with older glibc-based systems, pass the --hash-style=sysv option instead. -- fedora-list mailing list address@hidden To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list ---------------------------------------------------------- I will recompile the 32 bit binaries using the --hash-style=both option to ld and see if that helps you until your OS is up to the level where your ld understands gnu's newer hash style. The bottom line is it sounds as if your OS is behind GCC's curve in understanding the GNU loader hash. -- Steve Chiswell <address@hidden> Unidata From address@hidden Tue Aug 21 11:38:32 2007 Return-Path: <address@hidden> X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on uni8.unidata.ucar.edu X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,STOX_REPLY_TYPE autolearn=ham version=3.2.1 X-Original-To: address@hidden Delivered-To: address@hidden Received: from ms-smtp-04.ohiordc.rr.com (ms-smtp-04.ohiordc.rr.com [65.24.5.138]) by laraine.unidata.ucar.edu (Postfix) with ESMTP id 04F1FCB18E for <address@hidden>; Tue, 21 Aug 2007 11:38:31 -0600 (MDT) Received: from patricklaptop (cpe-71-67-115-82.woh.res.rr.com [71.67.115.82]) by ms-smtp-04.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l7LHcOQc021207; Tue, 21 Aug 2007 13:38:29 -0400 (EDT) Message-ID: <2BFFC1FF500D4420BBFDAD5063673C1D@patricklaptop> From: "Patrick L. Francis" <address@hidden> To: <address@hidden> Cc: "GEMPAK support" <address@hidden> References: <D9B55721807C4383BF4E6F969A09EA0B@patricklaptop> <address@hidden> In-Reply-To: <address@hidden> Subject: Re: fpe Date: Tue, 21 Aug 2007 13:38:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16480 X-Virus-Scanned: Symantec AntiVirus Scan Engine > I will recompile the 32 bit binaries using the --hash-style=both option fyi gcc-4.1 is installed. uname -a Linux ..... 2.6.18-4-k7 #1 SMP Mon Mar 26 17:57:15 UTC 2007 i686 GNU/Linux cheers, --patrick