This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj and cygwin compilationfailure
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Karsten Speckin <karsten dot speckin at arcor dot de>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 21 Feb 2004 13:33:21 -0500 (EST)
- Subject: Re: gcj and cygwin compilationfailure
On Sat, 21 Feb 2004, Karsten Speckin wrote:
> I installed the gcj (version 3.3.1) compiler under cygwin.
> I tested the installation with the helloworld programm.
> The compilation is brocken down with the failure: cannot find -liconv
> collect2: ld returned 1 exit status
Run Cygwin setup, make sure you have libiconv installed (*not* just the
runtime-- you can find this package in the Devel category).
Jeff