From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20492 invoked by alias); 14 Aug 2002 13:09:07 -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 20313 invoked from network); 14 Aug 2002 13:09:02 -0000 Received: from unknown (HELO penguin.wise.edt.ericsson.se) (193.180.251.47) by sources.redhat.com with SMTP; 14 Aug 2002 13:09:02 -0000 Received: from esealnt610.al.sw.ericsson.se (esealnt610.al.sw.ericsson.se [153.88.254.69]) by penguin.wise.edt.ericsson.se (8.12.1/8.12.1/WIREfire-1.4) with ESMTP id g7ED8xRb009486; Wed, 14 Aug 2002 15:08:59 +0200 (MEST) Received: by esealnt610.al.sw.ericsson.se with Internet Mail Service (5.5.2655.55) id ; Wed, 14 Aug 2002 15:08:59 +0200 Message-ID: <634E1DDCE357E7479E1EA3B4F5EECB7001A432D7@esealnt879.al.sw.ericsson.se> From: =?iso-8859-1?Q?Bj=F6rn_Run=E5ker_=28QIC=29?= To: "'Frank Ch. Eigler'" Cc: sid@sources.redhat.com Subject: RE: compiling sid in cygwin Date: Wed, 14 Aug 2002 06:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2002-q3/txt/msg00015.txt.bz2 Hello, Doing:=20 ./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 ... Running last command manually results in segmentation fault. Running make again get you pass this and it stops when building sid.exe with following errors:=20 ../../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' .... Anybody seen this before?=20 Suggestions how to solve this? Regards, Bjorn -----Original Message----- From: Frank Ch. Eigler [mailto:fche@redhat.com] Sent: Wednesday, August 07, 2002 4:48 PM To: Bj=F6rn Run=E5ker (QIC) Cc: 'sid@sources.redhat.com' Subject: Re: compiling sid in cygwin Hi - On Wed, Aug 07, 2002 at 01:08:16PM +0200, Bj=F6rn Run=E5ker (QIC) wrote: > I have problems when compiling sid.=20 > I can get ./configure to work [...] but > make stops when it doesn't find msgfmt. Yes, sid's neighbouring source trees are fragile with respect to i18n issues. Repeat your configure job, this time with "--disable-nls", and you will have better luck. An alternative way is to run make with "MSGFMT=3Dtrue". > [...] > I use latest version of cygwin and latest snapshot of sid. Sounds good. - FChE