腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
JNI -创建另一个C++类的实例
、
、
、
\n");我用以下方法编译了helloworld.cpp:和hellouniverse.cpp,包括:当我运行时,输出是: HelloWorld
浏览 2
提问于2014-12-12
得票数 1
回答已采纳
1
回答
生成错误后清除Makefile \##.
、
、
错误:使
linux
使
linux
g++
Main.
o
CHARACTER.
o
ATTRIBUTES.
o
-
o
bin/release
浏览 3
提问于2019-09-26
得票数 1
回答已采纳
2
回答
Windows7上c++程序中的链接器错误
在windows 7上通过MinGW使用的
g++
是4.7.2#include <iostream>using namespacethe sample text"<<endl;}1.cpp test.cpp>test.i3.as -
o
test.
o
test.s 4.ld -
o
浏览 0
提问于2015-10-25
得票数 0
1
回答
在Visual代码中调试SFML代码时出错
、
、
、
、
我做了一个在
linux
上使用SFML库的项目,它运行得很好。我首先启动这个脚本exec.sh
g++
main.
o
-
o
sfml-app -L/usr/lib -lsfml-graphics -lsfml-window我需要
linux
的解决方案,我是OC和IDE的新手。 Starting build...Build finish
浏览 1
提问于2020-11-21
得票数 1
回答已采纳
1
回答
C++ -在Windows上创建Makefile
、
、
、
、
我在命令提示符上使用的成功命令如下所示;
g++
-c src\CircularDoubleLinkedListProcessor.cpp-
o
lib\CircularDoubleLinkedListProcessor.
o
g++
-c src\CircularDoubleLinkedList.cpp -
o
lib\CircularDoubleLinkedList.
o
浏览 12
提问于2020-11-27
得票数 0
回答已采纳
2
回答
向Makefile命令中添加-m32参数
、
+, %, $(wildcard $(BUILD_ARM)/staging_dir/bin/arm-
linux
-uclibc*-
g++
))Creating dependencies ...
g++
-Wall -I/usr/include/x86_64-
linux
-gnu/c++/4.7/bits/ -DPC -m32 -
浏览 3
提问于2013-10-28
得票数 1
回答已采纳
4
回答
C++ boost库shared_memory_object未定义对'shm_open‘的引用
、
、
、
、
size; std::cout << size << std::endl; 只会得到以下错误:collect2: ld returned 1 exit status我用来安装boost库的命令:
浏览 0
提问于2011-11-03
得票数 17
回答已采纳
3
回答
只使用
g++
,而不使用"
g++
-c“和ld
、
、
include <iomanip> std::cout << "Hi" << std::endl;}
g+
+ -
o
main main.cpp
g++
-c main.cpp第二个错误是: ld: warning: cannot find entrysymbol _start; de
浏览 3
提问于2011-07-15
得票数 10
回答已采纳
2
回答
基于静态和动态库的OpenSSL编译
、
如果我是动态链接用于编译的脚本,则类似于
g++
test.cpp -lcrypto -
o
test。/i386-
linux
-gnu/libcrypto.a(dso_dlfcn.
o
): In Funktion `dlfcn_globallookup': (.text+0x15): Nicht definierter/i386-
linux
-gnu/libcrypto.a(dso_dlfcn.
o
): In Funktion `dlfcn_glo
浏览 6
提问于2015-05-04
得票数 4
回答已采纳
1
回答
Linux
本地编译错误: /usr/bin/ld:找不到-l/usr/
g++
/include
、
、
、
、
我已经在VS2010上完成了它,现在想让它在
Linux
下工作。我刚刚在
Linux
服务器上安装了protobuf和zmq,Makefile如下所示:
g++
-c -D_DEBUG
g++
-c -D_DEBUG MyStruct.pb.cpp
g++
-
o
Test_TDFA
浏览 3
提问于2014-08-26
得票数 1
2
回答
将可执行文件链接到共享库
、
、
) /lib64/ld-
linux
-x86-64.so.2 (/mydylib/ -fpic -c mydylib/toto.cpp -
o
mydylib/toto.
o
g++
-shared -
o
mydylib/libtoto.so mydy
浏览 2
提问于2015-02-16
得票数 3
6
回答
安装软件包失败
、
/inst/include -fpic -
O
3 -pipe -g -c fastLm.cpp -
o
fastLm.
o
g++
: error: no: No existe el archivo
o
el directorio
g++
: error: visible
浏览 5
提问于2014-02-20
得票数 4
回答已采纳
1
回答
gcc 4.8.1中c++11线程的奇怪行为
、
、
、
+ a.cc -
o
a -std=c++11 -pthread3.
g++
-pthread a.cc -
o
a -std=c++115.
g++
a.cc -c -std=c++11 -pthread &&am
浏览 3
提问于2013-12-15
得票数 1
回答已采纳
3
回答
使用'
g++
‘编译C++程序的“未定义的引用”
、
、
奇怪的是,它在Windows上与
g++
一起工作.错误使用:输出: /tmp/ccJL2ZHE.
o
:函数main': \ main.cpp:(.text+0x11): undefined reference to帮助::Help
浏览 15
提问于2011-08-08
得票数 7
回答已采纳
1
回答
为什么需要-ldl链接.so文件,而不需要.dylib文件?
、
、
、
、
我尝试在Mac和
Linux
环境中编译和运行我的代码。在
Linux
中,glfw3库存储为libglfw.so.3.2,而在Mac中存储为libglfw.3.2.dylib。为了在Mac中链接用于
g++
的库,我只需要使用以下代码就像在
Linux
中一样,我必须包含
g++
-
o</em
浏览 2
提问于2018-10-01
得票数 1
回答已采纳
1
回答
尝试在R包中安装"ndl“,但失败
、
-I"/home/matias/R/x86_64-pc-
linux
-gnu-library/3.0/Rcpp/include" -fopenmp -fpic -
O
3 -pipe -g -c RcppExports.cpp -
o
RcppExports.
o
g++
-I/usr/share/R/include -DNDEBUG -I"/home&
浏览 0
提问于2014-02-19
得票数 0
1
回答
如何在Windows上从命令行使用MinGW编译器?
、
、
、
、
我已经在我的Windows7机器上安装了放血编译器。现在,我如何从命令行编译?
浏览 4
提问于2013-11-14
得票数 2
1
回答
C++ 64位-无法读取符号:归档没有索引;运行ranlib添加一个
、
、
我试图使用静态库在
Linux
5.3 64位上生成一个非常简单的二进制文件。 whom,由此产生的.
o
将嵌入到静态库中。+ -m32 -Wall -c ctest1.cpp-(0931:Wed,06/04月11:$ )-文件ctest1.octest1.
o
:
g++
-m32 -
o
prog prog.cpp libctest.actest1.oa -ctest1.
o
-(0935:Wed,06年4月11日:$ )--
g++
-m64 -
o
浏览 0
提问于2011-04-06
得票数 4
回答已采纳
2
回答
奇怪的编译器错误:“未定义对‘main’的引用”
、
/usr/lib/i386-
linux
-gnu/gcc/i686-
linux
-gnu/4.5.2/../../..status我的make文件如下所示:
g++
-
o
main.
o
render.
o
s
浏览 1
提问于2011-08-29
得票数 4
回答已采纳
1
回答
连接GLEW和其他人,_glViewport是唯一未解决的
、
、
、
、
我使用
G++
将我的项目链接到glew32、glfw、opengl32、glu32等,但是在链接阶段,除了glViewport链接,一切都编译得很好--我得到了这个错误: 未定义的对“_glViewport
浏览 3
提问于2012-03-26
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux I/O重定向详细介绍
深入理解 Linux的I/O 系统
针对Linux的I/O虚拟化框架VirtIO
Linux UIO(Userspace I/O)驱动模型技术详解
Linux 实现原理—I/O 处理流程与优化手段
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券