解决cgiMain.o(.text+0x8d): In function `main': : undefined reference to `MYConfig::LoadConfigFile(cha
在做c++项目的时候出现如下错误
cgiMain.o(.text+0x8d): In function `main': : undefined reference to `MYConfig::LoadConfigFile(char const*)'
原因是在cgiMain类中引人了MYConfig.h而没有在makefile编译文件中添加
在makfile中添加相应的.o文件即可
来源://作者:/更新时间:2014-03-06
顶
踩
相关文章:
- c/c++语言sprintf函数使用详解
- c/c++ 占位符使用及说明
- grails the action accept a parmeter of type which
- java中处理json数据方法_ jsonobject使用详解
- (解决)定义了重复的“system.web.extensions/scriptin
- python SyntaxError: Non-ASCII character '\xe6'
- error no 'server' jvm at 'C:\..\jre6\bin\jv
- Grails Config配置文件设置【Grails中文教程】
- eclipse 安装groovy grails 插件 (图文) 【groovy基础
- eclipse 安装出现Failed to load the JNI shared libr