Hello WRF community,
I hope this message finds you well. I am currently facing a challenge while trying to configure netcdf-fortran-4.5.2 as part of the WRF compilation process. This specific issue arises during the "Building Libraries" step.
PROBLEM DESCRIPTION:
When executing the command: ./configure --prefix=$DIR/netcdf --disable-dap --disable-netcdf-4 --disable-shared
I encounter the following warnings and errors:
configure: WARNING: unrecognized options: --disable-dap, --disable-netcdf-4
configure: netCDF-Fortran 4.5.2
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking user options
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: C compiler cannot create executables
ADDITIONAL INFORMATION:
WRF URL:
I have referred to the WRF compilation tutorial available at the provided URL but have not been able to resolve this issue. I would appreciate any guidance or insights from the community on how to address this problem and successfully complete the configuration.
Thank you in advance for your assistance.
I hope this message finds you well. I am currently facing a challenge while trying to configure netcdf-fortran-4.5.2 as part of the WRF compilation process. This specific issue arises during the "Building Libraries" step.
PROBLEM DESCRIPTION:
When executing the command: ./configure --prefix=$DIR/netcdf --disable-dap --disable-netcdf-4 --disable-shared
I encounter the following warnings and errors:
configure: WARNING: unrecognized options: --disable-dap, --disable-netcdf-4
configure: netCDF-Fortran 4.5.2
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking user options
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: C compiler cannot create executables
ADDITIONAL INFORMATION:
WRF URL:
I have referred to the WRF compilation tutorial available at the provided URL but have not been able to resolve this issue. I would appreciate any guidance or insights from the community on how to address this problem and successfully complete the configuration.
Thank you in advance for your assistance.