home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!cis.ohio-state.edu!cod.nosc.mil!medin
- From: medin@cod.nosc.mil (Ted Medin)
- Subject: HELP size_type failure with libg++-2.2
- Message-ID: <1992Jul22.172600.29823@nosc.mil>
- Keywords: size_type vax
- Sender: gnulists@ai.mit.edu
- Organization: Naval Ocean Systems Center, San Diego
- Distribution: gnu
- Date: Wed, 22 Jul 1992 17:26:00 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 13
-
- Im a bit confused about what "SIZE_TYPE" should be for our dec vax running
- bsd unix.
- I gened gcc 2.2.2 using "configure vax-dec-bsd".
- I gened libg++ 2.2 using "configure vax-dec-bsd".
-
- but the libg++ fails because it thinks SIZE_TYPE should be:
-
- long int - while gcc built-in thinks SIZE_TYPE should be:
-
- long unsigned int
-
- So which is right or where did i go wrong?????
-
-