随笔分类 -  Compile & Linker

动态库路径ldd 与 makefile 中的-L
摘要:动态库路径ldd 与 makefile 中的-L 阅读全文

posted @ 2014-10-23 20:28 偏爱省略号 阅读(311) 评论(0) 推荐(0)

libmt.so: undefined reference to `av_find_stream_info@LIBAVFORMAT_53'
摘要:[root@localhost instance]# makegcc -O3 -g -I/usr/include/ -I/usr/include/glib-2.0 -I/usr/include/glib-2.0/glib -I/usr/include/glib-2.0/gobject -I/usr/... 阅读全文

posted @ 2014-10-23 20:27 偏爱省略号 阅读(946) 评论(0) 推荐(0)

error LNK2001: unresolved external symbol __imp___time64
摘要:Q: vs2005 generate a static lib(libva.lib), used in vc++6.0, error LNK2001: unresolved external symbol __imp___time64T: time64 is a function in time.h .In vs2005 static lib, find a call . info.time = time(NULL);can not findtime64 symbol in libva.lib (use libDump tool)A: 阅读全文

posted @ 2014-01-25 16:39 偏爱省略号 阅读(1558) 评论(1) 推荐(0)

error LNK2001: unresolved external symbol ___CxxFrameHandler3
摘要:Q: VS2005编译的静态库, 在vc++6.0中连接出现错误 error LNK2001: unresolved external symbol ___CxxFrameHandler3A: vs2005, c/C++ Code generation ->enable c++ exceptions->NO 阅读全文

posted @ 2014-01-25 13:12 偏爱省略号 阅读(1452) 评论(0) 推荐(0)

error LNK2001: unresolved external symbol @__security_check_cookie
摘要:Q:VS2005编译的静态库, 在vc++6.0中连接出现错误error LNK2001: unresolved external symbol @__security_check_cookie@libva.objA:VS2005c/C++ Code generation ->buffer Security check NO(/GS-) 阅读全文

posted @ 2014-01-25 13:10 偏爱省略号 阅读(670) 评论(0) 推荐(0)

导航