Hello,
I am trying to get WRF to compile on my mac (Ventura) using these instructions:
Compiling WRF
Everything is fine - all tests pass and the netcdf library is created - until I try to execute this command in the netcdf-fortran-4.5.2 directory:
./configure --prefix=$DIR/netcdf --disable-dap
--disable-netcdf-4 --disable-shared
Then I get the error that the C compiler cannot create executables.
I also tried the same instructions on linux (Ubuntu 18.04, using Parallels on my mac) but I get exactly the same error.
Do you know what could be wrong?
Thanks much,
Geordie
I am trying to get WRF to compile on my mac (Ventura) using these instructions:
Compiling WRF
Everything is fine - all tests pass and the netcdf library is created - until I try to execute this command in the netcdf-fortran-4.5.2 directory:
./configure --prefix=$DIR/netcdf --disable-dap
--disable-netcdf-4 --disable-shared
Then I get the error that the C compiler cannot create executables.
I also tried the same instructions on linux (Ubuntu 18.04, using Parallels on my mac) but I get exactly the same error.
Do you know what could be wrong?
Thanks much,
Geordie