I am trying to get g77 (gnu fortran) installed and working on a laptop with Vista and I have not been suucessful. Has anyone succesfully got g77 to work on...
... Forget g77. It was removed from gcc when 4.0 was released several years ago. Nobody maintains it. And it only supports an obsolete 30 year old dialect...
Hii am using gfortran on my laptop with vista. perhaps the link wbelow will help you http://gcc.gnu.org/wiki/GFortranBinaries http://gcc.gnu.org/wiki/GFortran ...
I am using WATCOM F77/32 compile and link utility Version 1.7. My code compiles without any errors, but won't link. It was working fine, but now the linker...
Thanks! I downloaded gfortran and installed it without any problems. It compiled one of my g77 fortran programs without error and it ran correctly too. For...
OK, I got gfortran to compile fine. Now, I am trying to use the DISLIN grafix library. I am trying to compile and link one of the examples in the DISLIN...
I gave up trying to get gfortran to work on my vista machine. I found a compiler called Supersoft Fortran. It compiles a test program OK. Seems to be somewhat...
... 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...