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]

g77


I am trying to run a fortran 77 program on my pentium 4 processor which runs redhat9.0. The program is returning bunk values ("nan" everywhere). It works fine on my old IRIX machine using a different compiler. I believe the reason Im having trouble is because I cannot find a way to set the real and integer data type to store in 8 Bytes. On the Irix machine the command looked like:
f77 -i8 -r8 -o a.out blah.f
Is there anything similiar for g77?


Thanks,
Dylan Powell
UMBC/JCET


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