Installing the libatomic Library
The Bisheng Compiler is developed based on LLVM 12.0.1, and bootstrap build is used to ensure version quality. Therefore, if the compiler is developed based on the open-source LLVM 12 or later versions and uses the bootstrap build, it requires the libatomic dependency library in the OS environment. If the dependency library is not installed in the OS, you need to install it through the following methods:
1. Run the following command in the OS:
1 | sudo yum install libatomic |
Alternatively, run the following command:
1 | sudo apt install libatomic |
Then, download and install libatomic.
2. You can also download the RPM package from the following website:
https://rpmfind.net/linux/rpm2html/search.php?query=libatomic&submit=Search+...&system=&arch=
Parent topic: Other Compatibility Problems