Hey I think the following patch should be applied to guile-snarf:
--- /usr/bin/guile-snarf 2007-08-27 09:14:20.001000000 +0200 +++ /tmp/guile-snarf 2008-03-17 09:16:37.593750000 +0100 @@ -72,7 +72,7 @@ tempdir="/tmp/snarf.$$" (umask 077 && mkdir $tempdir) || exit 1 temp="$tempdir/tmp" -if [ x"$CPP" = x ] ; then cpp="i686-cygwin-gcc -E" ; else cpp="$CPP" ; fi +if [ x"$CPP" = x ] ; then cpp="gcc -E" ; else cpp="$CPP" ; fi trap "rm -rf $tempdir" 0 1 2 15 Ciao Volker -- 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/