c - 如何在Eclipse(CDT)中设置 "./configure --without-iconv"?

标签 c eclipse configure eclipse-cdt

编译时出现此错误:“未定义对‘libiconv_open’的引用” 这个网站上有一个解决方案: [SOLVED] Error "undefined reference to 'libiconv_open'" while compiling

但是,我使用 Eclipse CDT + MingW 编译,我还没有找到放置变量的位置 ./configure --without-iconv

有人可以帮助我吗?

我正在使用 Eclipse Juno + CDT + Windows 7 + MingW

(对不起,我的英语不好 xD,我是巴西人......)

最佳答案

您是否尝试过包含该库?

#include <libiconv_open>

关于c - 如何在Eclipse(CDT)中设置 "./configure --without-iconv"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16705014/

相关文章:

Eclipse RCP 菜单和新的 Natty Unity

windows - 将 Eclipse 配置为 Go IDE

android - 无法打开编辑器。 Android XML 编辑器无法处理此输入

c - 将参数传递到 ./configure

imagemagick - 使用 autotools 将 "-stdlib=libc++"传递给 C++ 链接器

c - 我如何获得此readdir代码示例以搜索其他目录

c - 尝试从结构中打印字符串时运行失败

c - 为什么 A[2][3] 对于声明 int *A [10] 是有效的左值;

c - CUDA 中更快的矩阵乘法

php - eclipse pdt 中的代码完成和工厂模式