From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13164 invoked by alias); 19 Sep 2006 16:40:00 -0000 Received: (qmail 13154 invoked by uid 22791); 19 Sep 2006 16:39:59 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 16:39:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8JGdtMv010123; Tue, 19 Sep 2006 12:39:55 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8JGdsck019050; Tue, 19 Sep 2006 12:39:54 -0400 Received: from [172.16.14.227] (topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k8JGdsY7009381; Tue, 19 Sep 2006 12:39:54 -0400 Message-ID: <45101D5A.6080200@redhat.com> Date: Tue, 19 Sep 2006 16:40:00 -0000 From: Dave Brolley User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: s88 CC: sid@sourceware.org Subject: Re: build SID fail.... References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00048.txt.bz2 These messages suggest that the C++ compiler is not working. You should check to see that it has been installed correctly and is on your PATH. s88 wrote: > Hi all: > > I'm trying to build the SID on the CVS in my Ubuntu 6.06. > While I did the make operation, I got the following message... > > checking whether c++ accepts -g... no > checking dependency style of c++... none > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. > make[1]: *** [configure-sid] Error 1 > make[1]: Leaving directory `/home/s88/work/sid/sid-cvs/build' > make: *** [all] Error 2 > > I have tried the gcc-2.95 and gcc-3.4, but all of them show this > message... > How could I slove this problem?!! > > Thanks. > > Dave. >