| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
The binaries produced by the G77 version of code have an extra 4-byte
chunk of data prepended at the front, and an *identical* 4-byte chunk
appended to the end of each binary data file, so the data files
produced by the G77-OSX version are exactly 8 bytes larger than the
binaries produced by the Absoft code running under classic on the
same machine. Other than these 8 errant bytes, the data files are, by
actual inspection, identical.
The information at the beginning and end of the block is "record
length" information. Assuming you are using Absoft version 8 or
later, compile your program with the -N3 option, and open the file as
sequential, unformatted. Then the two systems should be compatible.
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.