Hysplit.v5.2.3_UbuntuOS20.04.4LTS_public compiling erorr

  • Thread starter emilmammadzada
  • Start date
In summary, The conversation is about trying to run the HYSPLIT application on a Windows 10 system. The user encountered an error and is looking for help in compiling the app. They mention an exe file and ask for assistance with calculating stopping power. The expert asks for more information about the app and the user provides a link to the HYSPLIT website, stating that it has files for both Windows and Ubuntu systems.
  • #1
emilmammadzada
109
18
TL;DR Summary
hysplit.v5.2.3_UbuntuOS20.04.4LTS_public error
I run make command this for app give me this error .How can i compiling this app

Code:
emil@DESKTOP-:~/hysplit.v5.2.3_UbuntuOS20.04.4LTS_public$ make
Building exec directory programs [Mon Feb 20 23:09:41 +03 2023]
ERROR: see '/home/emil/hysplit.v5.2.3_UbuntuOS20.04.4LTS_public/make.2023-02-20.log' for details
make: *** [Makefile:35: all] Error 1
emil@DESKTOP-:~/hysplit.v5.2.3_UbuntuOS20.04.4LTS_public$ sudo make
Building exec directory programs [Mon Feb 20 23:09:49 +03 2023]
ERROR: see '/home/emil/hysplit.v5.2.3_UbuntuOS20.04.4LTS_public/make.2023-02-20.log' for details
make: *** [Makefile:35: all] Error 1
 
Engineering news on Phys.org
  • #2
This is a program that models air flow?
 
  • Like
Likes emilmammadzada
  • #3
Alex A said:
This is a program that models air flow?
Yes. Imaging of atmospheric dispersion, emission of radiation in airflow.I installed this exe file. I have a question, I couldn't calculate stopping power in fluka
 
  • #4
What app are you trying to build? Have you check the error log?
 
  • Like
Likes emilmammadzada
  • #5
DrClaude said:
What app are you trying to build? Have you check the error log?
I am starting use this app on windows 10 .This app have exe file
 
  • #6
emilmammadzada said:
I am starting use this app on windows 10 .This app have exe file
Which app??? If you can't give more information, I will have to close the thread.
 
  • Like
Likes emilmammadzada
  • #7
DrClaude said:
Which app??? If you can't give more information, I will have to close the thread.
https://www.ready.noaa.gov/HYSPLIT.php You can access information about the application from this site.
 
  • Like
  • Informative
Likes Alex A and DrClaude
  • #8
emilmammadzada said:
https://www.ready.noaa.gov/HYSPLIT.php You can access information about the application from this site.
I wanted to run the hysplit application on ubuntu and I did not know that this application would work on windows systems.And this application has working files for both systems
 

Related to Hysplit.v5.2.3_UbuntuOS20.04.4LTS_public compiling erorr

1. What is the common cause of compilation errors in Hysplit v5.2.3 on Ubuntu OS 20.04.4 LTS?

The common cause of compilation errors in Hysplit v5.2.3 on Ubuntu OS 20.04.4 LTS is often related to missing dependencies or incompatible versions of libraries required by the software. Ensuring that all necessary libraries and tools are installed and up-to-date can help mitigate these issues.

2. How can I resolve missing library errors when compiling Hysplit v5.2.3?

To resolve missing library errors, you should first identify the missing libraries from the error messages. Then, use the package manager (e.g., apt-get) to install the required libraries. For example, you can run commands like sudo apt-get install libxyz-dev to install the necessary development files for the missing libraries.

3. What are the recommended compiler and version for Hysplit v5.2.3 on Ubuntu OS 20.04.4 LTS?

The recommended compiler for Hysplit v5.2.3 on Ubuntu OS 20.04.4 LTS is typically GCC (GNU Compiler Collection). Ensuring that you have a compatible version, such as GCC 9 or later, can help avoid compatibility issues during the compilation process.

4. How do I troubleshoot "undefined reference" errors during the linking stage of Hysplit v5.2.3 compilation?

"Undefined reference" errors during the linking stage usually indicate that the linker cannot find the definitions of certain functions or variables. This can be due to missing object files or libraries. Ensure that all source files are compiled and linked correctly, and that the paths to any external libraries are correctly specified in your makefile or build script.

5. Can I use a different version of Ubuntu OS to compile Hysplit v5.2.3, and will it resolve the errors?

Using a different version of Ubuntu OS might resolve some compilation errors, especially if the errors are due to specific library versions or system configurations. However, it is generally better to resolve the issues on the target OS version to ensure compatibility and stability. If you choose to use a different version, ensure that you adapt the installation and configuration steps accordingly.

Similar threads

  • Nuclear Engineering
Replies
6
Views
1K
Replies
16
Views
2K
  • Programming and Computer Science
Replies
2
Views
677
  • Programming and Computer Science
Replies
3
Views
2K
  • Programming and Computer Science
Replies
4
Views
2K
  • Programming and Computer Science
Replies
12
Views
6K
Replies
10
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
1K
  • Programming and Computer Science
Replies
2
Views
2K
  • Programming and Computer Science
Replies
5
Views
3K
Back
Top