This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

STRUCTURE


Hi all,

I am in the process of moving from UNIX to LINUX.

I have sevral application programs written fortran and
compiled in UNIX environment. Some of the programs
have STRUCTURE. Below is a simple example of it.

      STRUCTURE / RLINE/
         INTEGER     ID
         INTEGER     SEX
         INTEGER     YEAR
      END STRUCTURE
      record /rline/ line(MIN:MAX)

In LINUX I could not compile those programs that
contain STRUCTURE. Can anybody help me how to compile
fortan programs that contain STRUCTRE in LINUX. I want
to compile  it without the chaning it, if it is
possible.


Thanks in advance
AMS


=====


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]