Reputation: 514
I'm with this error: "undefined reference to 'libiconv_open'" While compiling On this site there is a solution: [SOLVED] Error "undefined reference to 'libiconv_open'" while compiling
But, I'm using Eclipse CDT + MingW to compile, and I have not found where to put the variables ./configure --without-iconv
Could anyone help me?
I'm using Eclipse Juno + CDT + Windows 7 + MingW
(Sorry my poor english xD, i'm brazilian...)
Upvotes: 0
Views: 442
Reputation: 9579
Have you tryed to include that library?
#include <libiconv_open>
Upvotes: 1