Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Problems building executables

jingyuhhh_1412

New member
Nice to meet you guys, recently I was stumped by the installation of WRF. After solving the version model adaptation problem, there is still a problem holding me back. Hopefully someone can give a solution and any kind of help is appreciated.(Below is the dependent model I installed and the result of my running error. And I attached my path settings at the end.)
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
WRFV4.0
mpich-3.0.4
netcdf-4.1.3
jasper-1.900.1
libpng-1.2.50
zlib-1.2.7
屏幕截图 2024-12-13 235557.png屏幕截图 2024-12-13 235510.png屏幕截图 2024-12-14 000308.png
 
I'm just a beginner in linux. Is this document you need?

So there's a lot of errors in that log but the main ones have to do with gcc 13

I would try following this post that talks about the error in the logs:



You'll need to rebuild all the libraries with that flag included.

Alternatively you can look at some of those links in my signature
 
Last edited:
So there's a lot of errors in that log but the main ones have to do with gcc 13

I would try following this post that talks about the error in the logs:



You'll need to rebuild all the libraries with that flag included.

Alternatively you can look at some of those links in my signature
Thank you very much for your reply. As for the error in the config, I have tried to solve it, but there is no progress. I'll reinstall my library package and carefully read the content of the link you posted over the next period of time. I will give you feedback on any progress in the future. Thank you for your help to me.
 
Top