|
楼主 |
发表于 2006-11-8 21:56:04
|
显示全部楼层
不好像还是不行嘛~
public class hello{
public static void main(String argc[]) {
System.out.println("hello from GCJ");
}
}
编译出来:
C:\Documents and Settings\Administrator\桌面\winvi>gcj hello.java
D:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot fin
d -liconv
collect2: ld returned 1 exit status
==================================
什么原因?? |
|