home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gcc / bug / 3035 < prev    next >
Encoding:
Text File  |  1992-12-22  |  30.5 KB  |  410 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!is.morgan.COM!jboller
  3. From: jboller@is.morgan.COM (John Boller)
  4. Subject: stage 1 GCC 2.3.2 error
  5. Message-ID: <9212211632.AA13355@nyfx1.is.morgan.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 21 Dec 1992 06:32:12 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 391
  12.  
  13. Hi,
  14. I was compiling GCC 2.3.2 for my NeXTstation
  15. (NeXTstep 3.0).  I got an error in the stage1
  16. make sequence in compiling protoize.c.
  17. The compiler complains about ENOENT and EEXIST
  18. undeclared.  I have not had a chance to make it
  19. through a stage 1 compilation, so there may
  20. be other errors (like in unprotoize.c).
  21.  
  22. I would greatly appreciate any suggestions you
  23. may have in this matter.
  24.  
  25. Thanks, john boller
  26. jboller@is.morgan.com
  27.  
  28. TRANSCRIPT
  29. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  30. 60 % echo $path
  31. . /etc /usr/bin /usr/ucb /bin /usr/sybase/bin /LocalApps /NextApps /NextAdmin /NextDeveloper/Demos //bin /usr/bin/X11 /usr/local/idb/sys /home/jboller/bin
  32. root@maverick /mount/st41600_1/usr/local/src/gcc/gcc-2.3.2 
  33. 61 % configure next
  34. Linked `config.h' to `./config/xm-next.h'
  35. Linked `tm.h' to `./config/next.h'
  36. Linked `md' to `./config/m68k.md'
  37. Linked `aux-output.c' to `./config/next.c'
  38. Linked `tconfig.h' to `./config/xm-next.h'
  39. Linked `hconfig.h' to `./config/xm-next.h'
  40. Merged x-next.
  41. Merged t-next.
  42. Created `Makefile'.
  43. Links are now set up for target m68k-next-bsd.
  44. root@maverick /mount/st41600_1/usr/local/src/gcc/gcc-2.3.2 
  45. 62 % make LANGUAGES=c
  46. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/sys-include\"  -DTOOLDIR=\"/usr/local/next/\"  -c `echo ./cccp.c | sed 's,^\./,,'`
  47. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c cexp.c
  48. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config version.c
  49. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config obstack.c
  50. cc -traditional-cpp  -DIN_GCC   -g   -o cccp cccp.o cexp.o version.o obstack.o ` case "cc -traditional-cpp" in "cc -traditional-cpp") echo  ;; esac `  
  51. rm -f cpp
  52. ln cccp cpp
  53. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c c-parse.c
  54. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-lang.c
  55. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-lex.c
  56. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-decl.c
  57. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-typeck.c
  58. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-convert.c
  59. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-aux-info.c
  60. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-common.c
  61. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config c-pragma.c
  62. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genattr.c
  63. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config rtl.c
  64. cc -traditional-cpp  -DIN_GCC   -g   -o genattr  genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  65. ./genattr md > tmp-attr.h
  66. move-if-change tmp-attr.h insn-attr.h
  67. touch stamp-attr
  68. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config   -DUSE_COLLECT2  -c `echo ./toplev.c | sed 's,^\./,,'`
  69. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config tree.c
  70. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config print-tree.c
  71. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config stor-layout.c
  72. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config fold-const.c
  73. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genflags.c
  74. cc -traditional-cpp  -DIN_GCC   -g   -o genflags  genflags.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  75. ./genflags md > tmp-flags.h
  76. move-if-change tmp-flags.h insn-flags.h
  77. touch stamp-flags
  78. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./gencodes.c
  79. cc -traditional-cpp  -DIN_GCC   -g   -o gencodes  gencodes.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  80. ./gencodes md > tmp-codes.h
  81. move-if-change tmp-codes.h insn-codes.h
  82. touch stamp-codes
  83. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genconfig.c
  84. cc -traditional-cpp  -DIN_GCC   -g   -o genconfig  genconfig.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  85. ./genconfig md > tmp-config.h
  86. move-if-change tmp-config.h insn-config.h
  87. touch stamp-config
  88. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config function.c
  89. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config stmt.c
  90. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config expr.c
  91. expr.c: In function `convert_to_mode':
  92. expr.c:951: warning: suggest parentheses around && within ||
  93. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config calls.c
  94. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config expmed.c
  95. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config explow.c
  96. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config optabs.c
  97. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config varasm.c
  98. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config print-rtl.c
  99. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config rtlanal.c
  100. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config emit-rtl.c
  101. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config dbxout.c
  102. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config sdbout.c
  103. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config dwarfout.c
  104. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config xcoffout.c
  105. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config integrate.c
  106. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config jump.c
  107. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config cse.c
  108. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config loop.c
  109. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config unroll.c
  110. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config flow.c
  111. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config stupid.c
  112. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config combine.c
  113. combine.c: In function `simplify_comparison':
  114. combine.c:8324: warning: suggest parentheses around + or - in operand of &
  115. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config regclass.c
  116. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config local-alloc.c
  117. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config global.c
  118. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config reload.c
  119. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config reload1.c
  120. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config caller-save.c
  121. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genpeep.c
  122. cc -traditional-cpp  -DIN_GCC   -g   -o genpeep  genpeep.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  123. ./genpeep md > tmp-peep.c
  124. move-if-change tmp-peep.c insn-peep.c
  125. touch stamp-peep
  126. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-peep.c
  127. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config reorg.c
  128. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config sched.c
  129. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config final.c
  130. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config recog.c
  131. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config reg-stack.c
  132. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genrecog.c
  133. cc -traditional-cpp  -DIN_GCC   -g   -o genrecog  genrecog.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  134. ./genrecog md > tmp-recog.c
  135. move-if-change tmp-recog.c insn-recog.c
  136. touch stamp-recog
  137. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-recog.c
  138. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genextract.c
  139. cc -traditional-cpp  -DIN_GCC   -g   -o genextract  genextract.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  140. ./genextract md > tmp-extract.c
  141. move-if-change tmp-extract.c insn-extract.c
  142. touch stamp-extract
  143. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-extract.c
  144. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genoutput.c
  145. cc -traditional-cpp  -DIN_GCC   -g   -o genoutput  genoutput.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  146. ./genoutput md > tmp-output.c
  147. move-if-change tmp-output.c insn-output.c
  148. touch stamp-output
  149. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-output.c
  150. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genemit.c
  151. cc -traditional-cpp  -DIN_GCC   -g   -o genemit  genemit.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  152. ./genemit md > tmp-emit.c
  153. move-if-change tmp-emit.c insn-emit.c
  154. touch stamp-emit
  155. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-emit.c
  156. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config ./genattrtab.c
  157. cc -traditional-cpp  -DIN_GCC   -g   -o genattrtab  genattrtab.o rtl.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "cc -traditional-cpp"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  158. if cmp -s Makefile   md;         then                                    echo Using ;    cp  tmp-attrtab.c;      else                                    ./genattrtab md > tmp-attrtab.c;        fi
  159. move-if-change tmp-attrtab.c insn-attrtab.c
  160. touch stamp-attrtab
  161. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config -c insn-attrtab.c
  162. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config aux-output.c
  163. cc -traditional-cpp -c  -DIN_GCC   -g     -I. -I. -I./config getpwd.c
  164. cc -traditional-cpp  -DIN_GCC   -g   -o cc1 c-parse.o c-lang.o c-lex.o  c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o  function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o  rtl.o print-rtl.o rtlanal.o emit-rtl.o  dbxout.o sdbout.o dwarfout.o xcoffout.o  integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o  regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o  insn-peep.o reorg.
  165. o sched.o final.o recog.o reg-stack.o  insn-recog.o insn-extract.o insn-output.o insn-emit.o  insn-attrtab.o aux-output.o getpwd.o  obstack.o ` case "cc -traditional-cpp" in "cc -traditional-cpp") echo  ;; esac `  
  166. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config  -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\"  -DSTANDARD_BIN_PREFIX=\"/usr/local/bin/\"  -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\"  -DDEFAULT_TARGET_MACHINE=\"next\"  -c `echo ./collect2.c | sed 's,^\./,,'`
  167. rm -f collect2
  168. cc -traditional-cpp  -DIN_GCC   -g   -o collect2 collect2.o version.o obstack.o ` case "cc -traditional-cpp" in "cc -traditional-cpp") echo  ;; esac `  
  169. rm -f ld
  170. ln collect2 ld
  171. cc -traditional-cpp  -DIN_GCC   -g     -I. -I. -I./config  -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\"  -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\"  -DDEFAULT_TARGET_MACHINE=\"next\"  -DTOOLDIR=\"/usr/local/next/\"  -c `echo ./gcc.c | sed 's,^\../,,'`
  172. cc -traditional-cpp  -DIN_GCC   -g   -o xgcc gcc.o version.o obstack.o ` case "cc -traditional-cpp" in "cc -traditional-cpp") echo  ;; esac `  
  173. ./xgcc -dumpspecs > specs
  174. if [ -f libgcc2.ready ] ; then  true;  else  touch libgcc2.ready;  fi
  175. rm -f tmplibgcc2.a
  176. set -e;  for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2  _lshrdi3 _lshldi3 _ashldi3 _ashrdi3   _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf  _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi  __gcc_bcmp _varargs _eprintf _builtin_new _caps_New _builtin_del  _bb _shtab _clear_cache _trampoline __main _exit _ctors;  do  echo ${name};  ./xgcc -B./ -O2  -DIN_GCC   -g  -g1 -I. -I. -I./config -c -DL${name}  ./libgcc2.c -o ${name}.o;  if [ $? -eq 0 ] ; then true; 
  177. else exit 1; fi;  ar rc tmplibgcc2.a ${name}.o;  rm -f ${name}.o;  done
  178. _muldi3
  179. _divdi3
  180. _moddi3
  181. _udivdi3
  182. _umoddi3
  183. _negdi2
  184. _lshrdi3
  185. _lshldi3
  186. _ashldi3
  187. _ashrdi3
  188. _udiv_w_sdiv
  189. _udivmoddi4
  190. _cmpdi2
  191. _ucmpdi2
  192. _floatdidf
  193. _floatdisf
  194. _fixunsdfsi
  195. _fixunssfsi
  196. _fixunsdfdi
  197. _fixdfdi
  198. _fixunssfdi
  199. _fixsfdi
  200. __gcc_bcmp
  201. _varargs
  202. _eprintf
  203. _builtin_new
  204. _caps_New
  205. _builtin_del
  206. _bb
  207. _shtab
  208. _clear_cache
  209. _trampoline
  210. __main
  211. _exit
  212. _ctors
  213. for file in .. ;  do  if [ x${file} != x.. ]; then  name=`echo ${file} | sed -e 's/[.]c$//' -e 's/[.]asm$//'`;  echo ${name};  if [ ${name}.asm = ${file} ]; then  cp ${file} ${name}.s || exit 1; file=${name}.s;  else true; fi;  ./xgcc -B./ -O2  -DIN_GCC   -g  -g1 -I. -I. -I./config -c ${file};  if [ $? -eq 0 ] ; then true; else exit 1; fi;  ar rc tmplibgcc2.a ${name}.o;  rm -f ${name}.[so];  else true;  fi;  done
  214. mv tmplibgcc2.a libgcc2.a
  215. rm -rf tmplibgcc.a libgcc.a tmpcopy
  216. mkdir tmpcopy
  217. if [ x != x ];                   then (cd tmpcopy; ar x ../);    else true;                                      fi
  218. (cd tmpcopy; ar x ../libgcc2.a)
  219. (cd tmpcopy; ar rc ../tmplibgcc.a *.o)
  220. rm -rf tmpcopy
  221. if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib tmplibgcc.a; else true; fi
  222. mv tmplibgcc.a libgcc.a
  223. ./xgcc -B./  -DIN_GCC   -g     -DNO_MEM -DNO_STDDEF -DNO_LONG_DOUBLE_IO -O0 -I. -c enquire.c
  224. ./xgcc -B./  -DIN_GCC   -g   enquire.o -o enquire
  225. ./enquire -f > tmp-float.h
  226. mv tmp-float.h float.h
  227. root@maverick /mount/st41600_1/usr/local/src/gcc/gcc-2.3.2 
  228. 63 % make stage1
  229. if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
  230. mv *.o insn-flags.h insn-config.h insn-codes.h  insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c  insn-attr.h insn-attrtab.c  stamp-flags stamp-config stamp-codes  stamp-output stamp-recog stamp-emit stamp-extract stamp-peep  stamp-attr stamp-attrtab stamp-proto  genemit genoutput genrecog genextract genflags gencodes genconfig genpeep  genattrtab genattr  xgcc cc1 cpp    gcc-cross cccp  cc1plus cc1obj enquire protoize unprotoize specs collect2 ld stage1
  231. mv: stamp-proto: Cannot access: No such file or directory
  232. mv: gcc-cross: Cannot access: No such file or directory
  233. mv: cc1plus: Cannot access: No such file or directory
  234. mv: cc1obj: Cannot access: No such file or directory
  235. mv: protoize: Cannot access: No such file or directory
  236. mv: unprotoize: Cannot access: No such file or directory
  237. *** Exit 1 (ignored)
  238. rm -f stage1/libgcc.a
  239. cp libgcc.a stage1
  240. if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
  241. root@maverick /mount/st41600_1/usr/local/src/gcc/gcc-2.3.2 
  242. 64 % make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O"
  243. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/sys-include\"  -DTOOLDIR=\"/usr/local/next/\"  -c `echo ./cccp.c | sed 's,^\./,,'`
  244. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c cexp.c
  245. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config version.c
  246. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config obstack.c
  247. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o cccp cccp.o cexp.o version.o obstack.o ` case "stage1/xgcc -Bstage1/" in "cc -traditional-cpp") echo  ;; esac `  
  248. rm -f cpp
  249. ln cccp cpp
  250. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c c-parse.c
  251. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-lang.c
  252. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-lex.c
  253. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-decl.c
  254. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-typeck.c
  255. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-convert.c
  256. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-aux-info.c
  257. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-common.c
  258. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config c-pragma.c
  259. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genattr.c
  260. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config rtl.c
  261. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genattr  genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  262. ./genattr md > tmp-attr.h
  263. move-if-change tmp-attr.h insn-attr.h
  264. touch stamp-attr
  265. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config   -DUSE_COLLECT2  -c `echo ./toplev.c | sed 's,^\./,,'`
  266. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config tree.c
  267. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config print-tree.c
  268. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config stor-layout.c
  269. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config fold-const.c
  270. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genflags.c
  271. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genflags  genflags.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  272. ./genflags md > tmp-flags.h
  273. move-if-change tmp-flags.h insn-flags.h
  274. touch stamp-flags
  275. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./gencodes.c
  276. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o gencodes  gencodes.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  277. ./gencodes md > tmp-codes.h
  278. move-if-change tmp-codes.h insn-codes.h
  279. touch stamp-codes
  280. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genconfig.c
  281. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genconfig  genconfig.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  282. ./genconfig md > tmp-config.h
  283. move-if-change tmp-config.h insn-config.h
  284. touch stamp-config
  285. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config function.c
  286. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config stmt.c
  287. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config expr.c
  288. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config calls.c
  289. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config expmed.c
  290. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config explow.c
  291. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config optabs.c
  292. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config varasm.c
  293. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config print-rtl.c
  294. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config rtlanal.c
  295. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config emit-rtl.c
  296. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config dbxout.c
  297. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config sdbout.c
  298. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config dwarfout.c
  299. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config xcoffout.c
  300. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config integrate.c
  301. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config jump.c
  302. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cse.c
  303. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config loop.c
  304. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config unroll.c
  305. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config flow.c
  306. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config stupid.c
  307. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config combine.c
  308. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config regclass.c
  309. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config local-alloc.c
  310. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config global.c
  311. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config reload.c
  312. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config reload1.c
  313. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config caller-save.c
  314. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genpeep.c
  315. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genpeep  genpeep.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  316. ./genpeep md > tmp-peep.c
  317. move-if-change tmp-peep.c insn-peep.c
  318. touch stamp-peep
  319. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-peep.c
  320. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config reorg.c
  321. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config sched.c
  322. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config final.c
  323. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config recog.c
  324. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config reg-stack.c
  325. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genrecog.c
  326. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genrecog  genrecog.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  327. ./genrecog md > tmp-recog.c
  328. move-if-change tmp-recog.c insn-recog.c
  329. touch stamp-recog
  330. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-recog.c
  331. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genextract.c
  332. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genextract  genextract.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  333. ./genextract md > tmp-extract.c
  334. move-if-change tmp-extract.c insn-extract.c
  335. touch stamp-extract
  336. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-extract.c
  337. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genoutput.c
  338. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genoutput  genoutput.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  339. ./genoutput md > tmp-output.c
  340. move-if-change tmp-output.c insn-output.c
  341. touch stamp-output
  342. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-output.c
  343. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genemit.c
  344. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genemit  genemit.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  345. ./genemit md > tmp-emit.c
  346. move-if-change tmp-emit.c insn-emit.c
  347. touch stamp-emit
  348. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-emit.c
  349. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config ./genattrtab.c
  350. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o genattrtab  genattrtab.o rtl.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"" in "cc -traditional-cpp"@?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  351. if cmp -s Makefile   md;         then                                    echo Using ;    cp  tmp-attrtab.c;      else                                    ./genattrtab md > tmp-attrtab.c;        fi
  352. move-if-change tmp-attrtab.c insn-attrtab.c
  353. touch stamp-attrtab
  354. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c insn-attrtab.c
  355. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config aux-output.c
  356. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config getpwd.c
  357. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o cc1 c-parse.o c-lang.o c-lex.o  c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o  function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o  rtl.o print-rtl.o rtlanal.o emit-rtl.o  dbxout.o sdbout.o dwarfout.o xcoffout.o  integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o  regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o  insn-peep.o r
  358. eorg.o sched.o final.o recog.o reg-stack.o  insn-recog.o insn-extract.o insn-output.o insn-emit.o  insn-attrtab.o aux-output.o getpwd.o  obstack.o ` case "stage1/xgcc -Bstage1/" in "cc -traditional-cpp") echo  ;; esac `  
  359. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config  `echo cp-parse.c | sed 's,^\./,,'`
  360. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-decl.c
  361. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-decl2.c
  362. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-typeck.c
  363. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-type2.c
  364. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-tree.c
  365. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-ptree.c
  366. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-cvt.c
  367. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-search.c
  368. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-lex.c
  369. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-gc.c
  370. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-call.c
  371. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-class.c
  372. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-init.c
  373. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-method.c
  374. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-except.c
  375. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-expr.c
  376. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-pt.c
  377. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-edsel.c
  378. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-xref.c
  379. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config cp-spew.c
  380. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o cc1plus cp-parse.o cp-decl.o cp-decl2.o  cp-typeck.o cp-type2.o cp-tree.o cp-ptree.o  cp-cvt.o cp-search.o cp-lex.o cp-gc.o cp-call.o  cp-class.o cp-init.o cp-method.o cp-except.o  cp-expr.o cp-pt.o cp-edsel.o cp-xref.o   cp-spew.o c-common.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o  function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o  rtl.o print-rtl.o rtlanal.o emit-rtl.o  dbxout.o sdbout.o dwarfout.o xcoffout.o  integ
  381. rate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o  regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o  insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o  insn-recog.o insn-extract.o insn-output.o insn-emit.o  insn-attrtab.o aux-output.o getpwd.o  obstack.o ` case "stage1/xgcc -Bstage1/" in "cc -traditional-cpp") echo  ;; esac `  
  382. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config -c objc-parse.c
  383. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config objc-actions.c
  384. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o cc1obj objc-parse.o objc-actions.o  c-lex.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o  function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o  rtl.o print-rtl.o rtlanal.o emit-rtl.o  dbxout.o sdbout.o dwarfout.o xcoffout.o  integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o  regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o  i
  385. nsn-peep.o reorg.o sched.o final.o recog.o reg-stack.o  insn-recog.o insn-extract.o insn-output.o insn-emit.o  insn-attrtab.o aux-output.o getpwd.o  obstack.o ` case "stage1/xgcc -Bstage1/" in "cc -traditional-cpp") echo  ;; esac `  
  386. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O     -I. -I. -I./config  -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\"  -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\"  -DDEFAULT_TARGET_MACHINE=\"next\"  -DTOOLDIR=\"/usr/local/next/\"  -c `echo ./gcc.c | sed 's,^\./,,'`
  387. stage1/xgcc -Bstage1/  -DIN_GCC   -g -O   -o xgcc gcc.o version.o obstack.o ` case "stage1/xgcc -Bstage1/" in "cc -traditional-cpp") echo  ;; esac `  
  388. if [ -f libgcc2.ready ] ; then  true;  else  touch libgcc2.ready;  fi
  389. if [ -d objc ]; then true; else mkdir objc; fi
  390. thisdir1=`pwd`;  srcdir1=`cd .; pwd`;  cd objc;  make -f ${srcdir1}/objc/Makefile libobjc.a  srcdir=${srcdir1} tooldir=/usr/local/next AR="ar" AR_FLAGS="rc"  GCC_FOR_TARGET="${thisdir1}/xgcc -B${thisdir1}/"  GCC_CFLAGS=" -DIN_GCC   -g -O "
  391. `libobjc.a' is up to date.
  392. rm -f libobjc.a
  393. ln objc/libobjc.a . >/dev/null 2>&1 || cp objc/libobjc.a .
  394. if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libobjc.a; else true; fi
  395. stage1/xgcc -Bstage1/ -c  -DIN_GCC   -g -O     -I. -I. -I./config  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/sys-include\"  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"  -DSTD_PROTO_DIR=\"/usr/local/lib/gcc-lib/next/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`\"  -DUNPROTO
  396. IZE protoize.c
  397. protoize.c: In function `process_aux_info_file':
  398. protoize.c:2104: `ENOENT' undeclared (first use this function)
  399. protoize.c:2104: (Each undeclared identifier is reported only once
  400. protoize.c:2104: for each function it appears in.)
  401. protoize.c: In function `edit_file':
  402. protoize.c:4274: `EEXIST' undeclared (first use this function)
  403. *** Exit 1
  404. Stop.
  405. root@maverick /mount/st41600_1/usr/local/src/gcc/gcc-2.3.2 
  406. 65 % 
  407.  
  408. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  409.  
  410.