jjzjj

libstdc++

全部标签

linux - 如何在 Ubuntu 10.04 中安装 C++ API 文档?

我已经安装了gcc。对于man2coutroot@kota-laptop:/#man2coutNomanualentryforcoutinsection2root@kota-laptop:/#man2printfNomanualentryforprintfinsection2See'man7undocumented'forhelpwhenmanualpagesarenotavailable. 最佳答案 安装gcc不会引入开发人员联机帮助页。sudoaptitudeinstallmanpages-devmanpages-posix-d

c++ - 找不到版本 GLIBCXX_3.4.11(buildW.mexglx 需要)

我正在尝试通过matlab编译一个C++ubuntu项目here.当我在使用make命令编译后尝试使用它时,出现以下错误:InvalidMEX-file'////fashionista_v0.2/lib/+bsr/buildW.mexglx'://local/MATLAB/R2011a/bin/glnx86/../../sys/os/glnx86/libstdc++.so.6:version`GLIBCXX_3.4.11'notfound(requiredby////fashionista_v0.2/lib/+bsr/buildW.mexglx)我不熟悉这些流程,所以我无法理解提出的几

c++ - 找不到版本 GLIBCXX_3.4.11(buildW.mexglx 需要)

我正在尝试通过matlab编译一个C++ubuntu项目here.当我在使用make命令编译后尝试使用它时,出现以下错误:InvalidMEX-file'////fashionista_v0.2/lib/+bsr/buildW.mexglx'://local/MATLAB/R2011a/bin/glnx86/../../sys/os/glnx86/libstdc++.so.6:version`GLIBCXX_3.4.11'notfound(requiredby////fashionista_v0.2/lib/+bsr/buildW.mexglx)我不熟悉这些流程,所以我无法理解提出的几

linux - libstdc++.so.6 : version `GLIBCXX_3.4.21' not found error

我正在尝试在debian8(Jessie)上运行swift3.0。但是,我认为我的笔记本电脑上没有所需版本的libstdc++.so.6文件。我在终端输入了“locatelibstdc++.so.6”。以下是我在终端中得到的回复。/usr/lib/i386-linux-gnu/libstdc++.so.6/usr/lib/i386-linux-gnu/libstdc++.so.6.0.20/usr/lib/x86_64-linux-gnu/libstdc++.so.6/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.20/usr/share/gdb/

linux - libstdc++.so.6 : version `GLIBCXX_3.4.21' not found error

我正在尝试在debian8(Jessie)上运行swift3.0。但是,我认为我的笔记本电脑上没有所需版本的libstdc++.so.6文件。我在终端输入了“locatelibstdc++.so.6”。以下是我在终端中得到的回复。/usr/lib/i386-linux-gnu/libstdc++.so.6/usr/lib/i386-linux-gnu/libstdc++.so.6.0.20/usr/lib/x86_64-linux-gnu/libstdc++.so.6/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.20/usr/share/gdb/

c++ - 强制或阻止使用特定次要版本的 libstdc++

为了利用C++11和C++14的特性,我有一个使用编译的应用程序较新版本的gcc(4.9.1),因此是较新版本的libstdc++。该应用程序包含许多小程序,所以我将libstdc++作为共享库而不是静态库链接(即我不想使用-static-libstdc++)我希望将新版本的libstdc++与/opt//lib64下的应用程序一起发布(注意:这是在GPL的异常(exception)情况下特别允许的)新版本的libstdc++.so与目标平台上的版本只有次版本不同。libstdc++设计为向前兼容,以便现有程序可以使用新版本的库。但是,我观察到一些行为(即错误)的细微差异程序使用新版本

c++ - 强制或阻止使用特定次要版本的 libstdc++

为了利用C++11和C++14的特性,我有一个使用编译的应用程序较新版本的gcc(4.9.1),因此是较新版本的libstdc++。该应用程序包含许多小程序,所以我将libstdc++作为共享库而不是静态库链接(即我不想使用-static-libstdc++)我希望将新版本的libstdc++与/opt//lib64下的应用程序一起发布(注意:这是在GPL的异常(exception)情况下特别允许的)新版本的libstdc++.so与目标平台上的版本只有次版本不同。libstdc++设计为向前兼容,以便现有程序可以使用新版本的库。但是,我观察到一些行为(即错误)的细微差异程序使用新版本

linux - libstdc++.so.5 : cannot open shared object file - but library is installed and up-to-date

我的客户让一些开发人员编写了一个小型C++命令行应用程序以在他们的Linux服务器上运行。在其中一台服务器(运行Fedora11)上,当我执行应用程序时出现以下错误:errorwhileloadingsharedlibraries:libstdc++.so.5:cannotopensharedobjectfile:Nosuchfileordirectory显然我做的第一件事是yuminstalllibstdc++但是我明白了Packagelibstdc++-4.4.1-2.fc11.x86_64alreadyinstalledandlatestversion所以库已经存在并且是最新的。

linux - libstdc++.so.5 : cannot open shared object file - but library is installed and up-to-date

我的客户让一些开发人员编写了一个小型C++命令行应用程序以在他们的Linux服务器上运行。在其中一台服务器(运行Fedora11)上,当我执行应用程序时出现以下错误:errorwhileloadingsharedlibraries:libstdc++.so.5:cannotopensharedobjectfile:Nosuchfileordirectory显然我做的第一件事是yuminstalllibstdc++但是我明白了Packagelibstdc++-4.4.1-2.fc11.x86_64alreadyinstalledandlatestversion所以库已经存在并且是最新的。

c++ - 将 std::shared_ptr 与 clang++ 和 libstdc++ 一起使用

我正在尝试使用libstdc++(4.6.1)在clang++(clang版本3.1(trunk143100))中使用std::shared_ptr。我有一个小演示程序:#includeintmain(){std::shared_ptrsome(newint);std::shared_ptrother(some);return0;}可以使用:clang++-std=c++0x-omainmain.cpp并给出以下错误输出:main.cpp:6:23:error:calltodeletedconstructorof'std::shared_ptr'std::shared_ptrother