home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ggr.co.UK!gml4410
- From: gml4410@ggr.co.UK (Lack Mr G M)
- Subject: Error building libg++-2.3 on SG Indigo
- Message-ID: <9301051752.AA10004@uk0x06.ggr.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 5 Jan 1993 17:52:51 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 33
-
- I have just built libg++-2.3 on an SG Indigo (Irix 4.0.1) and
- obtained an error during the checks. The build was with gcc-2.3.3 using
- ./configure mips-sgi-irix4. I'm not sure whether the problem is in the
- compiler or the library, so I'm posting this message to both bug lists.
-
-
- The log of the build at the point of the error looks like this:
-
- gcc -O -nostdinc++ -I. -I../.. -I./.. -I./../stdio -I./../../g++-include -c tformat.C
- gcc -o tformat tformat.o ../libio.a ../../libg++.a
- ./tformat
- Encountered no errors in 3988 tests.
- Virtual memory exceeded in `new'
- *** Error code 255
-
- Stop.
-
-
- If I compile tformat.C with a "-D__PCCNECV70__" option then only
- ca. 250 tests are included and the "cut-down" tformat executes without
- error.
-
-
- The problem I see here is that the test has actually completed (it
- has reported no errors in its 3988 tests) and hence the program is
- terminating. So why is there an error in "new"? What is being created
- on exit?
-
-
- -------------------------- Gordon Lack ----------------------------------
- The contents of this message *may* reflect my personal opinion. They are
- *not* intended to reflect those of my employer, or anyone else.
-
-