Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (xapproachesinfinity):

hey guys I'm trying to install a compiler for fortran i installed netbeans but it didn't one to run for missing features or something. I searched for other alternatives but nothing worth it

OpenStudy (xapproachesinfinity):

@ganeshie8

OpenStudy (rsmith6559):

What about the Fortran front end for the GNU ( open source ) compiler?

OpenStudy (xapproachesinfinity):

eh what's the name of the compiler? i checked nothing to download! I'm new you to fortran actually

OpenStudy (e.mccormick):

On what opertating system? rsmith6559 was talking about this one: https://gcc.gnu.org/wiki/GFortran And this looks like it might help: http://www.g95.org/ If you like VisualStudio you can use this: http://www.silverfrost.com/11/ftn95/ftn95_fortran_95_for_windows.aspx And I know MinGW also has Fortran support: http://www.mingw.org/

OpenStudy (xapproachesinfinity):

The operating system is windows 8 I installed mingw, but when I tried to use it either netbeans it says there are missing tools especially make command

OpenStudy (xapproachesinfinity):

I mean with netbeans * Not either lol

OpenStudy (e.mccormick):

MinGW does come with make. Confirm that it installed C:\MinGW\bin\mingw32-make.exe C:\MinGW\msys\1.0\bin\make.exe The rest may be issues with pathing or settings somewhere.

OpenStudy (xapproachesinfinity):

i checked the directory C:\MinGW\bin\mingw32-make.exe nothing like is in there the second one i don't have it at all

OpenStudy (xapproachesinfinity):

this is what i have under mingw32- there is not make.exe

OpenStudy (xapproachesinfinity):

i reinstalled it and everything in it's place now i have a new issue http://prntscr.com/5mar4b do you think it's pathing problem

OpenStudy (xapproachesinfinity):

this is my options

OpenStudy (xapproachesinfinity):

@hartnn anyhelp

OpenStudy (e.mccormick):

Hmm... it did not like mkdir, or Make Directory, so it could not make a temp build directory. Now, mkdir is in windows... so it may be a permissions issue.

OpenStudy (xapproachesinfinity):

Hmm any idea how to solve this issue How to allow permission

OpenStudy (xapproachesinfinity):

@ganeshie8 do you have sometimes :)

OpenStudy (xapproachesinfinity):

this is the complete error message: "/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make.exe[1]: Entering directory `/c/Users/Hassan/Desktop/myfortran' "/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/myfortran.exe make.exe[2]: Entering directory `/c/Users/Hassan/Desktop/myfortran' mkdir -p build/Debug/MinGW-Windows make.exe[2]: mkdir: Command not found make.exe[2]: *** [build/Debug/MinGW-Windows/Hassan.o] Error 127 make.exe[2]: Leaving directory `/c/Users/Hassan/Desktop/myfortran' make.exe[1]: *** [.build-conf] Error 2 make.exe[1]: Leaving directory `/c/Users/Hassan/Desktop/myfortran' make.exe": *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 5s)

OpenStudy (e.mccormick):

Tried running it as admin? Tried changing the permisions on the output forlder?

OpenStudy (xapproachesinfinity):

I solved it! thanks for your help i changed mingw to cygwin, but i think the issue was the permission i tried running it as an admin and worked

OpenStudy (e.mccormick):

Yah, so it was not letting it make a directory. Windows 8 is really picky about that stuff.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!