home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 2003 < prev    next >
Encoding:
Text File  |  1992-07-28  |  3.4 KB  |  120 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!eagle.safb.af.mil!susan
  3. From: susan@eagle.safb.af.mil
  4. Subject: installing gcc-1.40
  5. Message-ID: <9207281441.AA19298@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 28 Jul 1992 14:40:00 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 107
  12.  
  13. I hope I'm following the correct conventions here as I am new to this
  14. Internet world.  If not, please forgive and reply.
  15.  
  16. I'm attempting to "make" gcc-1.40.  Am running SCO Unix SysV R3.2.2.
  17. I removed the -O CCLIBFLAGS option and set CC and OLDCC to rcc which
  18. is an ATT compliant complier which SCO does not support and therefore
  19. for which I have no documentation.  I just mention this because the
  20. INSTALL file calls for rcc specifically and the behavior is different
  21. with the two compilers rcc vs cc.
  22.  
  23. I then run config.gcc i386-sco which produces the following output:
  24.  
  25. Linked `config.h' to `./config/xm-i386v.h'.
  26. Linked `tm.h' to `./config/tm-i386sco.h'.
  27. Linked `md' to `./config/i386.md'.
  28. Linked `aux-output.c' to `./config/out-i386.c'.
  29. Links are now set up for use with a i386sco.
  30.  
  31. I then run make which produces the following output:
  32.  
  33.     rm -f stamp-gnulib2
  34.     rm -f tmpgnulib gnulib; \
  35.     for name in _eprintf _builtin_new _builtin_New _builtin_del _bb  _umulsi3 _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3  _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3  _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _cmpdf2  _fixunsdfsi _fixdfsi _floatsidf _truncdfsf2 _exte
  36. dsfdf2  _addsf3
  37. _negsf2
  38. _subsf3
  39. _cmpsf2
  40. _mulsf3
  41. _divsf3;
  42. \
  43.     do \
  44.       echo ${name}; \
  45.       rm -f ${name}.c; \
  46.       cp ./gnulib.c ${name}.c; \
  47.       rcc -O -I. -I. -I./config -c -DL${name} ${name}.c; \
  48.       ar qc tmpgnulib ${name}.o; \
  49.       rm -f ${name}.[co]; \
  50.     done
  51. _eprintf
  52. _builtin_new
  53. _builtin_New
  54. _builtin_del
  55. _bb
  56. _umulsi3
  57. _mulsi3
  58. _udivsi3
  59. _divsi3
  60. _umodsi3
  61. _modsi3
  62. _lshrsi3
  63. _lshlsi3
  64. _ashrsi3
  65. _ashlsi3
  66. _divdf3
  67. _muldf3
  68. _negdf2
  69. _adddf3
  70. _subdf3
  71. _cmpdf2
  72. _fixunsdfsi
  73. _fixdfsi
  74. _floatsidf
  75. _truncdfsf2
  76. _extendsfdf2
  77. _addsf3
  78. _negsf2
  79. _subsf3
  80. _cmpsf2
  81. _mulsf3
  82. _divsf3
  83.     if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ;then : tmpgnulib; else true; fi
  84.     mv tmpgnulib gnulib
  85.     rcc -g  -I. -I. -I./config \
  86.       -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" \
  87.       -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" -c \
  88.       `echo ./gcc.c | sed 's,^\./,,'`
  89.     rcc -c -g   -I. -I. -I./config version.c
  90.     rcc -c -g   -I. -I. -I./config obstack.c
  91.     rcc -g   -o gccnew gcc.o version.o obstack.o   -lPW
  92.     mv gccnew gcc
  93.     rcc -g   -I. -I. -I./config -c ./c-parse.tab.c
  94.     rcc -c -g   -I. -I. -I./config c-decl.c
  95. c-decl.c: 44: NULL redefined
  96.     rcc -c -g   -I. -I. -I./config c-typeck.c
  97. "c-typeck.c", line 762: warning: illegal pointer combination, op =
  98. "c-typeck.c", line 1041: warning: illegal pointer combination, op =
  99. "c-typeck.c", line 1178: warning: illegal pointer combination, op =
  100. "c-typeck.c", line 2100: warning: illegal pointer combination, op =
  101. "c-typeck.c", line 2652: warning: illegal pointer combination, op =
  102. "c-typeck.c", line 3525: warning: illegal pointer combination, op =
  103.     rcc -c -g   -I. -I. -I./config c-convert.c
  104.     rcc -c -g   -I. -I. -I./config toplev.c
  105. "/usr/include/setjmp.h", line 68: warning: undeclared initializer name _JBLEN
  106. "/usr/include/setjmp.h", line 68: constant expected
  107. "toplev.c", line 490: warning: illegal pointer combination, op =
  108. "toplev.c", line 531: warning: illegal pointer combination, op ==
  109. *** Error code 1
  110.  
  111. Stop.
  112.  
  113. Can you tell what I'm doing wrong? 
  114.  
  115. Thanks,
  116. Susan M. Wilson
  117.  
  118. susan@eagle.safb.af.mil
  119.  
  120.