home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3128 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.3 KB  |  34 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!slate.cs.wisc.edu!glen
  3. From: glen@slate.cs.wisc.edu (Glen Ecklund)
  4. Subject: Missing syslimits.h from limits.h on SPARC (2.3.2).
  5. Message-ID: <glen.726359082@cs.wisc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: U of Wisconsin Madison - Computer Sciences
  8. Distribution: gnu
  9. Date: Wed, 6 Jan 1993 22:24:42 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 21
  12.  
  13. I just found out that I have to install libg++ separately.  Shouldn't it be
  14. part of the gcc/g++ distribution?
  15. Anyway, when I did so, I found that 
  16. /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.2/2.3.2/include/limits.h
  17. was faulty, in that it contains:
  18.     #include <syslimits.h>
  19. and there is no such file on the Sparcstation (as far as I can find).
  20. This was added as part of the installation process.
  21. There is a /usr/include/sys/limits.h, and the original /usr/include/limits.h
  22. is a link to it.
  23. Curiously, there is no
  24. /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.2/2.3.2/include/sys/limits.h
  25.  
  26. I created a dummy syslimits.h, and libg++ compiled.
  27. -- 
  28. Every child shall be treated with complete respect.
  29.  
  30. Glen Ecklund     glen@cs.wisc.edu   (608) 262-1318 Office, 262-1204 Dept. Sec'y
  31. Department of Computer Sciences        1210 W. Dayton St., Room 3355
  32. University of Wisconsin, Madison       Madison, Wis. 53706  U.S.A.
  33.  
  34.