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

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ggr.co.UK!gml4410
  3. From: gml4410@ggr.co.UK (Lack Mr G M)
  4. Subject: GCC-2.3.2 - problem with limits.h
  5. Message-ID: <9212211620.AA00738@uk0x06.ggr.co.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 21 Dec 1992 16:20:44 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 37
  12.  
  13. Platform:
  14.           Sun SPARCStation IPC running SunOS 4.1.1
  15.           
  16. configure options:
  17.           --target=sparc-sun-sunos4.1
  18.  
  19. other info:
  20.           make install-fixincludes *was* done
  21.  
  22.  
  23. Problem:
  24.           The building procedure all went Ok.  The problem was seen when
  25. building libg++-2.3.  This build fails in String.cc  when  it  #includes
  26. the  file  <limits.h>.   The  gcc-lib  version  of  limits.h attempts to
  27. include the file <syslimits.h>, however, no such file has been installed
  28. (it is supposed to be a copy of the gsyslimits.h file if needed). 
  29.  
  30.  
  31.  
  32.      NOTE:  EXACTLY the same problem occurs for the following setup:
  33.  
  34.  
  35. Platform:
  36.           SG Indigo running Irix 4.0.1     
  37.  
  38. configure options:
  39.           --target=mips-sgi-irix4
  40.  
  41. other info:
  42.           make install-fixincludes *was* done
  43.  
  44.  
  45.  
  46. -------------------------- Gordon Lack ----------------------------------
  47. The contents of this message *may* reflect my personal opinion.  They are
  48. *not* intended to reflect those of my employer, or anyone else.
  49.  
  50.