[Met_help] [rt.rap.ucar.edu #92573] History for C preprocessor "/lib/cpp" fails sanity check

David Fillmore via RT met_help at ucar.edu
Mon Dec 2 15:49:04 MST 2019


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

Hello Met help,
I was installing MET on my Mac OS Sierra 10.12 and got the above named error during configuration of MET. All external libraries were successfully compiled. Please find my configure.log and config.log files attached. 


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

Subject: C preprocessor "/lib/cpp" fails sanity check
From: John Halley Gotway
Time: Fri Oct 11 10:31:22 2019

Godefroy,

I see you're having trouble compiling met-8.0 on your Mac.  Thanks for
sending along the config.log and configure.log files.

The immediate error has to do with CPP, which is the C-preprocessor.
Line
8187 of config.log indicates how it is set:

8187 CPP='/lib/cpp'

But line 7867 indicates that that doesn't exist!

7867 ./configure: line 1951: /lib/cpp: No such file or directory

I have compiled MET on my Mac laptop before, so it is possible.  I
don't
know how yours got set to /lib/cpp.  On my successful build, I see:
   ac_cv_prog_CPP='gcc -E'

Let's try to explicitly tell configure how to set the C preprocessor
by
setting:

export CPP='gcc -E'
- or -
setenv CPP 'gcc -E' for cshrc

Then re-run the configure command.  Does that produce any better
result?

Thanks,
John






On Fri, Oct 11, 2019 at 5:38 AM Godefroy Nshimirimana via RT <
met_help at ucar.edu> wrote:

>
> Fri Oct 11 05:38:35 2019: Request 92573 was acted upon.
> Transaction: Ticket created by nshimigode at yahoo.fr
>        Queue: met_help
>      Subject: C preprocessor "/lib/cpp" fails sanity check
>        Owner: Nobody
>   Requestors: nshimigode at yahoo.fr
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>
>
> Hello Met help,
> I was installing MET on my Mac OS Sierra 10.12 and got the above
named
> error during configuration of MET. All external libraries were
successfully
> compiled. Please find my configure.log and config.log files
attached.
>
>

------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: David Fillmore
Time: Fri Oct 11 10:52:11 2019

Hi Godefroy,

Be sure to set the MET_NETCDF, MET_HDF, etc. env variables
to point to your libraries.
See section 2.9 of the MET User's Guide for more details
https://dtcenter.org/community-code/model-evaluation-tools-
met/documentation


Also, do you have a fortran compiler installed?
MET has some fortran code, and the bufr lib dependency needs to
compiled in
fortran.

I have had success with Mac builds using a homebrew installation of,
for
example, GCC 9.2,
which comes with a compatible g++ and gfortran set.
These should be used to build all of the external libraries and MET.

thanks,
David



On Fri, Oct 11, 2019 at 10:31 AM John Halley Gotway via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>
> Godefroy,
>
> I see you're having trouble compiling met-8.0 on your Mac.  Thanks
for
> sending along the config.log and configure.log files.
>
> The immediate error has to do with CPP, which is the C-preprocessor.
Line
> 8187 of config.log indicates how it is set:
>
> 8187 CPP='/lib/cpp'
>
> But line 7867 indicates that that doesn't exist!
>
> 7867 ./configure: line 1951: /lib/cpp: No such file or directory
>
> I have compiled MET on my Mac laptop before, so it is possible.  I
don't
> know how yours got set to /lib/cpp.  On my successful build, I see:
>    ac_cv_prog_CPP='gcc -E'
>
> Let's try to explicitly tell configure how to set the C preprocessor
by
> setting:
>
> export CPP='gcc -E'
> - or -
> setenv CPP 'gcc -E' for cshrc
>
> Then re-run the configure command.  Does that produce any better
result?
>
> Thanks,
> John
>
>
>
>
>
>
> On Fri, Oct 11, 2019 at 5:38 AM Godefroy Nshimirimana via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Fri Oct 11 05:38:35 2019: Request 92573 was acted upon.
> > Transaction: Ticket created by nshimigode at yahoo.fr
> >        Queue: met_help
> >      Subject: C preprocessor "/lib/cpp" fails sanity check
> >        Owner: Nobody
> >   Requestors: nshimigode at yahoo.fr
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
> >
> >
> > Hello Met help,
> > I was installing MET on my Mac OS Sierra 10.12 and got the above
named
> > error during configuration of MET. All external libraries were
> successfully
> > compiled. Please find my configure.log and config.log files
attached.
> >
> >
>
>

------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Fri Oct 11 11:05:21 2019

Thank you John,
I see a difference now in the config.log as its exit status is 0. The
configure.log however still looks the same. Please see attached files.

> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT
<met_help at ucar.edu> wrote:
>
> export CPP='gcc -E'


------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: David Fillmore
Time: Fri Oct 11 11:53:40 2019

Hi Godefroy -
Did configure generate a top level Makefile?
The config.log seems to indicate that the Makefiles were created.
thanks,
David

On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>
> Thank you John,
> I see a difference now in the config.log as its exit status is 0.
The
> configure.log however still looks the same. Please see attached
files.
>
> > On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
> >
> > export CPP='gcc -E'
>
>
> Thank you John,
> I see a difference now in the config.log as its exit status is 0.
The
> configure.log however still looks the same. Please see attached
files.
>
> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT
<met_help at ucar.edu>
> wrote:
>
> export CPP='gcc -E'
>
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #92573] C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Mon Oct 14 01:27:44 2019

Thanks Dave,
Makefile was generated. It did not however complete the make process.
I still need help in doing this.

> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu> wrote:
>
> Hi Godefroy -
> Did configure generate a top level Makefile?
> The config.log seems to indicate that the Makefiles were created.
> thanks,
> David
>
> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>
>> Thank you John,
>> I see a difference now in the config.log as its exit status is 0.
The
>> configure.log however still looks the same. Please see attached
files.
>>
>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>> met_help at ucar.edu> wrote:
>>>
>>> export CPP='gcc -E'
>>
>>
>> Thank you John,
>> I see a difference now in the config.log as its exit status is 0.
The
>> configure.log however still looks the same. Please see attached
files.
>>
>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT
<met_help at ucar.edu>
>> wrote:
>>
>> export CPP='gcc -E'
>>
>>
>>
>



------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: David Fillmore
Time: Mon Oct 14 09:42:36 2019

Hi Godefroy -
Try executing `make` inside of the met directory and let's see how far
it
gets.
You can send me any errors reported.
thanks,
David

On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>
> Thanks Dave,
> Makefile was generated. It did not however complete the make
process. I
> still need help in doing this.
>
> > On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
> wrote:
> >
> > Hi Godefroy -
> > Did configure generate a top level Makefile?
> > The config.log seems to indicate that the Makefiles were created.
> > thanks,
> > David
> >
> > On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
> >>
> >> Thank you John,
> >> I see a difference now in the config.log as its exit status is 0.
The
> >> configure.log however still looks the same. Please see attached
files.
> >>
> >>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
> >> met_help at ucar.edu> wrote:
> >>>
> >>> export CPP='gcc -E'
> >>
> >>
> >> Thank you John,
> >> I see a difference now in the config.log as its exit status is 0.
The
> >> configure.log however still looks the same. Please see attached
files.
> >>
> >> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >> export CPP='gcc -E'
> >>
> >>
> >>
> >
>
>
>
>

------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Mon Oct 14 10:03:08 2019

Thanks once again Dave,
Below is the error reported
data_plane_util.cc:11:17: warning: using directive refers to
implicitly-defined
      namespace 'std'
using namespace std;
                ^
In file included from data_plane_util.cc:23:
In file included from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:
../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:10: fatal error:
'gsl/gsl_cdf.h'
      file not found
#include "gsl/gsl_cdf.h"
         ^~~~~~~~~~~~~~~
1 warning and 1 error generated.
make[4]: *** [libvx_util_a-data_plane_util.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Godefroys-MBP:met-8.0 godefroy$


> On Oct 14, 2019, at 4:42 PM, David Fillmore via RT
<met_help at ucar.edu> wrote:
>
> Hi Godefroy -
> Try executing `make` inside of the met directory and let's see how
far it
> gets.
> You can send me any errors reported.
> thanks,
> David
>
> On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>
>> Thanks Dave,
>> Makefile was generated. It did not however complete the make
process. I
>> still need help in doing this.
>>
>>> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
>> wrote:
>>>
>>> Hi Godefroy -
>>> Did configure generate a top level Makefile?
>>> The config.log seems to indicate that the Makefiles were created.
>>> thanks,
>>> David
>>>
>>> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>>
>>>> Thank you John,
>>>> I see a difference now in the config.log as its exit status is 0.
The
>>>> configure.log however still looks the same. Please see attached
files.
>>>>
>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>> export CPP='gcc -E'
>>>>
>>>>
>>>> Thank you John,
>>>> I see a difference now in the config.log as its exit status is 0.
The
>>>> configure.log however still looks the same. Please see attached
files.
>>>>
>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>> met_help at ucar.edu>
>>>> wrote:
>>>>
>>>> export CPP='gcc -E'
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>>
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #92573] C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Wed Oct 16 11:31:47 2019

Hi Dave,
Any solution for me yet?
> On Oct 14, 2019, at 4:42 PM, David Fillmore via RT
<met_help at ucar.edu> wrote:
>
> Hi Godefroy -
> Try executing `make` inside of the met directory and let's see how
far it
> gets.
> You can send me any errors reported.
> thanks,
> David
>
> On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>
>> Thanks Dave,
>> Makefile was generated. It did not however complete the make
process. I
>> still need help in doing this.
>>
>>> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
>> wrote:
>>>
>>> Hi Godefroy -
>>> Did configure generate a top level Makefile?
>>> The config.log seems to indicate that the Makefiles were created.
>>> thanks,
>>> David
>>>
>>> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>>
>>>> Thank you John,
>>>> I see a difference now in the config.log as its exit status is 0.
The
>>>> configure.log however still looks the same. Please see attached
files.
>>>>
>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>> export CPP='gcc -E'
>>>>
>>>>
>>>> Thank you John,
>>>> I see a difference now in the config.log as its exit status is 0.
The
>>>> configure.log however still looks the same. Please see attached
files.
>>>>
>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>> met_help at ucar.edu>
>>>> wrote:
>>>>
>>>> export CPP='gcc -E'
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>>
>



------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: David Fillmore
Time: Wed Oct 16 11:38:02 2019

Hi Godefroy -
Sorry for the delay -
try setting the MET_GSLLIB and MET_GSLINC env variables separately.
E.g. MET_GSLINC=<PREFIX>/gsl/include/gsl and
MET_GSLLIB=<PREFIX>/gsl/lib,
where PREFIX is the directory you specified in --prefix option of the
gsl
config.
Then reconfigure MET and try make again ...
thanks,
David

On Wed, Oct 16, 2019 at 11:31 AM Godefroy Nshimirimana via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>
> Hi Dave,
> Any solution for me yet?
> > On Oct 14, 2019, at 4:42 PM, David Fillmore via RT
<met_help at ucar.edu>
> wrote:
> >
> > Hi Godefroy -
> > Try executing `make` inside of the met directory and let's see how
far it
> > gets.
> > You can send me any errors reported.
> > thanks,
> > David
> >
> > On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
> >>
> >> Thanks Dave,
> >> Makefile was generated. It did not however complete the make
process. I
> >> still need help in doing this.
> >>
> >>> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
> >> wrote:
> >>>
> >>> Hi Godefroy -
> >>> Did configure generate a top level Makefile?
> >>> The config.log seems to indicate that the Makefiles were
created.
> >>> thanks,
> >>> David
> >>>
> >>> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
> >>> met_help at ucar.edu> wrote:
> >>>
> >>>>
> >>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
> >>>>
> >>>> Thank you John,
> >>>> I see a difference now in the config.log as its exit status is
0. The
> >>>> configure.log however still looks the same. Please see attached
files.
> >>>>
> >>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
> >>>> met_help at ucar.edu> wrote:
> >>>>>
> >>>>> export CPP='gcc -E'
> >>>>
> >>>>
> >>>> Thank you John,
> >>>> I see a difference now in the config.log as its exit status is
0. The
> >>>> configure.log however still looks the same. Please see attached
files.
> >>>>
> >>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
> >> met_help at ucar.edu>
> >>>> wrote:
> >>>>
> >>>> export CPP='gcc -E'
> >>>>
> >>>>
> >>>>
> >>>
> >>
> >>
> >>
> >>
> >
>
>
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #92573] C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Thu Oct 17 03:25:37 2019

Thank you Dave,
Please I think I need help concerning setting the environment
variables.
Kindly list the environment variables for me and I like to know
whether they will be in my bash_profile or I should just include them
in the compilation script. Sorry for the stress please.
> On Oct 16, 2019, at 6:38 PM, David Fillmore via RT
<met_help at ucar.edu> wrote:
>
> Hi Godefroy -
> Sorry for the delay -
> try setting the MET_GSLLIB and MET_GSLINC env variables separately.
> E.g. MET_GSLINC=<PREFIX>/gsl/include/gsl and
MET_GSLLIB=<PREFIX>/gsl/lib,
> where PREFIX is the directory you specified in --prefix option of
the gsl
> config.
> Then reconfigure MET and try make again ...
> thanks,
> David
>
> On Wed, Oct 16, 2019 at 11:31 AM Godefroy Nshimirimana via RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>
>> Hi Dave,
>> Any solution for me yet?
>>> On Oct 14, 2019, at 4:42 PM, David Fillmore via RT
<met_help at ucar.edu>
>> wrote:
>>>
>>> Hi Godefroy -
>>> Try executing `make` inside of the met directory and let's see how
far it
>>> gets.
>>> You can send me any errors reported.
>>> thanks,
>>> David
>>>
>>> On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>>
>>>> Thanks Dave,
>>>> Makefile was generated. It did not however complete the make
process. I
>>>> still need help in doing this.
>>>>
>>>>> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
>>>> wrote:
>>>>>
>>>>> Hi Godefroy -
>>>>> Did configure generate a top level Makefile?
>>>>> The config.log seems to indicate that the Makefiles were
created.
>>>>> thanks,
>>>>> David
>>>>>
>>>>> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
>>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>>>
>>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>>>>
>>>>>> Thank you John,
>>>>>> I see a difference now in the config.log as its exit status is
0. The
>>>>>> configure.log however still looks the same. Please see attached
files.
>>>>>>
>>>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>>>> met_help at ucar.edu> wrote:
>>>>>>>
>>>>>>> export CPP='gcc -E'
>>>>>>
>>>>>>
>>>>>> Thank you John,
>>>>>> I see a difference now in the config.log as its exit status is
0. The
>>>>>> configure.log however still looks the same. Please see attached
files.
>>>>>>
>>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>> met_help at ucar.edu>
>>>>>> wrote:
>>>>>>
>>>>>> export CPP='gcc -E'
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>>
>



------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #92573] C preprocessor "/lib/cpp" fails sanity check
From: Godefroy Nshimirimana
Time: Thu Oct 17 13:50:19 2019

Hi Dave,
I’m still looking forward your response.

Thank you for kind support

Best Regards


> On Oct 17, 2019, at 10:25 AM, Godefroy Nshimirimana
<nshimigode at yahoo.fr> wrote:
>
> Thank you Dave,
> Please I think I need help concerning setting the environment
variables.
> Kindly list the environment variables for me and I like to know
whether they will be in my bash_profile or I should just include them
in the compilation script. Sorry for the stress please.
>> On Oct 16, 2019, at 6:38 PM, David Fillmore via RT
<met_help at ucar.edu> wrote:
>>
>> Hi Godefroy -
>> Sorry for the delay -
>> try setting the MET_GSLLIB and MET_GSLINC env variables separately.
>> E.g. MET_GSLINC=<PREFIX>/gsl/include/gsl and
MET_GSLLIB=<PREFIX>/gsl/lib,
>> where PREFIX is the directory you specified in --prefix option of
the gsl
>> config.
>> Then reconfigure MET and try make again ...
>> thanks,
>> David
>>
>> On Wed, Oct 16, 2019 at 11:31 AM Godefroy Nshimirimana via RT <
>> met_help at ucar.edu> wrote:
>>
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>
>>> Hi Dave,
>>> Any solution for me yet?
>>>> On Oct 14, 2019, at 4:42 PM, David Fillmore via RT
<met_help at ucar.edu>
>>> wrote:
>>>>
>>>> Hi Godefroy -
>>>> Try executing `make` inside of the met directory and let's see
how far it
>>>> gets.
>>>> You can send me any errors reported.
>>>> thanks,
>>>> David
>>>>
>>>> On Mon, Oct 14, 2019 at 1:27 AM Godefroy Nshimirimana via RT <
>>>> met_help at ucar.edu> wrote:
>>>>
>>>>>
>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573 >
>>>>>
>>>>> Thanks Dave,
>>>>> Makefile was generated. It did not however complete the make
process. I
>>>>> still need help in doing this.
>>>>>
>>>>>> On Oct 11, 2019, at 6:53 PM, David Fillmore via RT
<met_help at ucar.edu>
>>>>> wrote:
>>>>>>
>>>>>> Hi Godefroy -
>>>>>> Did configure generate a top level Makefile?
>>>>>> The config.log seems to indicate that the Makefiles were
created.
>>>>>> thanks,
>>>>>> David
>>>>>>
>>>>>> On Fri, Oct 11, 2019 at 11:05 AM Godefroy Nshimirimana via RT <
>>>>>> met_help at ucar.edu> wrote:
>>>>>>
>>>>>>>
>>>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92573
>
>>>>>>>
>>>>>>> Thank you John,
>>>>>>> I see a difference now in the config.log as its exit status is
0. The
>>>>>>> configure.log however still looks the same. Please see
attached files.
>>>>>>>
>>>>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>>>>> met_help at ucar.edu> wrote:
>>>>>>>>
>>>>>>>> export CPP='gcc -E'
>>>>>>>
>>>>>>>
>>>>>>> Thank you John,
>>>>>>> I see a difference now in the config.log as its exit status is
0. The
>>>>>>> configure.log however still looks the same. Please see
attached files.
>>>>>>>
>>>>>>> On Oct 11, 2019, at 5:31 PM, John Halley Gotway via RT <
>>>>> met_help at ucar.edu>
>>>>>>> wrote:
>>>>>>>
>>>>>>> export CPP='gcc -E'
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>
>



------------------------------------------------
Subject: C preprocessor "/lib/cpp" fails sanity check
From: David Fillmore
Time: Mon Dec 02 15:49:03 2019

No recent activity on this ticket, likely resolved.

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


More information about the Met_help mailing list