This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Help! In cygwin of window OS


I  install the lastest Cygwin under WindowsOS, and input the simplest pgm
"Hello.java" to System.out.println("Hello"), There is following error
happen:


$ gcj --main=Hello -o Hello.exe Hello.java
/cygdrive/c/DOCUME~1/Steve/LOCALS~1/Temp/ccl7rR8L.s: Assembler messages:
/cygdrive/c/DOCUME~1/Steve/LOCALS~1/Temp/ccl7rR8L.s:26: Warning: .stabs:
descrip
tion field '40002' too big, try a different debug format
/cygdrive/c/DOCUME~1/Steve/LOCALS~1/Temp/ccl7rR8L.s:75: Warning: .stabs:
descrip
tion field '10001' too big, try a different debug format
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
cannot fi
nd -liconv
collect2: ld returned 1 exit status


Any hints?

BTW, I am newbie to GCC series compilers, I really don't know where I can
find a document look like "STEP by STEP" to study gcc or gcj, "man gcc" give
me too many options!!!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]