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]

Re: Help! In cygwin of window OS


> $ 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!!!

This problem has been fixed in GCJ 3.3, which will be released "soon".
Meanwhile, if you wish to try out an early beta of GCJ 3.3 for Windows,
do take a look at:

http://www.thisiscool.com/gcc33_mingw.htm

Ranjit.


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