use*_*975 5 glibc static-libraries
我正在尝试在编译 C++ 程序时静态链接库。
g++ (GCC) 4.8.5 20150623(红帽 4.8.5-4)
$ g++ -std=c++11 -I/home/jerry/Desktop/tiny-dnn -m32 -pthread -static train.cpp -o train
/usr/bin/ld: cannot find -lstdc++
/usr/bin/ld: cannot find -lm
/usr/bin/ld: cannot find -lpthread
/usr/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
Run Code Online (Sandbox Code Playgroud)
我发现这篇文章(/usr/bin/ld: Cannot find -lc while compiling with makefile)说要安装 glibc-static。
bash-4.2# sudo yum install glibc-static
Loaded plugins: langpacks
ol7_UEKR3 | 1.2 kB 00:00:00
ol7_latest | 1.4 kB 00:00:00
No package glibc-static available.
Error: Nothing to do
bash-4.2# yum info glibc-static
Loaded plugins: langpacks
Error: No matching Packages to list
bash-4.2# yum search glibc
Loaded plugins: langpacks
================================================== N/S matched: glibc ===================================================
glibc-common.x86_64 : Common binaries and locale data for glibc
compat-glibc.x86_64 : Compatibility C library
compat-glibc-headers.x86_64 : Header files for development using standard C libraries.
glibc.i686 : The GNU libc libraries
glibc.x86_64 : The GNU libc libraries
glibc-devel.i686 : Object files for development using standard C libraries.
glibc-devel.x86_64 : Object files for development using standard C libraries.
glibc-headers.x86_64 : Header files for development using standard C libraries.
glibc-utils.x86_64 : Development utilities from GNU C library
kdesdk-kmtrace.x86_64 : Assist with malloc debugging using glibc's "mtrace" functionality
kernel-headers.x86_64 : Header files for the Linux kernel for use by glibc
latrace.i686 : LD_AUDIT feature frontend for glibc 2.4+
latrace.x86_64 : LD_AUDIT feature frontend for glibc 2.4+
Name and summary matches only, use "search all" for everything.
Run Code Online (Sandbox Code Playgroud)
如何安装 glibc-static?请帮忙。
谢谢。
glibc-static仅在可选频道中可用。可选通道中的 RPM 软件包不受官方支持,这就是默认情况下不启用这些通道的原因。
启用可选通道的确切命令取决于产品型号。就像是
subscription-manager repos --enable=rhel-7-server-optional-rpms
Run Code Online (Sandbox Code Playgroud)
可以工作,但详细信息取决于您的环境(此时更多的是系统管理员而不是编程问题)。
注意:红帽不支持静态链接有很多充分的理由。你真的应该避免它。
| 归档时间: |
|
| 查看次数: |
10987 次 |
| 最近记录: |