This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Help! In cygwin of window OS
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: "Steve Ni" <list at boyi-online dot com>,<java at gcc dot gnu dot org>
- Date: Mon, 24 Mar 2003 10:53:25 +0530
- Subject: Re: Help! In cygwin of window OS
- References: <00a201c2f1b4$9c2e6a10$5623030a@dapengni>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> $ 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.