This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc
- From: Huidong Yu <hyu2 at uic dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 21 Jul 2002 16:22:10 -0500
- Subject: gcc
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
****************************