MinGW GCJ libiconv path problem

Posted by Hussain on Stack Overflow See other posts from Stack Overflow or by Hussain
Published on 2010-03-26T23:08:53Z Indexed on 2010/03/26 23:13 UTC
Read the original article Hit count: 512

Filed under:
|
|
|
|

I'm having a problem with the MinGW implementation of GCJ. I read that you have to install libiconv before you can use it. However, the documentation wasn't very specific, and it did not say where to extract the binaries and developer files (libiconv-bin and libiconv-lib). I have tried the following paths: $p = c:\mingw $p\libiconv-1.9.2-1-[bin|lib]\ $p\libiconv-[bin|lib]\ $p\mingw32\libiconv-1.9.2-1-[bin|lib] $p\mingw32[bin|lib]\libiconv $p\mingw[bin|lib]\liconv $p\bin\libiconv-1.9.2-1-[bin|lib] $p\bin\libiconv-[bin|lib]

None of these work. Any help on where I'm supposed to put the libiconv files?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about java