Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Error during WRF compliation: Makefile:63: configcheck

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Z_wendy

New member
Hello,
I am compiling WRF3.9.1 on Ubuntu 19.04 under Windows 7 and follow a tutorial, and the website is as follows,http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php#STEP5
Now I am getting an error during compilation of WRF. After doing ./configure, where i chose 34.damper, there is a error as follows when compiling em_real.

The following indicate the compilers selected to build the WRF system

Serial Fortran compiler (mostly for tool generation):
which SFC
/usr/bin/gfortran

Serial C compiler (mostly for tool generation):
which SCC
/usr/bin/gcc

Fortran compiler for the model source code:
which FC
Will use 'time' to report timing information

C compiler for the model source code:
which CC
make: *** [Makefile:63:configcheck] 错误 1

Thanks a lot for any advice.
Wenky
 

Attachments

  • log.compile
    1.3 KB · Views: 80
  • Makefile.txt
    54.7 KB · Views: 84
Hi,
I moved this post from the WPS compile section, to the WRF compile section of the forum, as this is related to WRF.

It looks like the compile is having trouble finding a path for gcc. During the system environment tests, when you issued 'which gcc' did you get a path?
 
Thank you! It is the problem that the compile is having trouble finding a path for gcc. I have corrected it and completed the WRF compile.
 
Top