X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Mailer: 21.4 (patch 21) "Educational Television" XEmacs Lucid (via feedmail 10 I) To: Cygwin List Subject: [Packaging bug] guile-1.8.2-1 From: "Dr. Volker Zell" Date: Mon, 17 Mar 2008 09:50:19 +0100 Message-ID: <7ztzj57n04.fsf@vzell-de.de.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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/