我正在将我的Windows控制台应用程序移植到Linux(Ubuntu 12.04)。我正在使用GNU GCC编译器来编译我的应用程序。但是我似乎无法摆脱一些错误,这段代码在windows中使用libxml2但是无法在这里编译。
在我的构建选项中,我已经包含搜索路径usr / include / libxml2。当我编译时,我仍然收到错误:
Datadictionary.c|| undefined reference to `xmlCheckVersion'|
Datadictionary.c|| undefined reference to `xmlStrcmp'|
Datadictionary.c|| undefined reference to `xmlGetProp'|
Datadictionary.c|| undefined reference to `xmlReadFile'|
现在我已经找到了任何地方,但找不到解决方案。
请帮忙。