Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] gfortran/photran installation questions

If you are developing non-commercial software, then the Intel compiler is available for free.  If this is the case, I highly recommend it as it is quite fast and well-optimized in comparison to gfortran.

On Tuesday, November 8, 2011, David A. Alexander <alexanda@xxxxxxxxxx> wrote:
>
> A good free alternative would be MinGW (Minimalist GNU for Windows, http://www.mingw.org/).  If you can afford the Intel compiler (ifort, http://software.intel.com/en-us/articles/intel-compilers/) that would also be an alternative.
>
> --
> David Alexander
>
> On 11/8/2011 1:03 PM, steve kuei wrote:
>
> Hey all, 
> I recently started using Fortran, and hit a few problems. When trying to write a simple Hello World program, I get two errors, 
> "Cannot run program "gcc" (in directory __ ): CreateProcess error=5, Access is denied" and "error launching external scanner info generator...". I think its linked to the fact that gfortran doesn't appear to be compatible with 64 bit Windows (typing gfortran in command prompt gives an error about 32 and 64 bit versions), as I do have cygwin/gfortran under the correct path as per the instructions in the photran documentation
> Has anyone run into this and know if this is a problem with 32/64 bit, and if so, do you have suggestions for an alternate compiler?
> I apologize if these are dumb questions, as I am very much a novice with Fortran and such. I would be grateful for any help!
> Thanks,
> Steve
>
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>

Back to the top