From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5342 invoked by alias); 21 Jul 2002 21:20:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5331 invoked from network); 21 Jul 2002 21:20:39 -0000 Received: from unknown (HELO birch.cc.uic.edu) (128.248.155.162) by sources.redhat.com with SMTP; 21 Jul 2002 21:20:39 -0000 Received: (qmail 13423 invoked from network); 21 Jul 2002 16:20:31 -0500 Received: from webmail.cc.uic.edu (HELO webmail.uic.edu) (128.248.121.50) by birch.cc.uic.edu with SMTP; 21 Jul 2002 16:20:31 -0500 X-WebMail-UserID: hyu2@uic.edu Date: Sun, 21 Jul 2002 17:16:00 -0000 From: Huidong Yu To: gcc@gcc.gnu.org X-EXP32-SerialNo: 50000146 Subject: gcc Message-ID: <3D3A8E06@webmail.uic.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00974.txt.bz2 Dear Sir/Madam, I found your message from http://gcc.gnu.org, could you help to answer my question? After I configure, I use "make bootstrap" to build the compiler and runtime libraries, but it always show the following info: make: file `Makefile' line 1245: Syntax error and the line 1245 in Makefile is showed by following: # This rule is used to build the modules which are built with the # build machine's native compiler. .PHONY: $(ALL_BUILD_MODULES) $(ALL_BUILD_MODULES):\\Here it is line 1245,but I can't find anything error, @dir=`echo $@ | sed -e 's/all-build-//'`; \ if [ -f ./$${dir}/Makefile ] ; then \ r=`pwd`; export r; \ s=`cd $(srcdir); pwd`; export s; \ (cd $(BUILD_SUBDIR)/$${dir} && $(MAKE) all); \ else \ true; \ fi Could you help me? Thanks for your time. **************************** Best Wishes, Huidong Yu Cntr. for Pharm. Biotech. College of Pharmacy Univ. of Illinois at Chicago ****************************