This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
****************************


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]