I work in Ubuntu 24.04.1 LTS, 64bits
Trying to compile WPS-4.3 after a successfully WRF-4.3 installation I got this error:
I do this:
All Ok up to this point and when I try:
I got the error mentioned bellow.
I attach the wps compile log and configure.wps files.
What should I do to fix this problem?
Thanks in advance
Trying to compile WPS-4.3 after a successfully WRF-4.3 installation I got this error:
/usr/bin/ld: int2nc.o: en la función `MAIN__':
int2nc.f90.text+0x23d3): undefined reference to `nf_close_'
collect2: error: ld returned 1 exit status
make[1]: [Makefile:76: int2nc.exe] Error 1 (no tiene efecto)
make[1]: se sale del directorio '/home/a/W2/WPS-4.3/util/src'
I do this:
tar xzvf WPS-4.3.tar.gz
cd WPS-4.3/
./clean
export WRF_DIR=/home/a/W2/WRF-4.3
#./configure
echo 3 | ./configure
All Ok up to this point and when I try:
logsave compile.log ./compile
I got the error mentioned bellow.
I attach the wps compile log and configure.wps files.
What should I do to fix this problem?
Thanks in advance