[Met_help] [rt.rap.ucar.edu #68589] History for MET4.1 installation
John Halley Gotway via RT
met_help at ucar.edu
Mon Aug 11 15:31:32 MDT 2014
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Hi,
I am trying to install MET4.1 and having problems during installation. I
have attached the "log" file and "user_defs.mk" file along with this email
to view the error. I am using " x86_64-redhat-linux-gnu" system. Also
removed "-static" option from the CXX_FLAGS and the FC_FLAGS lines, as compiler
doesn't know where to find the standard math library. Let me know, how to
resolve it. Thanks.
Partha
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: MET4.1 installation
From: John Halley Gotway
Time: Mon Aug 11 14:09:09 2014
Partha,
Thanks for sending your make_met.log and user_defs.mk file. That made
it a
lot easier to debug. This is an easy one - you're just using the
wrong
compiler. gcc is the GNU C compiler, but you should be using g++,
which is
the GNU C++ compiler.
Please try editing user_defs.mk and set CXX to g++, like this:
CXX = /usr/bin/g++
Then do a "make clean", followed by "make".
Please let me know if that resolves your issue.
Thanks,
John Halley Gotway
met_help at ucar.edu
On Mon, Aug 11, 2014 at 9:18 AM, Partha Bhattacharjee - NOAA Affiliate
via
RT <met_help at ucar.edu> wrote:
>
> Mon Aug 11 09:18:22 2014: Request 68589 was acted upon.
> Transaction: Ticket created by partha.bhattacharjee at noaa.gov
> Queue: met_help
> Subject: MET4.1 installation
> Owner: Nobody
> Requestors: partha.bhattacharjee at noaa.gov
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=68589 >
>
>
> Hi,
>
> I am trying to install MET4.1 and having problems during
installation. I
> have attached the "log" file and "user_defs.mk" file along with this
email
> to view the error. I am using " x86_64-redhat-linux-gnu" system.
Also
> removed "-static" option from the CXX_FLAGS and the FC_FLAGS lines,
as
> compiler
> doesn't know where to find the standard math library. Let me know,
how to
> resolve it. Thanks.
>
> Partha
>
>
------------------------------------------------
Subject: MET4.1 installation
From: Partha Bhattacharjee - NOAA Affiliate
Time: Mon Aug 11 14:40:28 2014
Thanks John. Problem was solved.
Partha
On Mon, Aug 11, 2014 at 4:09 PM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:
> Partha,
>
> Thanks for sending your make_met.log and user_defs.mk file. That
made it
> a
> lot easier to debug. This is an easy one - you're just using the
wrong
> compiler. gcc is the GNU C compiler, but you should be using g++,
which is
> the GNU C++ compiler.
>
> Please try editing user_defs.mk and set CXX to g++, like this:
> CXX = /usr/bin/g++
>
> Then do a "make clean", followed by "make".
>
> Please let me know if that resolves your issue.
>
> Thanks,
> John Halley Gotway
> met_help at ucar.edu
>
>
> On Mon, Aug 11, 2014 at 9:18 AM, Partha Bhattacharjee - NOAA
Affiliate via
> RT <met_help at ucar.edu> wrote:
>
> >
> > Mon Aug 11 09:18:22 2014: Request 68589 was acted upon.
> > Transaction: Ticket created by partha.bhattacharjee at noaa.gov
> > Queue: met_help
> > Subject: MET4.1 installation
> > Owner: Nobody
> > Requestors: partha.bhattacharjee at noaa.gov
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=68589 >
> >
> >
> > Hi,
> >
> > I am trying to install MET4.1 and having problems during
installation. I
> > have attached the "log" file and "user_defs.mk" file along with
this
> email
> > to view the error. I am using " x86_64-redhat-linux-gnu" system.
Also
> > removed "-static" option from the CXX_FLAGS and the FC_FLAGS
lines, as
> > compiler
> > doesn't know where to find the standard math library. Let me know,
how to
> > resolve it. Thanks.
> >
> > Partha
> >
> >
>
>
------------------------------------------------
More information about the Met_help
mailing list