Skip to content

Compilation issues on AWS #2450

Locked Answered by JohnHalleyGotway
cwmac asked this question in Installation
Dec 10, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hello @cwmac, I see you're running into an issue compiling MET version 11.1.0. You're getting undefined references from the linker for ascii2nc.

Thanks for sending along the make_install.log file. That makes it much easier to debug. Judging by its contents, I infer that you're configuring/compiling MET without support for Python embedding. So that means that you are not passing the --enable-python option to the configure script. And that's totally fine, support for Python embedding is optional and is disabled by default. However, I think this compilation error you're getting is due to the fact that --enable-python is not used.

We do most of our development, testing, and common installatio…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Comment options

You must be logged in to vote
1 reply
@JohnHalleyGotway
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment