home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / lib / bug / 440 < prev    next >
Encoding:
Text File  |  1992-07-23  |  810 b   |  27 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cod.nosc.mil!medin
  3. From: medin@cod.nosc.mil (Ted Medin)
  4. Subject: HELP size_type failure with libg++-2.2
  5. Message-ID: <1992Jul22.172600.29823@nosc.mil>
  6. Keywords: size_type vax
  7. Sender: gnulists@ai.mit.edu
  8. Organization: Naval Ocean Systems Center, San Diego
  9. Distribution: gnu
  10. Date: Wed, 22 Jul 1992 17:26:00 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 13
  13.  
  14.  Im a bit confused about what "SIZE_TYPE" should be for our dec vax running
  15. bsd unix.
  16.  I gened gcc 2.2.2 using  "configure vax-dec-bsd".
  17.  I gened libg++ 2.2 using "configure vax-dec-bsd".
  18.  
  19. but the libg++ fails because it thinks SIZE_TYPE should be:
  20.  
  21. long int           - while gcc built-in thinks SIZE_TYPE should be:
  22.  
  23. long unsigned int
  24.  
  25.  So which is right or where did i go wrong?????
  26.  
  27.