Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Compile Fortran 90 with Eclipse Juno on Mac OSX Mountain Lion(f.90 Eclipse Mac OSX Mountain Lion)
icon5.gif  Compile Fortran 90 with Eclipse Juno on Mac OSX Mountain Lion [message #911534] Tue, 11 September 2012 20:21
Benjamin Blasco is currently offline Benjamin BlascoFriend
Messages: 2
Registered: September 2012
Junior Member
Hi everyone,
It's my first topic on this forum and i'm pretty desperate. I try compiling Fortran 90 with Eclipse on Mac OSX Mountain Lion (64bits) and I get this :

/bin/sh: gfortran: command not found Test_Fortran C/C++ Problem
make: *** [Test.o] Error 127 Test_Fortran C/C++ Problem

I've read before posting and I can compile f.90 with the Terminal command : "gfortran -o Test_Fortran.f90 Test_Fortran"

I've added a .bash_profile file in my folder user/~ with the command :
"export PATH=/usr/local/bin:$PATH"

I've also change the "environment.plist" in the file ~/.MacOSX with :
"/usr/local/mpi/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/sbin:/usr/sbin:/Developer/Tools:/usr/texbin:/Users/benjaminblasco/bin "

But I can't compile from Eclipse ! Sad

How setting up Eclipse to get something ?!?

Thanks for any help !
Previous Topic:Compile Fortran 90 with Eclipse Juno on Mac OSX Mountain Lion
Next Topic:(java) automatic save while git committing
Goto Forum:
  


Current Time: Tue Apr 16 13:03:53 GMT 2024

Powered by FUDForum. Page generated in 0.09600 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top