Hey guys. I'm trying to compile this program using g95 compiler (Windows Vista), but I can't link the IMSL library to the program.
Here's the begining of the code:
USE imsl
!INCLUDE 'link_f90_static.h'
parameter (npmax=8)
implicit real*8 (a-h,o-z)
And this is what I've got:
USE imsl...
Hey guys. I'm trying to compile (using g95 compiler) this program but there are two errors I can't fix.
In file mone.f95:5
USE ims.f90
1
Error: Syntax error in USE statement at (1)
In file mone.f95:52
read(10,*) (((Lixo, CotPap(j,i)), j=1, npapeis), i, nper+1)
1
Error...
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.