腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
Linux
本地编译错误: /usr/bin/ld:找不到-l/usr/
g++
/include
、
、
、
、
我已经在VS2010上完成了它,现在想让它在
Linux
下工作。我刚刚在
Linux
服务器上安装了protobuf和zmq,Makefile如下所示:
g++
-c -D_
DEBUG
Platform.cpp
g++
-c -D_
DEBUG
PathHelper.cpp
g++
-c -D_
DEBUG
MyStruct.pb.
浏览 3
提问于2014-08-26
得票数 1
1
回答
linux
c++ netbeans 7.4 opengl问题
、
、
、
dist/
Debug
/GNU-
Linux
-x86/cppapplication_4mkdir -p build/
Debug
/GNU-
Linux
-x86 rm -f build/
Debug
/GNU-
Linux
-x86
浏览 0
提问于2013-11-16
得票数 1
1
回答
GCC“内部编译器错误:重新输入错误报告例程”(包含完整代码)
、
、
、
、
build/
Debug
/GNU-
Linux
-x86
g++
-m64 -c -g -I/usr/include/boost/ABS.o ABS.cpprm -f build/
Debug</e
浏览 0
提问于2013-11-04
得票数 1
2
回答
Makefile - main.o未创建,但编译正常
、
这是Makefile:LD=
g++
LIBS=-lncurses -lmenu -lformsrc/xmltree.cpp
g++
-Wallgui.o -lncurses -lmenu -lform /usr/bin&
浏览 2
提问于2013-06-18
得票数 1
回答已采纳
1
回答
Netbeans :在编译命令末尾添加“编译行-附加选项”"-lboost_system“
、
、
、
我正在使用Netbeans作为IDE,并且一直试图构建一段使用boost库的代码,但是我得到了以下错误 "build/
Debug
/GNU-
Linux
-x86/tcpproxy_server.o.d“
g
/GNU x86
g++
-o dist/
Debug
/GNU x86/tcp_proxy build/
Debug
/GNU x86/tcp_server.o构建/
D
浏览 1
提问于2016-03-05
得票数 1
1
回答
VSCode C++ c_cpp_properties.json "defines“并不定义ubuntu上的符号。
、
、
/GNU-
Linux
/_ext/511e4115/main.o.d" -o build/
Debug
/GNU-
Linux
/_ext/511e4115/main.o ../src/main.cpp
g++
-fno-common -fPIC -fno-strict-aliasing -fexce
浏览 4
提问于2020-10-21
得票数 0
回答已采纳
2
回答
未定义符号:
Linux
中的JNI_CreateJavaVM
、
、
、
、
下面是我在编译.so项目时netbeans在其构建输出上显示的内容:
g++
-c -g -I/home/online0227/jdk1.7.0_25_x64/include/
linux
-I/home
g++
-o dist/
Debug
/GNU-
Linux
-x86/libjvm_dll.so build/
Debug
/GNU-
Linux
-x86
浏览 6
提问于2013-08-27
得票数 2
回答已采纳
1
回答
找不到-lglut,但安装了freeglut3-dev
、
、
、
dist/
Debug
/GNU-
Linux
-x86/cpptestmkdir-p build/
Debug
/GNU-
Linux
-x86
g++<
浏览 1
提问于2013-06-22
得票数 1
2
回答
Ubuntu /
Linux
/ libstdc++6-8-dbg?
、
、
、
、
除其他外,它还包含以下文件:/usr/lib/x86_64-
linux
-gnu/
debug
/libstdc++.so.6.0.25通常用gcc编写一个(单翻译
浏览 0
提问于2019-04-17
得票数 6
1
回答
链接有关-fPIC的错误,即使所有源都是用-fPIC编译的
、
、
/_Bin/
Debug
/HttpClientApi
g++
-fPIC -pedantic -Wall -Wextra -std=c++11 -c HttpResponse.cpp/_Bin/
Debug
浏览 2
提问于2016-03-17
得票数 0
回答已采纳
1
回答
使用liboauth时出现链接错误。获取对`oauth_url_escape的未定义引用时出错
、
+FC=gfortranCND_PLATFORM=GNU-
Linux
-x86CND_DISTDIR=dist dist/
Debug
/GNU-
Linux
-x86/cppapplication_4: ${OBJECTFILES}
浏览 9
提问于2011-02-28
得票数 0
回答已采纳
2
回答
无法使用Netbeans编译libpqxx测试
、
、
、
我在Ubuntu10.04上使用Netbeans IDE 6.9.1,并使用通过apt-get安装的
g++
4.4.3和libpqxx2.6.9。dist/
Debug
/GNU-
Linux
-x86/cpptestmkdir -p build/
Debug
/GNU-
Linux
-x86 rm -f build
浏览 4
提问于2010-12-04
得票数 2
回答已采纳
1
回答
g++
5.4.0中不编译gcd --“gcd”不是“std”的成员
、
、
、
、
环境: #include <numeric>auto g = std::gcd(10, 4);
g++
-m64 -std=c++17 -c -g -w -MMD -MP -MF "build/
Debug
/GNU-
Linux
/main.o.d"-o build/
Debug
/G
浏览 0
提问于2019-02-18
得票数 2
回答已采纳
1
回答
如何编写visual studio可编译代码以使用WebSocketpp库创建c++ websocket服务器
问题是,我需要一个websocket服务器的工作代码,该服务器持续侦听端口,直到另有指定,然后读取从其客户端接收的消息,并可以删除某些websocket。 我已经尝试过这里给出的以下代码:#include <websocketpp/config/asio_no_tls.hpp> #include &
浏览 0
提问于2019-06-08
得票数 0
2
回答
用较短的unix编译器标志交换unix编译器标志
、
、
、
、
我一直在
linux
中运行ns3 sumulations,每次编译时我都必须输入libns3.16-core-
debug
libns3.16-network-
debug
libns3.16-applications-
debug
libns3.16-internet-
debug
libns
浏览 1
提问于2013-04-20
得票数 0
回答已采纳
1
回答
在Imake文件中添加-fPIC选项
、
、
rm -f /vobs/eagle/build/
linux
/
debug
/lib/libTestRtip.so /usr/bin/
g++
-Wl,-soname,libTestRtip.so /vobs/eagle/build/
linux
/
debug
/obj/TestRtip.oo - L/vobs/eagle&
浏览 0
提问于2014-04-02
得票数 1
1
回答
如何使NetBeans使用C++11
、
、
、
、
g++
(至少是我安装的版本)不支持C++14,所以我把它改回了C++11,但它仍然在自动地使用C++14。我试着将它更改为C++11,然后再改回C++11。/NetBeansProjects/Sun Storm' "/usr/bin/make" -f nbproject/Makefile-
Debug
.mk dist/
Debug
/GNU-
Linux
/sun_storm/NetBeansProj
浏览 5
提问于2016-07-30
得票数 2
1
回答
C++ Boost + Python:对Py_Dealloc的未定义引用
、
、
、
/python3.8/object.h|478|undefined reference to `_Py_Dealloc'|Using Code::blocks, Python 3.8,
Linux
Mint, installed Boost by apt-get
g++
-Wall -fexceptions -g -I/usr/lib/x86_64-
linux
-gnu/ -I/usr/bark.o
g++
-W
浏览 0
提问于2021-11-15
得票数 2
1
回答
链接器在对象文件中找不到现有的引用
、
、
链接者抱怨: $
g++
-o bin/program obj/
linux
64/
Debug
/src/main.o [... more object files ...] ../../../addons/obj/
linux
64/
Debug
/ofxLua/libs/lua/lua/lapi.o [...many other object files
浏览 5
提问于2014-08-23
得票数 2
回答已采纳
2
回答
使用头文件在C++中使用多个定义错误
、
、
+/SAMS - Hour 10'rm -f build/
Debug
/GNU-
Linux
-x86/main.o.d
g++
-c -g -MMD -MP -MF build/
Debug
/GNU-
Linux
-x86/main.o.d -o build/
Debug
/GN
浏览 9
提问于2014-05-25
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
DEBUG系列十:Smartforms debug
【Linux】调试器-gdb使用
IntelliJ IDEA远程Debug Linux的Java程序,找问题不要只会看日志了
如何快速debug
Debug MySQL on Clion
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券