| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
| X-vSMTP: | telkomsa.net |
| Message-ID: | <005301c1802a$b156ebd0$10d4ef9b@tb1000> |
| From: | "Francois" <fbasson1 AT telkomsa DOT net> |
| To: | <djgpp AT delorie DOT com> |
| Subject: | cc1plus.exe: Cannot allocate 65536 bytes after allocating XXXXX bytes |
| Date: | Sat, 8 Dec 2001 22:55:37 +0200 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2919.6700 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6700 |
| Reply-To: | djgpp AT delorie DOT com |
Here's the source and output from gxx (or gcc)
You can see below, I'm using DJGPP 3.02
Source: 1.cpp
---------------
#include <iostream.h>
int main()
{
return 0;
}
-----------------
C:gxx -v 1.cpp -o 1.exe
Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.02/specs
Configured with: ../configure
i586-pc-msdosdjgpp --prefix=/dev/env/DJDIR --disable-nls
Thread model: single
gcc version 3.0.2
c:/djgpp/lib/gcc-lib/djgpp/3.02/cc1plus.exe -v -D__GNUC__=3 -D__GNUC_MINOR__
=0 -D__GNUC_PATCHLEVEL__=2 -D__MSDOS__ -D__GO32__ -D__unix__ -D__MSDOS__ -D_
_GO32__ -D__unix__ -Asystem=msdos -Asystem=unix -D__NO_INLINE__ -D__STDC_HOS
TED__=1 -remap -imacros
c:/djgpp/lib/gcc-lib/djgpp/3.02/djgpp.ver -Acpu=i386 -Amachine=i386 -Di386 -
D__i386 -D__i386__ -D__tune_i586__ -D__tune_pentium__ -DMSDOS -DGO32 -Dunix
1.cpp -D__GNUG__=3 -D__GXX_DEPRECATED -D__EXCEPTIONS -D__GXX_ABI_VERSION=100
-quiet -dumpbase 1.cpp -version -o c:/djgpp/tmp\ccKEHqBa.s
GNU CPP version 3.0.2 (cpplib) (80386, BSD syntax)
GNU C++ version 3.0.2 (djgpp)
compiled by GNU C version 3.0.2.
ignoring nonexistent directory "c:/djgpp/djgpp/include"
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/lang/cxx-v3
c:/djgpp/lang/cxx-v3/djgpp
c:/djgpp/lang/cxx-v3/backward
c:/djgpp/lib/gcc-lib/djgpp/3.02/include
c:/djgpp/include
End of search list.
cc1plus.exe: Cannot allocate 65536 bytes after allocating 1723016 bytes
-----------------------------------------
Francois Basson
fbasson1 AT telkomsa DOT net
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |