-
Hello, I'm attempting to setup LIS on an Ubuntu20.04LTS system using gcc/gfortran7.3. I've gotten the prerequisites installed without issue. However, when attempting to compile after using the configure script I get this message:
Does anyone know what I may be doing wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 23 replies
-
Hi, Can you please attach a copy of your configure.lis file (created during the "configure" step)? This file can be found in LISF/lis/make. It seems that you are not pointing to the netCDF libraries correctly. David |
Beta Was this translation helpful? Give feedback.
-
Hi @bmcandr - thanks for bringing up my earlier comment. Yes, the compiler libraries should be in the $LD_LIBRARY_PATH before prepending the LISF-required libraries. @Benminoungou Please again copy the entire results of "echo $LD_LIBRARY_PATH" to confirm. There may have been a cut-and-paste error in your earlier response. |
Beta Was this translation helpful? Give feedback.
Hi @bmcandr - thanks for bringing up my earlier comment. Yes, the compiler libraries should be in the $LD_LIBRARY_PATH before prepending the LISF-required libraries.
@Benminoungou Please again copy the entire results of "echo $LD_LIBRARY_PATH" to confirm. There may have been a cut-and-paste error in your earlier response.