Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Problem with Photran on Mac OS X Lion 10.7.5: “/bin/sh: gfortran: command not found”

You want to install gfortran first.

Deb Linux/Ubuntu: sudo apt-get install gfortran

Windows: Try Cgwin or MinGW to instally GNU packages in your windows system.

Good luck.


On Mon, Nov 4, 2013 at 8:03 PM, Paolo Vagnini <paolondon@xxxxxxxxx> wrote:
Hi, i need to write some fortran code, so i decided to use Photran and Eclipse as IDE.

Since i wasn't able to make the compiler work, i've followed the guide at Question 21: “Eclipse doesn't seem to find commands for [compile, make, …]”
at the page:

but it still doesn't build any fortran source files at all; all i get is “/bin/sh: gfortran: command not found”. What else can i do?

Thanks,
Bye!


--
/* Paolo Vagnini   
   skype: paolovag */

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran



Back to the top