当前位置:  技术问答>linux和unix

cannot find -lmyfunction

    来源: 互联网  发布时间:2016-12-04

    本文导语:  1.我编译生成了一个动态库文件libmyfunction.so, 放在了/home/mylib中 2.在/etc/ld.so.conf中增加了一行 /home/mylib,然后执行了ldconfig 3.执行 gcc -o test test.c -lmyfunction 结果提示cannot find -lmyfunction,请各位大侠指点   ...

1.我编译生成了一个动态库文件libmyfunction.so, 放在了/home/mylib中
2.在/etc/ld.so.conf中增加了一行 /home/mylib,然后执行了ldconfig
3.执行 gcc -o test test.c -lmyfunction

结果提示cannot find -lmyfunction,请各位大侠指点
 

|
gcc -o test test.c -L/home/mylib -lmyfunction

|
ldconfig 的那个貌似只在程序运行时管用

|
灰常正确

|
2楼正确,用-L指定库的搜索路径;

    
 
 

您可能感兴趣的文章:

  • ./usr/bin/ld: cannot find -lbz2如何解决?
  • 运行出错 cannot find /lib/ld-linux.so.2
  • /usr/bin/ld: cannot find -ltermcap
  • GCC编译问题,cannot find -lm
  • /usr/bin/ld:cannot find -lbootstrap
  • javascript开源软件 iis7站长之家
  • 请问:cannot find ..../packet/af_packet.c
  • Solaris 瘫痪了, Cannot find /usr/lib/ld.so.1怎么处理啊?
  • 紧急求助/usr/bin/ld: cannot find -lg++
  • g++编译报错:/usr/bin/ld: cannot find -lstdc++,lc,lm
  • 求教:LINUX下编译的时候出现了cannot find -ltbs
  • cannot find -lboost_thread-gcc44-mt-1_34_1,但是已经交叉编译了boost
  • cannot find /dev/fb0? help me.
  • -L/usr/lib -ldirectfb,文件存在但报错cannot find -ldirectfb
  • make pango-1.14.0时报错,/usr/bin/ld: cannot find -lX11(帮顶有分)
  • configure: error: cannot find install-sh or install.sh
  • 链接时cannot find -lgsoap
  • 交叉编译QTE的多线程程序时出错:cannot find -lqte-mt
  • 编译miniGUI程序出错,cannot find -lminigui
  • 请教各位大虾:Red Hat Linux 9.0中编译C++程序出现:/usr/bin/ld: cannot find -lm
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • PHP严重致命错误处理:php Fatal error: Cannot redeclare class or function
  • 如何解决cannot connect to X server :0.0
  • 求助 简单测试字符驱动 Cannot allocate memory
  • 请问“error: cannot read: Tb.java”是什么原因啊???
  • 启动X,提示Authentication failed - cannot start X server
  • 请教:提示错误:cannot resove symbol
  • Cannot bind to named socket 不知道缺少了什么?
  • 运行rpm时出现:error: cannot create %sourcedir /usr/src/redhat/SOURCES!!!!!
  • touch: cannot touch '/var/lock/subsys/sshd' : 只读文件系统[确定]
  • Gtk-WARNING **: cannot open display
  • ftp cannot change directory
  • configure: error: cannot run C++ compiled programs.
  • [suse]cannot get binary type
  • cannot read file data: Error 21
  • bash: ./abc.sh: cannot execute binary file ?????
  • 用硬盘安装solaris时出现mount point cannot be determined错误
  • Why?????? DbPerson.java:286: cannot resolve symbol!!!!
  • 我的电脑启动时提示You cannot run KPF as root
  • error: C compiler cannot create executables
  • 求助!!在linux下复制文件时显示cp: cannot create directory `/usr/local/arm': Permission denie
  • 总提示“.so”文件cannot open是怎么回事啊?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3