Install issues #1172
-
Hello, I am attempting to install MET on a linux machine and seem to have successfully installed the libraries. When it gets to the MET code itself it seems to be failing on because of the python libraries but I am not sure why. I am getting a series of undefined references such as I am attaching my log files and my install scripts so you can see what am doing. Thanks for your time, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for sending along your configuration and make log files. I see you're having trouble compiling python embedding for MET. I'm going to try to help you debug this, but may need to refer you to @jprestop if we get stuck. First, when compiling MET, it's the ${MET_PYTHON_CC} and ${MET_PYTHON_LD} environment variables that are important. They are discussed in a section of Appendix F of the MET User's Guide. They are defined like this in the "install_MET_env_machine_intel.txt" that you sent:
And checking in the "config.log" file you sent, their values are:
You'll notice here that there's lots and lots of settings in MET_PYTHON_CC, and it's possible that all those extra compilation options are wreaking some havoc. I'd recommend trying the following... Comment out the existing MET_PYTHON_CC setting and define it manually. So edit "install_MET_env_machine_intel.txt" like this:
Then reconfigure/recompile MET using these settings. Does that produce any better result? |
Beta Was this translation helpful? Give feedback.
Thanks for sending along your configuration and make log files. I see you're having trouble compiling python embedding for MET. I'm going to try to help you debug this, but may need to refer you to @jprestop if we get stuck.
First, when compiling MET, it's the ${MET_PYTHON_CC} and ${MET_PYTHON_LD} environment variables that are important. They are discussed in a section of Appendix F of the MET User's Guide.
They are defined like this in the "install_MET_env_machine_intel.txt" that you sent:
And checking in the "config.log" file you sent, their values are: