home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / gcc / help / 2273 < prev    next >
Encoding:
Text File  |  1992-10-07  |  2.7 KB  |  81 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!mdcsc.UUCP!ms
  3. From: ms@mdcsc.UUCP (Mani Sanj)
  4. Subject: installing gcc2.2.2
  5. Message-ID: <9210071820.AA26600@mdcsc>
  6. Sender: sheu-m@cis.ohio-state.edu (Ming-Jye Sheu)
  7. Organization: Gnus Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 7 Oct 1992 18:20:52 GMT
  10. Lines: 69
  11.  
  12. Hello grus,
  13.  
  14. /* NOTE: I am no in  the mailing list please send your
  15. response to "uunet!mdcsc!ms" */
  16.  
  17. Do I missing  gnulibraries or anythinelse or
  18. just gcc.2.2.2 is enough for install??
  19.  
  20. I am trying to install gcc2.2.2 in a 4/60(SS1) running sunos4.1.3 .
  21. I use 
  22. configure --target=sparc-sun-sunos4.1.3
  23. or 
  24. configure --target=sprac-sun-sunos4.1
  25. same error in both cases.
  26.  
  27.  
  28.  
  29. Then I use " make LANGUAGES=c" 
  30. when it gets toward the end of compilation this error happens
  31. ----------------------------------------------------------
  32. cp ./enquire.c . > /dev/null 2>&1
  33. *** Error code 1 (ignored)
  34. ./gcc    -g -B./    -DNO_SC -DNO_MEM -DNO_STDDEF -O0 -I. -c enquire.c
  35. ./gcc    -g -B./  enquire.o -o enquire
  36. ./enquire -f > tmp-float.h
  37. mv tmp-float.h float.h
  38. -----------------------------------------------------------
  39.  
  40. so I go ahead anyway try to make the stage 1
  41.  
  42. make stage1
  43. -----------------------------------------------------------------------
  44. .
  45. mv: stamp-proto: Cannot access: No such file or directory
  46. mv: gcc-cross: Cannot access: No such file or directory
  47. mv: cc1plus: Cannot access: No such file or directory
  48. mv: cc1obj: Cannot access: No such file or directory
  49. mv: protoize: Cannot access: No such file or directory
  50. mv: unprotoize: Cannot access: No such file or directory
  51. *** Error code 1 (ignored)   /* is this ok ????/
  52. rm -f stage1/libgcc.a
  53. cp libgcc.a stage1
  54. if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
  55. ---------------------------------------------------------------------------
  56. Then I go ahead with make.
  57.  
  58. make CC="stage1/gcc -Bstage1/" CFLAGS="-g -o"
  59. ---------------------------------------------------------------------------
  60. .
  61. .
  62. .
  63. stage1/gcc -Bstage1/    -g -o     -I. -I. -I./config -c ./cexp.c
  64. stage1/gcc -Bstage1/ -c    -g -o     -I. -I. -I./config version.c
  65. stage1/gcc -Bstage1/ -c    -g -o     -I. -I. -I./config obstack.c
  66. stage1/gcc -Bstage1/    -g -o   -o cccp cccp.o cexp.o version.o obstack.o ` case "stage1/gcc -Bstage1/" in "cc") echo  ;; esac `  
  67. ld: cccp: No such file or directory
  68. collect: /usr/bin/ld returned 4 exit status
  69. *** Error code 1
  70. make: Fatal error: Command failed for target `cccp' /* THIS IS THE BIG ERROR*/
  71. -----------------------------------------------------------------------------
  72.  
  73. I follow the INSTALL intructions. 
  74. What do I do wrong here?????
  75.  
  76. Please send your responses to .
  77. uunet!mdcsc!ms
  78.  
  79. Mani Sanj
  80. uunet!mdcsc!ms
  81.