MET Compiling Issues: C compiler cannot create executables #1800
-
Good evening, I've been trying to get MET installed once again and am running into some more issues when trying to compile. Looking at the config.log file, the error seems to be: "configure:3879: error: C compiler cannot create executables". There is another error above this that says: configure:3830: gcc -I/nawcf/home/nawcf1/v7.15.0/gempak/include -I/nawcf/home/nawcf1/v I'm not sure if the issue with the c-compiler not being able to find the "hdf5" library is leading to the first error I showed. I'm not too sure how to proceed from here! I'll attach my install file with the environmental variables as well as the config.log file for reference. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 67 replies
-
Hi @jhicks14. I do believe that these lines are the source of the problem:
However, the compile_MET_all.sh script should account for that problem with this line:
I can see that is being set because I see the following in your config.log file (thank you so much for including your file):
Perhaps there was a problem with the HDF5 installation? I see that you have set:
Can you please check in '/cpc/home/jhicks/METplus4.1.2/external_libs/lib' to see if you have libhdf5_* files in that directory? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Great! Thanks, @jhicks14. I'll post a summary here, mark it as the answer, and then lock this conversation. Please feel free to start a new ticket with any new problems. To summarize, this issue was resolved with specific problems coming from the user's environment. The issues included:
|
Beta Was this translation helpful? Give feedback.
Great! Thanks, @jhicks14. I'll post a summary here, mark it as the answer, and then lock this conversation. Please feel free to start a new ticket with any new problems.
To summarize, this issue was resolved with specific problems coming from the user's environment. The issues included: