X-Spam-Check-By: sourceware.org DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SRS8i5yompMP2Y9uVv3c+YMB1n3bJgSwTpvTBIRbvY4Q/+7J3Ls3pzB+qsNG9+8XCslnvySx8IYIwRjkSEIAd5GhT1n7ryJ5qHuKWmFKb0i0UnKUAgE7Yjl7TJQ/wR2/yDIjMZrQSPdenF88ogLyfUlnmnO74/pmQDc5m5adCWY= Message-ID: <40ac2f560702270831s7aa90e12oef901f8437ff2ab4@mail.gmail.com> Date: Tue, 27 Feb 2007 11:31:03 -0500 From: "Forrest Aldrich" To: cygwin AT cygwin DOT com Subject: Ambiguous error from ./configure MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 I've been working on building a patched version of SSH. Using the standard configure, it's generating this error: configure:4187: error: C preprocessor "gcc -E" fails sanity check Unfortunately, it seems I can't copy-and-paste from a Cygwin shell window, but the code near 4187 shows: if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check etc. What does it mean? Has anyone seen this. The version of GCC on here is 3.4.4, I'm running Windows XP Professional (current patches). Thanks... -- 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/