During i try to compile OBSGRID.exe i found such error:
gfortran -o plot_soundings.exe -m64 plot_soundings.o module_mapinfo.o module_report.o module_skewt.o date_pack_module.o -L/root/awel/miniconda3/envs/ncl_stable/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lm -lcairo -L/root/awel/wrf-project/build_wrf/LIBRARIES/netcdf/lib -lnetcdf -lnetcdff -I/root/awel/wrf-project/build_wrf/LIBRARIES/netcdf/include
/usr/bin/ld: cannot find plot_soundings.o: No such file or directory
/usr/bin/ld: cannot find module_mapinfo.o: No such file or directory
/usr/bin/ld: cannot find module_report.o: No such file or directory
/usr/bin/ld: cannot find module_skewt.o: No such file or directory
/usr/bin/ld: cannot find date_pack_module.o: No such file or directory
collect2: error: ld returned 1 exit status
make: [Makefile:64: plot_soundings.exe] Error 1 (ignored)
please anyone who help me
gfortran -o plot_soundings.exe -m64 plot_soundings.o module_mapinfo.o module_report.o module_skewt.o date_pack_module.o -L/root/awel/miniconda3/envs/ncl_stable/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lm -lcairo -L/root/awel/wrf-project/build_wrf/LIBRARIES/netcdf/lib -lnetcdf -lnetcdff -I/root/awel/wrf-project/build_wrf/LIBRARIES/netcdf/include
/usr/bin/ld: cannot find plot_soundings.o: No such file or directory
/usr/bin/ld: cannot find module_mapinfo.o: No such file or directory
/usr/bin/ld: cannot find module_report.o: No such file or directory
/usr/bin/ld: cannot find module_skewt.o: No such file or directory
/usr/bin/ld: cannot find date_pack_module.o: No such file or directory
collect2: error: ld returned 1 exit status
make: [Makefile:64: plot_soundings.exe] Error 1 (ignored)
please anyone who help me