Re: make error

2011-10-06 Thread Carolina Carneiro
Thanks everybody for help!! I'm starting to use linux and I'm really lost! Tim, you were right!! Thank you very much!! Carolina. 2011/10/6 Tim Murphy > @psmith - happens to me all the time even on good weeks. :-) > > > Carolina, > > In the makefile this line is wrong: > > F90 = /opt/intel/com

Re: make error

2011-10-06 Thread Tim Murphy
@psmith - happens to me all the time even on good weeks. :-) Carolina, In the makefile this line is wrong: F90 = /opt/intel/composer_xe_2011_sp1.6.233 It tries to set the variable F90 to the path of the Intel Fortran 90 compiler but somehow this is a directory on your computer rather than a p