This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: g77 sequential binary problem 64-bit
- From: bud davis <bdavis9659 at comcast dot net>
- To: gcc-help at gcc dot gnu dot org
- Cc: ngraham at hrc-lab dot org
- Date: Wed, 27 Apr 2005 05:58:23 -0500
- Subject: Re: g77 sequential binary problem 64-bit
> Is there a simple compile flag or library include that will avoid this
> problem so that I can read and write sequential binary files on the
> 64-bit machine that are just the same as on 32-bit machines with g77??
short answer is no. i see that you have two options:
#1. Make a custom version of the g77 compiler that uses fixed 32 bit
record markers.
#2. Write a filter program that converts from 64-32 bit record
markers.
HTH,
bud davis