Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 9 Oct 2002 20:47:18 +0200 From: =?iso-8859-1?Q?Christian_J=F6nsson?= To: Manfred Hollstein Cc: binutils , cygwin Subject: Re: How do I compile binutils on cygwin? Message-ID: <20021009204717.A8846@u1sparc.j-son.org> Mail-Followup-To: Manfred Hollstein , binutils , cygwin References: <20021009191108 DOT A8827 AT u1sparc DOT j-son DOT org> <1034184411 DOT 2354 DOT 43 DOT camel AT saturn DOT hollstein DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <1034184411.2354.43.camel@saturn.hollstein.net>; from manfredh@redhat.com on Wed, Oct 09, 2002 at 07:26:47PM +0200 On Wed, Oct 09, 2002 at 07:26:47PM +0200, Manfred Hollstein wrote: > On Wed, 2002-10-09 at 19:11, Christian Jönsson wrote: > > I have just a small question... how do I compile binutils cvs trunk > > under cygwin? > > I've never built binutils (or anything else) on Cygwin, but adding > "--disable-nls" to your configure command should work around the > problem. > well, i tried now with this: /usr/local/src/gcc-binutils/trunk/src/configure \ --enable-shared --enable-threads=posix --disable-nls but the same results: generating import library for `cygintl-2.dll' dlltool --as=as --dllname cygintl-2.dll --def .libs/cygintl-2.dll-def --output-l ib .libs/libimp-cygintl-2.a grep: /usr/lib/libiconv.la: No such file or directory sed: can't read /usr/lib/libiconv.la: No such file or directory libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive make[3]: *** [libbfd.la] Error 1 make[3]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir-binutils/bf d' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir-binutils/bf d' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir-binutils/bf d' make: *** [all-bfd] Error 2 the thing is that I can't find any libiconv whatsoever... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/