From: Raziman T V <raz...@gm...> - 2010-05-18 23:07:24
|
Hi, I run a 64 bit Ubuntu 10.04 (Lucid Lynx) machine and tried to install MESA today with gfortran 4.4.3. I got the latest version of MESA from SVN and tried making the numerics only module. That was successful. But when I tried doing the full install, some packages could be made but the installation failed during the build of star package with the following error: **************************************** /home/razimantv/Projects/MESA/mesa/star building star package. gfortran -fno-range-check -fopenmp -I../public -I../private -I../../include -Wunused-value -Werror -W -fimplicit-none -O2 -c -ffree-form ../public/star_def.f star_data.dek:849.18: Included at ../public/star_def.f:96: procedure (), pointer, nopass :: evolve => null() 1 Error: Fortran 2003: Procedure components at (1) are not yet implemented in gfortran star_data.dek:850.18: Included at ../public/star_def.f:96: procedure (), pointer, nopass :: other_wind => null() 1 Error: Fortran 2003: Procedure components at (1) are not yet implemented in gfortran star_data.dek:851.18: Included at ../public/star_def.f:96: procedure (), pointer, nopass :: other_mixing => null() 1 Error: Fortran 2003: Procedure components at (1) are not yet implemented in gfortran make: *** [star_def.o] Error 1 /home/razimantv/Projects/MESA/mesa/star/make FAILED **************************************** Could you please tell me how to get over this error? I am not able to get even the numerics only module working with ifort or the latest gfortran version due to some library location issues. Hence it will be great if a way could be found to get MESA working on my system with gfortran 4.4.3 Yours Raziman T V |