home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 749 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.6 KB  |  46 lines

  1. Newsgroups: gnu.g++.lib.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: Error building libg++-2.3 on SG Indigo
  5. Message-ID: <9301051752.AA10004@uk0x06.ggr.co.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 17:52:51 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 33
  12.  
  13.      I  have  just  built  libg++-2.3  on  an SG Indigo (Irix 4.0.1) and
  14. obtained an error during the checks.  The build was with gcc-2.3.3 using
  15. ./configure  mips-sgi-irix4.  I'm not sure whether the problem is in the
  16. compiler or the library, so I'm posting this message to both bug lists. 
  17.  
  18.  
  19.      The log of the build at the point of the error looks like this:
  20.  
  21.         gcc -O -nostdinc++ -I. -I../.. -I./.. -I./../stdio -I./../../g++-include  -c tformat.C
  22.         gcc -o tformat tformat.o ../libio.a ../../libg++.a
  23.         ./tformat
  24. Encountered no errors in 3988 tests.
  25. Virtual memory exceeded in `new'
  26. *** Error code 255
  27.  
  28. Stop.
  29.  
  30.  
  31.      If  I  compile  tformat.C with a "-D__PCCNECV70__" option then only
  32. ca.  250 tests are included and the "cut-down" tformat executes  without
  33. error. 
  34.  
  35.  
  36.      The  problem I see here is that the test has actually completed (it
  37. has reported no errors in its 3988  tests)  and  hence  the  program  is
  38. terminating.   So why is there an error in "new"?  What is being created
  39. on exit? 
  40.  
  41.  
  42. -------------------------- Gordon Lack ----------------------------------
  43. The contents of this message *may* reflect my personal opinion.  They are
  44. *not* intended to reflect those of my employer, or anyone else.
  45.  
  46.