[Met_help] [rt.rap.ucar.edu #56021] History for Re: Installing MET

Paul Oldenburg via RT met_help at ucar.edu
Tue Apr 24 12:11:57 MDT 2012


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Ascension,

I have seen MET compilations on Mac OSX work in the past.  I know that it will take some significant changes to your build environment variables.  The error message that you are reporting indicates that the linker cannot file the library crt0.o on your system.  I'm assuming that it is in a location with many other libraries that will be required, so you must find it and add it's containing folder to the CXX_LIBS line in user_defs.mk like so:

CXX_LIBS = -L[folder]

In the future, when you encounter compiler errors in MET, please send the entire compiler output along with your user_defs.mk file.  You can generate a compiler log file and watch it run using the commands found on the MET online tutorial site http://www.dtcenter.org/met/users/support/online_tutorial/METv3.1/compilation/compile.php:

$ make >& make_met.log&
$ tail -f make_met.log

Please let me know if you have any questions.

Paul


On 04/21/2012 05:37 AM, Ascensión wrote:
> Good morning Paul,
> With your help I installed METv3.1 in Ubuntu, but now I will like to
> install it in iMac (Snow Leopard 10.6) and in Macbook Air (Lion 10.7),
> it's possible?
> When I try to install it in iMac I had :
>
> ld: library not found for -lcrt0.o
> collect2: ld returned 1 exit status
> make[4]: *** [ensemble_stat] Error 1
> make[3]: *** [all] Error 2
> make[2]: *** [all] Error 2
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
>
>
> Could you help me again?
> Thanks in advance
>
>
>
>


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: Re: [rt.rap.ucar.edu #56021] AutoReply: Re: Installing MET
From: Paul Oldenburg
Time: Mon Apr 23 08:41:25 2012

Ascension,

In the future, please send MET help inquiries to the email address
met_help.  This will open a ticket in our tracking
system automatically.  I have opened a ticket manually and put our
correspondence into it.  Please reply to this email
when you write back on this issue.

Thanks,

Paul


On 04/23/2012 08:39 AM, met_help at ucar.edu via RT wrote:
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> 	"Re: Installing MET",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #56021].
>
> Please include the string:
>
>           [rt.rap.ucar.edu #56021]
>
> in the subject line of all future correspondence about this issue.
To do so,
> you may reply to this message.
>
>                          Thank you,
>                          met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Ascension,
>
> I have seen MET compilations on Mac OSX work in the past.  I know
that it will take some significant changes to your build environment
variables.  The error message that you are reporting indicates that
the linker cannot file the library crt0.o on your system.  I'm
assuming that it is in a location with many other libraries that will
be required, so you must find it and add it's containing folder to the
CXX_LIBS line in user_defs.mk like so:
>
> CXX_LIBS = -L[folder]
>
> In the future, when you encounter compiler errors in MET, please
send the entire compiler output along with your user_defs.mk file.
You can generate a compiler log file and watch it run using the
commands found on the MET online tutorial site
http://www.dtcenter.org/met/users/support/online_tutorial/METv3.1/compilation/compile.php:
>
> $ make>&  make_met.log&
> $ tail -f make_met.log
>
> Please let me know if you have any questions.
>
> Paul
>
>
> On 04/21/2012 05:37 AM, Ascensión wrote:
>> Good morning Paul,
>> With your help I installed METv3.1 in Ubuntu, but now I will like
to
>> install it in iMac (Snow Leopard 10.6) and in Macbook Air (Lion
10.7),
>> it's possible?
>> When I try to install it in iMac I had :
>>
>> ld: library not found for -lcrt0.o
>> collect2: ld returned 1 exit status
>> make[4]: *** [ensemble_stat] Error 1
>> make[3]: *** [all] Error 2
>> make[2]: *** [all] Error 2
>> make[1]: *** [all] Error 2
>> make: *** [all] Error 2
>>
>>
>> Could you help me again?
>> Thanks in advance
>>
>>
>>
>>


------------------------------------------------
Subject: Re: Installing MET
From: Paul Oldenburg
Time: Mon Apr 23 10:48:04 2012

Ascension,

Please reply to emails where the from: address is met_help at ucar.edu.
That will send your response to our ticketing system for bookkeeping
and ultimately to me.

I'm afraid that I'm not very familiar with how Mac OSX systems work,
so I am not able to advise you regarding the location of system
libraries.  I suggest looking for the linker error messages that you
are encountering on google to see if other Mac users have found a
solution.  I'm sorry I can't be more help on this matter.

Paul


On 04/23/2012 10:39 AM, Ascensión wrote:
> Hi Paul,
> Please, let me know if I have to answer this mail or the other I
recived
> with the string [rt.rap.ucar.edu #56021].
> I haven't find the crt0.o library to put his direction in
user_defs.mk. I
> have another one crt1.o in /usr/lib, but not that one.
> I send you my user_defs.mk and my make_met.log files.

On Mon Apr 23 08:39:10 2012, pgoldenb wrote:
> Ascension,
>
> I have seen MET compilations on Mac OSX work in the past.  I know
that
>    it will take some significant changes to your build environment
>    variables.  The error message that you are reporting indicates
that
>    the linker cannot file the library crt0.o on your system.  I'm
>    assuming that it is in a location with many other libraries that
>    will be required, so you must find it and add it's containing
>    folder to the CXX_LIBS line in user_defs.mk like so:
>
> CXX_LIBS = -L[folder]
>
> In the future, when you encounter compiler errors in MET, please
send
>    the entire compiler output along with your user_defs.mk file.
You
>    can generate a compiler log file and watch it run using the
>    commands found on the MET online tutorial site
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv3.1/compilation/compile.php:
>
> $ make >& make_met.log&
> $ tail -f make_met.log
>
> Please let me know if you have any questions.
>
> Paul
>
>
> On 04/21/2012 05:37 AM, Ascensión wrote:
> > Good morning Paul,
> > With your help I installed METv3.1 in Ubuntu, but now I will like
to
> > install it in iMac (Snow Leopard 10.6) and in Macbook Air (Lion
>    10.7),
> > it's possible?
> > When I try to install it in iMac I had :
> >
> > ld: library not found for -lcrt0.o
> > collect2: ld returned 1 exit status
> > make[4]: *** [ensemble_stat] Error 1
> > make[3]: *** [all] Error 2
> > make[2]: *** [all] Error 2
> > make[1]: *** [all] Error 2
> > make: *** [all] Error 2
> >
> >
> > Could you help me again?
> > Thanks in advance
> >
> >
> >
> >



------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #56021] Re: Installing MET 
From: Ascensón Hernández Encinas
Time: Mon Apr 23 10:53:28 2012

Thanks a lot in any case.  You are very amable.
I'll try to solve it asking help to Mac users.
Best regards,

Ascensión

El 23/04/12 18:48, "Paul Oldenburg via RT" <met_help at ucar.edu>
escribió:

>Ascension,
>
>Please reply to emails where the from: address is met_help at ucar.edu.
>That will send your response to our ticketing system for bookkeeping
and
>ultimately to me.
>
>I'm afraid that I'm not very familiar with how Mac OSX systems work,
so I
>am not able to advise you regarding the location of system libraries.
I
>suggest looking for the linker error messages that you are
encountering
>on google to see if other Mac users have found a solution.  I'm sorry
I
>can't be more help on this matter.
>
>Paul
>
>
>On 04/23/2012 10:39 AM, Ascensión wrote:
>> Hi Paul,
>> Please, let me know if I have to answer this mail or the other I
recived
>> with the string [rt.rap.ucar.edu #56021].
>> I haven't find the crt0.o library to put his direction in
user_defs.mk.
>>I
>> have another one crt1.o in /usr/lib, but not that one.
>> I send you my user_defs.mk and my make_met.log files.
>
>On Mon Apr 23 08:39:10 2012, pgoldenb wrote:
>> Ascension,
>>
>> I have seen MET compilations on Mac OSX work in the past.  I know
that
>>    it will take some significant changes to your build environment
>>    variables.  The error message that you are reporting indicates
that
>>    the linker cannot file the library crt0.o on your system.  I'm
>>    assuming that it is in a location with many other libraries that
>>    will be required, so you must find it and add it's containing
>>    folder to the CXX_LIBS line in user_defs.mk like so:
>>
>> CXX_LIBS = -L[folder]
>>
>> In the future, when you encounter compiler errors in MET, please
send
>>    the entire compiler output along with your user_defs.mk file.
You
>>    can generate a compiler log file and watch it run using the
>>    commands found on the MET online tutorial site
>>
>>http://www.dtcenter.org/met/users/support/online_tutorial/METv3.1/compila
>>tion/compile.php:
>>
>> $ make >& make_met.log&
>> $ tail -f make_met.log
>>
>> Please let me know if you have any questions.
>>
>> Paul
>>
>>
>> On 04/21/2012 05:37 AM, Ascensión wrote:
>> > Good morning Paul,
>> > With your help I installed METv3.1 in Ubuntu, but now I will like
to
>> > install it in iMac (Snow Leopard 10.6) and in Macbook Air (Lion
>>    10.7),
>> > it's possible?
>> > When I try to install it in iMac I had :
>> >
>> > ld: library not found for -lcrt0.o
>> > collect2: ld returned 1 exit status
>> > make[4]: *** [ensemble_stat] Error 1
>> > make[3]: *** [all] Error 2
>> > make[2]: *** [all] Error 2
>> > make[1]: *** [all] Error 2
>> > make: *** [all] Error 2
>> >
>> >
>> > Could you help me again?
>> > Thanks in advance
>> >
>> >
>> >
>> >
>
>
>



------------------------------------------------


More information about the Met_help mailing list