[mesa-users] Question
Liliana Novais
linovais at gmail.com
Wed Jun 24 14:10:45 EDT 2015
I thought that it was already installed, just done it... sorry I don't work
on linux for 10 years
2015-06-24 19:06 GMT+01:00 Richard Townsend <townsend at astro.wisc.edu>:
> You need to install the X11 and Z libraries, as listed in the
> pre-requisites table on the SDK website.
>
> While you’re reading this table, can I recommend you read everything else
> on the page. And then read it again!
>
> On Jun 24, 2015, at 1:00 PM, Liliana Novais <linovais at gmail.com> wrote:
>
> I did all the steps again and after a long time it gave me this error:
> run_star_extras.o run_star.o run.o -L../../make -lstar -L../../../lib
> -lionization -latm -lcolors -lmlt -lnse -lnet -leos -lkap -lrates -lneu
> -lchem -linterp_2d -linterp_1d -lnum -lf2crlibm -lcrlibm -lmtx -lconst
> -lutils -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link`
> `mesasdk_pgplot_link` `mesasdk_se_link`
> /usr/bin/ld: cannot find -lX11
> /usr/bin/ld: cannot find -lz
> collect2: error: ld returned 1 exit status
> makefile:33: recipe for target 'star' failed
> make: *** [star] Error 1
>
> FAILED
>
>
> /home/lnovais/Transferências/mesa/star/test
> FAILED
>
>
> /home/lnovais/Transferências/mesa/star
> ./build_and_test FAILED
>
> where do I get x11 and lz????
>
> 2015-06-24 17:32 GMT+01:00 Richard Townsend <townsend at astro.wisc.edu>:
>
>> You need to upgrade to the latest MESA — you are using an old version.
>>
>> Also, please subscribe to the MESA user’s mailing list here:
>>
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>> (this stops your individual messages from having to be approved).
>>
>> cheers,
>>
>> Rich
>>
>>
>> On Jun 24, 2015, at 11:22 AM, Liliana Novais <linovais at gmail.com> wrote:
>>
>> I started again and know I got the following error:
>>
>> /home/lnovais/mesasdk/trunk/utils
>> building utils package.
>>
>> gfortran -fno-range-check -fopenmp -I../public -I../private
>> -I../../include -Wunused-value -Werror -W -fimplicit-none -fbounds-check
>> -O2 -g -c -ffree-form ../public/utils_def.f
>> gfortran -fno-range-check -fopenmp -I../public -I../private
>> -I../../include -Wunused-value -Werror -W -fimplicit-none -fbounds-check
>> -O2 -g -c -ffree-form ../private/utils_isnan_okay.f
>> ../private/utils_isnan_okay.f:43.36:
>>
>> is_real_inf = (2*x==x .and. x /= 0)
>> 1
>> Warning: Inequality comparison for REAL(4) at (1)
>> ../private/utils_isnan_okay.f:43.24:
>>
>> is_real_inf = (2*x==x .and. x /= 0)
>> 1
>> Warning: Equality comparison for REAL(4) at (1)
>> ../private/utils_isnan_okay.f:37.31:
>>
>> is_inf = (2*x==x .and. x /= 0)
>> 1
>> Warning: Inequality comparison for REAL(8) at (1)
>> ../private/utils_isnan_okay.f:37.19:
>>
>> is_inf = (2*x==x .and. x /= 0)
>> 1
>> Warning: Equality comparison for REAL(8) at (1)
>> makefile:42: recipe for target 'utils_isnan_okay.o' failed
>> make: *** [utils_isnan_okay.o] Error 1
>>
>> /home/lnovais/mesasdk/trunk/utils/make
>> FAILED
>>
>>
>> /home/lnovais/mesasdk/trunk/utils
>> ./build_and_test FAILED
>>
>>
>> 2015-06-24 16:49 GMT+01:00 Liliana Novais <linovais at gmail.com>:
>>
>>> I went to that site and downloaded it then I started to install
>>> following the steps I'm gointo to erase all and start again because I
>>> must had made a mistake somewhere
>>>
>>>
>>> 2015-06-24 16:43 GMT+01:00 Broxton Miles <bjmiles at crimson.ua.edu>:
>>>
>>>> Liliana,
>>>>
>>>> I just have to download it? or do I need to run it also?
>>>>>
>>>>> I followed the steps on this site:
>>>>> http://joaofariaresearch.weebly.com/1/post/2012/04/installing-mesa.html
>>>>>
>>>>
>>>>
>>>> Yeah, you have to download it and install it/initialize it.
>>>>
>>>> I would say follow the instructions on the sdk site that pertain to
>>>> your particular system:
>>>>
>>>> http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Downloads
>>>>
>>>> Try following those instructions and those of the official MESA page
>>>> <http://mesa.sourceforge.net/prereqs.html> and then report back your
>>>> results, and we'll go from there.
>>>>
>>>> Broxton
>>>>
>>>> On Wed, Jun 24, 2015 at 11:37 AM, Liliana Novais <linovais at gmail.com>
>>>> wrote:
>>>>
>>>>> I just have to download it? or do I need to run it also?
>>>>>
>>>>> I followed the steps on this site:
>>>>> http://joaofariaresearch.weebly.com/1/post/2012/04/installing-mesa.html
>>>>>
>>>>> 2015-06-24 16:34 GMT+01:00 Broxton Miles <bjmiles at crimson.ua.edu>:
>>>>>
>>>>>> Have you downloaded and initialized the mesasdk?
>>>>>>
>>>>>> The reason I ask is:
>>>>>>
>>>>>>> make: gfortran: Command not found
>>>>>>
>>>>>>
>>>>>> It can't find the compiler.
>>>>>>
>>>>>> Broxton
>>>>>>
>>>>>> On Wed, Jun 24, 2015 at 11:31 AM, Liliana Novais <linovais at gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I just was able to set the core number and there is another error on
>>>>>>> my installation:
>>>>>>>
>>>>>>> [lnovais at new-host MESA]$ ./install
>>>>>>> checking if ndiff is installed ...
>>>>>>> no! running install_ndiff
>>>>>>> ndiff installed in utils/ndiff/
>>>>>>>
>>>>>>> /home/lnovais/Programs/MESA/const
>>>>>>> building const package.
>>>>>>>
>>>>>>> gfortran -fno-range-check -fopenmp -I../public -I../private
>>>>>>> -I../../include -Wunused-value -Werror -W -fimplicit-none -O2 -c
>>>>>>> -ffixed-form -ffixed-line-length-132 ../public/const_def.f
>>>>>>> make: gfortran: Command not found
>>>>>>> makefile:26: recipe for target 'const_def.o' failed
>>>>>>> make: *** [const_def.o] Error 127
>>>>>>>
>>>>>>> /home/lnovais/Programs/MESA/const/make
>>>>>>> FAILED
>>>>>>>
>>>>>>>
>>>>>>> /home/lnovais/Programs/MESA/const
>>>>>>> ./build_and_test FAILED
>>>>>>>
>>>>>>>
>>>>>>> What is still missing?
>>>>>>>
>>>>>>> Thanks
>>>>>>> Liliana
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Monitor 25 network devices or servers for free with OpManager!
>>>>>>> OpManager is web-based network management software that monitors
>>>>>>> network devices and physical & virtual servers, alerts via email &
>>>>>>> sms
>>>>>>> for fault. Monitor 25 devices for free with no restriction. Download
>>>>>>> now
>>>>>>> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
>>>>>>> _______________________________________________
>>>>>>> mesa-users mailing list
>>>>>>> mesa-users at lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> Monitor 25 network devices or servers for free with OpManager!
>> OpManager is web-based network management software that monitors
>> network devices and physical & virtual servers, alerts via email & sms
>> for fault. Monitor 25 devices for free with no restriction. Download now
>>
>> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o_______________________________________________
>> mesa-users mailing list
>> mesa-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20150624/7a3b6564/attachment.html>
More information about the Mesa-users
mailing list