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

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!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: <9207281940.AA04814@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 28 Jul 1992 19:40:45 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 27
  12.  
  13. I have progressed, I think.  _JBLEN was not being defined in
  14. /usr/include/setjmp.h.  I don't know why, so I edited the file to
  15. unconditionally set it to 6 since that looked like what it should be
  16. set to based on all the ifdefs associated with that parameter.  I
  17. don't know if this hurts me in some way but I am getting to a further
  18. point.
  19.  
  20. When the make executes ./genflags md > tmp-flags.h, the following
  21. occurs:
  22.  
  23.  
  24.     ./genflags md > tmp-flags.h
  25. Expected character (.  Found character ^M.  At file position: -5
  26. Following characters are:
  27.     sh: 2939 Bus error - core dumped
  28. *** Error code -118
  29.  
  30. Stop.
  31.  
  32. I've been experimenting and the read_skip_spaces in rtl.c doesn't seem
  33. to be working properly.  I can't get genflags to do anything even with
  34. the most trivial input.
  35.  
  36. Is this related to my hard coding _JBLEN equal to 6?  Is it a known
  37. problem with SCO Unix Sys V R3.2.2?  To refresh, I use the rcc
  38. compiler rather than the SCO cc compiler.
  39.  
  40.