From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4241 invoked by alias); 7 Sep 2002 16:41:19 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 4231 invoked from network); 7 Sep 2002 16:41:18 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 7 Sep 2002 16:41:18 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 3118BB8831; Sat, 7 Sep 2002 12:41:18 -0400 (EDT) Received: (from fche@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g87GfHO29578; Sat, 7 Sep 2002 12:41:17 -0400 Date: Sat, 07 Sep 2002 09:41:00 -0000 From: "Frank Ch. Eigler" To: =?iso-8859-1?Q?Bj=F6rn_Run=E5ker_=28QIC=29?= Cc: sid@sources.redhat.com Subject: Re: compiling sid in cygwin Message-ID: <20020907124117.E21809@redhat.com> References: <634E1DDCE357E7479E1EA3B4F5EECB7001A432D7@esealnt879.al.sw.ericsson.se> 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: <634E1DDCE357E7479E1EA3B4F5EECB7001A432D7@esealnt879.al.sw.ericsson.se>; from Bjorn.Runaker@mic.ericsson.se on Wed, Aug 14, 2002 at 03:05:54PM +0200 X-SW-Source: 2002-q3/txt/msg00044.txt.bz2 Hi - > [...] Björn Runåker (QIC) wrote: > Doing: > ./configure --disable-nls > make > > Result: > ... > [directory sid/component/cgen-cpu] > .libs/impgen /usr/lib/libintl.dll.a > .libs/libintl.dll.a-def > Signal 11 > make[6]: ** [libcgencpu.la] Error 139 That's unfortunate, but can be worked around by avoiding sid shared libraries. Add "--disable-shared" to the configure option list. Also, you should create a separate empty build directory, and run "/..path.to.src../configure ...." there. > Running make again get you pass this and it stops when building sid.exe > with following errors: > ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-asm.o): In function 'm32r_cgen_build_insn_regex': > In function 'm32r-asm.c:454: undefined reference to 'xregcomp' > .... Try running "make all-bfd all-sid" to force construction of a modern libiberty (libiberty contains xregex*, and is a prerequisite of all-bfd). - FChE