... Why? Lots of people run gfortran on vista. As of gcc 4.3 or so it has become very stable. Many *major* applications have been successfully compiled by...
My problem is that it compiles fine until I try to link to say, the DISLIN library. It complains that the "Libray file disgf.a is not recognized as a valid...
hi folks... I'm just doing a kind of modeling, and have written this code with fortran PowerStation. but when it comes to make the exe files just shows this...
Hi: I am working with Fortran90. Has anyone used a "progress indicator", or some one give me a website with an example. I am working with a program with lots...
Hi yeah... that`s a good point..i really need it....please help... there are a bulk of calculation and i need it too Thanks you in advanced... J.A ... From:...
I've always used progress indicators, nothing fancy though. I just place a PRINT line within the main loop that would print out some counters. For larger codes...
I used the print, but the problem is that, it does not 'override' what has been printed. The alternative is to use the write and have that in a logfile but the...
... Which compiler are you using? The following spins for 10 seconds,and reports when the seconds element changes. It works with current versions of g95,...
Assuming that you are looking for the compiler itself (not sure what you mean by "the free source"), a great compiler is gfortran if you are working on a linux...
Yes gfortran is available for windows operating system. In fact i am using this compiler successfully on my vista and xp system. Good luck ... -- Sukhbinder...
Hi to all, I'm new here. I had a question please: how can I plot a data file with fortran? can everyone guide me which command in fortran does the job? thanks...
hai i wish to learn fortran, but i didn't got a good fortran 90 compiler which can work on windows xp. can any of you help me with a link to download a...
hello everybody.... I want to use the binary integral program from IMSL library but when I copy and paste the program, it doesn't work!!!!! what should I...
Hi Can anyone help me in change buildnanotube.F . I want to add new atom with this CONDITION: 63 carbon atom - 1 atom X(totatom =64) the input file and...
Some days ago you were looking for a Fortran compiler for Windows XP, I have widows Vista and Iam looking for a Fortran compiler to, did you find it ,if so...
dear friends can any one say how to enter x in degrees for sine & cos in fortran. my compiler doesnot accept SIND & COSD functions thanking you Mohandoss...
... Hi Mohandoss, You might just have to convert you degree angles to radians. Just multiply by pi/180 and you should be able to use the radian functions...
I am looking for a Fortran compiler for Fortran IV programs. I use a PC with Windows XP. Can you please help me ? Thank you [Non-text portions of this...
some free compilers for windows are: gfortran g95 also there are some commercial compilerssuch as: Intel Fortran Compiler (free on linux for non-commercial...
I develop Fortran programs using Fortran IV. I need a Fortran compiler to work with Windows XP. Can you please help me ? [Non-text portions of this message...
Ok, on Windows, objects are ".OBJ" and libraries are ".LIB". That ".a" file you are using is a Unix or Linux library. You will need to download the correct...
Presuming that you have a C compiler available, my preference is f2c for Fortran IV, 66 and 77 code. It's C output makes it relatively easy to incorporate...
Hello group I need a Fortran Compiler that resembles Fortran Visual Studio. Back in the mid 90's I could still run old code written in Fortran 77. I know it...