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/