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 Message-ID: <405C34C0.D1629AE@dessent.net> Date: Sat, 20 Mar 2004 04:10:40 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: make segfault building cross-glibc with latest cygwin References: <405C00BF DOT 3090507 AT kegel DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Dan Kegel wrote: > $ eval `cat i686.dat gcc-2.95.3-glibc-2.1.3.dat` sh all.sh --notest > After whirring and clanking for an hour or two on my wife's Athlon 1400 > running Windows XP, this bombs with the odd error > make -C iconvdata subdir_lib > make[1]: *** [iconvdata/subdir_lib] Segmentation fault (core dumped) > A short way to reproduce it a 2nd time is > > #!/bin/sh > PATH="/opt/crosstool/i686-unknown-linux-gnu/gcc-2.95.3-glibc-2.1.3/bin:$PATH" > export PATH > cd crosstool-0.28-pre8c/build/i686-unknown-linux-gnu/gcc-2.95.3-glibc-2.1.3 > cd build-glibc > make iconvdata/lib LD=i686-unknown-linux-gnu-ld > RANLIB=i686-unknown-linux-gnu-ranlib I've not much experience with distcc, but it looks like you're trying to use gcc 2.95. This version of gcc is known to be broken with Cygwin and is not supported -- it has been removed from the Cygwin mirrors. Apologies if this does not apply to your circumstance... Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/