64/32 bit problems..

FX Coudert fxcoudert@gmail.com
Fri Jul 21 20:45:00 GMT 2006


>  i am trying to run the
> code through the debugger, but the 64 bit builds work as expected, and i'm 
> not sure how to give f951 the -m32 flag.  is there an easy way to do this?

I'd say -m32:

$ gfortran -v -m32 a.f90
[...]
  /usr/libexec/gcc/i386-redhat-linux/4.1.1/f951 a.f90 -quiet -dumpbase 
a.f90 -m32 -mtune=generic -auxbase a -version -I 
/usr/lib/gcc/i386-redhat-linux/4.1.1/finclude -o /tmp/cclnV3Rq.s



More information about the Fortran mailing list