Installing the libatomic Library
BiSheng compiler is developed based on LLVM 17.0.6, 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:
- Run the following command in the OS to download and install the dependency library:
1sudo yum install libatomic
Alternatively, run the following command:1sudo apt install libatomic
- 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