You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by David N Bertoni/Cambridge/IBM <da...@us.ibm.com> on 2002/11/01 02:38:58 UTC

Re: make file error




Are you using GNU make and did you download the proper format for your
system (.tar.gz for Unix/Linux)?

Dave



                                                                                                                                      
                      "Jason Jesso"                                                                                                   
                      <jjesso@global-m         To:      xalan-c-users@xml.apache.org                                                  
                      atrix.com>               cc:      (bcc: David N Bertoni/Cambridge/IBM)                                          
                                               Subject: make file error                                                               
                      10/31/2002 02:43                                                                                                
                      PM                                                                                                              
                      Please respond                                                                                                  
                      to jjesso                                                                                                       
                                                                                                                                      



I downloaded the source for Xalan-C and I am gettting makefile errors:


208:mercury:jjesso>  pwd
/global/jjesso/xml-xalan/c/src
208:mercury:jjesso>  ./configure --prefix=$HOME
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for a BSD compatible install... ./install-sh -c
checking for autoconf... (cached) true
checking for floor in -lm... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for XMLByte... (cached) no
checking host system type... powerpc-ibm-aix4.3.2.0
creating ./config.status
creating Makefile
208:mercury:jjesso>  make
"Makefile", line 73: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 76: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 78: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 81: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 83: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 84: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 86: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 87: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 89: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 90: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 130: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 132: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 144: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 151: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 156: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 161: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 163: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 166: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 169: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 177: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 181: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 193: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 197: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 201: make: 1254-055 Dependency line needs colon or double
colon operator.
"Makefile", line 203: make: 1254-056 Shell command not associated with a
dependency: PLATFORM_COMPILE_OPT.
"Makefile", line 204: make: 1254-056 Shell command not associated with a
dependency: ALLLIBS = ${LIBS} -L.
"Makefile", line 206: make: 1254-056 Shell command not associated with a
dependency: ifdef XALAN_USE_ICU.
"Makefile", line 207: make: 1254-056 Shell command not associated with a
dependency: LD_RPATH_PRE=  -Wl,-.
"Makefile", line 208: make: 1254-056 Shell command not associated with a
dependency: endif.
"Makefile", line 210: make: 1254-056 Shell command not associated with a
dependency: EXTRA_LINK_OPTIONS=-.
"Makefile", line 211: make: 1254-056 Shell command not associated with a
dependency: CC1 = $(CXX) $(CXXFL.
"Makefile", line 213: make: 1254-056 Shell command not associated with a
dependency: MAKE_SHARED = ${CXX}.
"Makefile", line 214: make: 1254-056 Shell command not associated with a
dependency: LINK =  g++ -D${PLAT.
"Makefile", line 216: make: 1254-056 Shell command not associated with a
dependency: ALLLIBS = ${LIBS} -L.

--
<jason/>