Hi NickFort,
I tried with several builds from the mingw-64 project. When I issue:
gfortran -m32 test32.f90
Now compilation goes OK, but ld is having trouble; I got messages like these:
c:/mingw/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.4.5/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping...
Hello all:
This is probably a silly question, but I cannot find the answer.
I am using the gcc 64 bits compiler package dwonloaded from equation.com, running on windows XP x64.
Consider the following short f90 program:
program test32
implicit none
real*8 a, b
a = 2.0
b = 3.0 + a
print *, b
end...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.