HP3000-L Archives

August 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chuck Powell <[log in to unmask]>
Reply To:
Chuck Powell <[log in to unmask]>
Date:
Mon, 21 Aug 2000 19:25:08 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (16 lines)
My first guess would be that you have a 32 bit alignment problem.  FTN66 is
a 16 bit compiler and will align INTEGER*4 on 16 bit boundaries.  I assume
you are compiling with FTNXL on a 32 bit machine.  FTNXL is a 32 bit native
mode compiler that wants to align INTEGER*4 on 32 bit boundaries.  It will
complain if your EQUIVALENCE attempts to align on a 16 bit boundary.

You can override the default 32 bit boundary alignment by adding the
following compiler directive:

$HP3000_16 ALIGNMENT

HTH,
Chuck Powell
Fibre Federal Credit Union
Longview, WA 98632

ATOM RSS1 RSS2