腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
在c++ makfile中包含sqlite3库
c
、
makefile
、
sqlite
我的
makefile
找不到
我的sqlite3库,我想在gcc命令行中用一个-
lsqlite3
标志链接它。谁能告诉我,我在这里做错了。
错误
消息如下:汤姆
浏览 0
提问于2010-12-14
得票数 0
1
回答
Makefile
错误
: /
usr
/
bin
/
ld
:
找不到
-
lsqlite3
c
、
makefile
、
sqlite
.cINC := -I include -I path/to/pathname/sqlite3/include @mkdir-p
bin
/ r
浏览 59
提问于2017-01-30
得票数 0
回答已采纳
1
回答
diesel是否需要安装mysql和sqlite?
database
、
rust
、
rust-diesel
我在我的docker镜像中执行RUN cargo install diesel_cli,然后我得到: =注意: /
usr
/
bin
/
ld
:
找不到
-
lsqlite3
/
usr
/
bin
/
ld
:
找不到
-lmysqlclientcollect2:
错误
:
ld
返回1退出状态 仅安装了postgres。
浏览 19
提问于2021-03-18
得票数 2
回答已采纳
1
回答
试图链接库时出错
linux
、
libraries
、
cc
我的sqlite3库位于:/
usr
/lib/i386-linux-gnu/libsqlite3.so.0.8.6cc -pthread -L/lib/i386-linux-gnu -L/
usr
/lib/i386-linux-gnu -L..
浏览 0
提问于2013-11-08
得票数 0
回答已采纳
2
回答
向
Makefile
添加共享库路径
makefile
我想将共享库路径添加到我的
Makefile
中。我已经在
makefile
中输入了export命令,它甚至会被调用,但是我仍然需要手动导出它。正确的方法是什么?
Makefile
: LIBS = -L$(LIB) -lfuse -
lsqlite3
-lkw_taglib -l
浏览 5
提问于2013-02-27
得票数 9
回答已采纳
1
回答
Crystal + Amber:“
找不到
-
lsqlite3
(这通常意味着您需要安装libsqlite3的开发包)”
crystal-lang
、
amber-framework
在运行the command to install Ubuntu dependencies之后,我在尝试运行shards build时仍然收到以下
错误
/
usr
/
bin
/
ld
: cannot find-
lsqlite3
(this usually means you need to install the development package for libsqlite3) /
usr
/
bin
/
ld</
浏览 57
提问于2021-08-25
得票数 0
1
回答
makefile
错误
: /
usr
/
bin
/
ld
:
找不到
-llibname和makedepend
c
、
linux
、
makefile
、
dependencies
这些文件使用我创建的非标准库目录和非标准头文件中的一些库,库目录位于
usr
/lib/pr__lib,头目录位于
usr
/
makefile
.am /lib,所以我应该创建两个库,一个位于src目录,另一个位于项目的根目录= myproject_AutoProject program_LIBRARY_DIRS := /
浏览 3
提问于2014-12-27
得票数 0
1
回答
编译链接
错误
: OpenArena
ubuntu
、
makefile
、
linker-errors
、
building
目前,我被困在此构建
错误
消息中。-fstrength-reduce -D_GNU_SOURCE=1 -I/
usr
LD
build/release-linux-x86_64/openarena.x86_64/
usr</e
浏览 5
提问于2015-01-04
得票数 1
回答已采纳
2
回答
使用opencv2.4.13构建dense_flow时
找不到
nppi系列
cmake
然而,当我做了/
usr
/
bin
/
ld
: cannot find -lopencv_dep_nppial/
usr
/
bin
/
ld
: cannot find -lopencv_
浏览 27
提问于2018-01-22
得票数 1
回答已采纳
1
回答
/
usr
/
bin
/
ld
:
找不到
-ldlib /
usr
/
bin
/
ld
:
找不到
-lcblas /
usr
/
bin
/
ld
:
找不到
-llapack
c++
、
centos
、
dlib
、
lapack
/
usr
/
bin
/
ld
: cannot find -ldlib/
usr
/
bin
/
ld
: cannot find -llapack 在但是,上述
错误
发生在make过程中。我该如何修复它?(在ubuntu中,只有/
usr
/<em
浏览 78
提问于2021-02-03
得票数 0
2
回答
正在尝试编译项目的linux版本,
找不到
库
linux
、
build
、
compilation
、
linux-mint
/
Makefile
和我一直收到这个
错误
collect2: error:
ld
returned 1 exit statusmake: *** [BINARY] Error 1 我得到了更多的/
usr
/
bin
/
ld
: cannot find -foo,但我签入了我的
Makefil
浏览 2
提问于2014-10-03
得票数 0
1
回答
# /
usr
/
bin
/
ld
-libmysqlclient /
usr
/
bin
/
ld
:
找不到
-libmysqlclient
linux
# /
usr
/
bin
/
ld
-lmysqlclient --verbosetentativo di aprire /
usr
/lib/libmysqlclient.a non riuscito /
usr
/
bin
/
ld
: impossibile trovare/
usr
/lib/mysql/l
浏览 2
提问于2015-08-20
得票数 1
1
回答
SDL库
错误
:
找不到
-lSDL_ttf无法找到-lSDL_image
c++
、
ubuntu
、
sdl
Weffc++ -Wextra -pedantic -O0 main.cpp -o run generateFrames.o sdl-config --libs -lSDL_ttf -lSDL_image/
usr
/
bin
/
ld
:
找不到
-lSDL_image<
浏览 9
提问于2016-09-23
得票数 1
回答已采纳
1
回答
Qt创建者HTML5项目-
lsqlite3
application-development
它给出了以下
错误
:collect2:
ld
returned 1 exit status 我假设它
找不到
sqlite3库。
浏览 0
提问于2013-07-10
得票数 2
回答已采纳
2
回答
如何消除ubuntu中的
ld
错误
c++
、
ubuntu
在运行make命令后,我收到以下
错误
:/
usr
/
bin
/
ld
: cannot find -lepoxy/
usr
/
bin
/
ld
浏览 2
提问于2016-04-05
得票数 0
1
回答
g++中使用静态链接的链接器
错误
g++
我正在使用其他人的
makefile
,在编译exe的“静态”版本时遇到麻烦g++ Main.or System.or Options.or -Wall -lz--static -o main/
usr
/
bin
/
ld
: cannot find -lstdc++ /<e
浏览 4
提问于2018-03-16
得票数 1
回答已采纳
1
回答
用
MakeFile
制作VSCode中的卷曲
c++
、
c
、
linux
、
curl
、
makefile
我试图制作一个链接Curl的
MakeFile
,但是我
找不到
一个很好的源代码来学习和实现我的
MakeFile
,下面是我为我的
MakeFile
编写的内容:CFLAGS=-g -Wall g++ -g -Wall test.cpp -o test.out -lcurlg++ test.cpp-o test /
usr
/
浏览 2
提问于2021-07-09
得票数 0
回答已采纳
2
回答
当使用ncurses库时,程序不能通过
Makefile
编译?
c
、
linux
、
windows
、
makefile
、
ncurses
我正在尝试使用ncurses库编写程序,但由于某种原因,当我尝试使用
Makefile
进行编译时,它显示
Makefile
中有一个
错误
,并且ncurses中的所有函数都是未定义的。‘/
usr
/
bin
/
ld
: /home/kyle/-o_invaders/main.c:10:未定义的空间入侵者引用noecho' /
usr
/
bin
/
ld</em
浏览 45
提问于2021-05-26
得票数 0
2
回答
如何解决“
找不到
-lidn,-l***”的问题?
c++
、
ubuntu
、
makefile
以下是我的
错误
信息:/
usr
/
bin
/
ld
: cannot find -lrtmp /
usr
/
bin
/
ld
: cannot find -lnettle/
usr
/
bin
/
ld
: can
浏览 4
提问于2017-08-30
得票数 0
回答已采纳
1
回答
/
usr
/
bin
/
ld
:使用
makefile
编译时
找不到
-lc
c
、
gcc
、
makefile
将编译此程序,首先生成一个目标程序(event.o),然后在单独的文件夹中生成一个静态库(libevent.a),然后生成可执行程序work1.exework1event.car rcs lib/libevento.a event.o rm work1 *.o $ make ar rcs lib&
浏览 2
提问于2013-04-16
得票数 38
回答已采纳
点击加载更多
相关
资讯
[经验分享]wsl配置qt交叉编译环境时遇到的一些问题及解决方案
Linux/UNIX下“command not found” 原因分析及解决
交叉编译的Linux的头文件路径
探索静态库与动态库的“奥秘”
centos安装指定版本Python
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券