delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <002001be8026$4f55d3d0$29acdfd0@InspirePharm.Com> |
From: | "Suhaib M. Siddiqi" <Ssiddiqi AT InspirePharm DOT Com> |
To: | <dj AT cygnus DOT com> |
Cc: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | FXDR library for Cygwin-20.1 |
Date: | Tue, 6 Apr 1999 08:09:23 -0400 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.00.2014.211 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id KAA00494 |
FXDR is a library that allows you to make calls to the XDR (eXternal Data Representation) routines from Fortran. You almost certainly already have the XDR routines on your workstation--with FXDR you can easily call them from Fortran. In practical terms, this means that you can read and write unformatted binary files in your Fortran code which are portable between different platforms. Write your binary on a Cray, read it on a DEC, write it on an SGI, read it on a HP, write it on Cray, read it on NT/Cygwin--it doesn't matter. The port of FXDR library for Cygwin-B20.1 (Fxdr.zip) is available from http://www.ipass.net/~ssiddiqi The library seems to be working fine, except 0.0001% loss of precision in numbers. According to authors of FXDR code at their web pages (http://meteora.ucsd.edu/~pierce/fxdr_home_page.html), "...However if you just can't live with losing a bit of precision in your numbers then please erase your copy of this library and for God's sake start drinking decaffinated coffee..." You will need Corinna Vinschen's port of ONC RPC for Cygwin B-20.1 from ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Vinschen_Corinna/B20/sunrpc-4.0cygwin1.bin.tar.gz to use FXDR library. Suhaib -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |