home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!slate.cs.wisc.edu!glen
- From: glen@slate.cs.wisc.edu (Glen Ecklund)
- Subject: Missing syslimits.h from limits.h on SPARC (2.3.2).
- Message-ID: <glen.726359082@cs.wisc.edu>
- Sender: gnulists@ai.mit.edu
- Organization: U of Wisconsin Madison - Computer Sciences
- Distribution: gnu
- Date: Wed, 6 Jan 1993 22:24:42 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 21
-
- I just found out that I have to install libg++ separately. Shouldn't it be
- part of the gcc/g++ distribution?
- Anyway, when I did so, I found that
- /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.2/2.3.2/include/limits.h
- was faulty, in that it contains:
- #include <syslimits.h>
- and there is no such file on the Sparcstation (as far as I can find).
- This was added as part of the installation process.
- There is a /usr/include/sys/limits.h, and the original /usr/include/limits.h
- is a link to it.
- Curiously, there is no
- /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.2/2.3.2/include/sys/limits.h
-
- I created a dummy syslimits.h, and libg++ compiled.
- --
- Every child shall be treated with complete respect.
-
- Glen Ecklund glen@cs.wisc.edu (608) 262-1318 Office, 262-1204 Dept. Sec'y
- Department of Computer Sciences 1210 W. Dayton St., Room 3355
- University of Wisconsin, Madison Madison, Wis. 53706 U.S.A.
-
-