When you first download and install the MinGW Java compiler (gcc-java), you may find that when you try to compile a Java program with gcj, you get an error saying "cannot find -liconv". This is because gcj automatically attempts to link your program with libiconv, which is not distributed with MinGW and must be downloaded and installed separately. To get your Java program to compile, download libiconv from http://gnuwin32.sourceforge.net/packages/libiconv.htm. You want "Binaries" and "Developer files". Unzip both downloaded files to your MinGW directory.
java
HOWTO Compile with gcj
TODO: Convert to the MediaWiki formatting as discussed at Converting Old MinGWiki Pages
Recent comments
1 day 17 hours ago
1 day 17 hours ago
4 days 3 hours ago
1 week 1 day ago
6 weeks 1 day ago
6 weeks 1 day ago
6 weeks 1 day ago
7 weeks 2 hours ago
7 weeks 4 days ago
9 weeks 6 days ago