Skip to content

MET compile issue #1157

Locked Answered by jprestop
scatt11 asked this question in Installation
Sep 14, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @scatt11. I see that you are having trouble with the compilation of BUFRLIB in the compile_Met_all.sh script. Thank you very much for all of the helpful log information you sent.

I see the following in the make.log file for BUFRLIB:

gfortran: error: unrecognized command line option ‘-fallow-argument-mismatch’; did you mean ‘-Wno-argument-mismatch’?

‘-Wno-argument-mismatch' was deprecated in favor of ‘-fallow-argument-mismatch'. It looks like that was deprecated with version 10 of the GNU compilers (https://gcc.gnu.org/gcc-10/changes.html). I see in your config.log file that you are using 7.5.0 of the GNU compilers.

Let's have you try changing the following line in the compile_MET_all.s…

Replies: 2 comments 2 replies

Comment options

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

Comment options

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

Answer selected by scatt11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build process Build process issue
3 participants