|
From: Neil D'S. <nx...@ya...> - 2011-09-07 13:36:51
|
>>Greg Chicares-2 wrote: >> >> Can you split the file into two pieces, and compile the pieces separately? >> >From: Kapeciu >Sent: Wednesday, September 7, 2011 6:17 PM >I split the file into two pieces and g++ compile it successfully. Question >is why i need to split my file? Again, Im no expert but Some broad methods to investigate: 1. Try another compiler - dont know if borland still distributes the free compiler for windows. 2. Try compiling the file under linux if possible, both 32 bit and 64 bit. - see if it compiles under 64 bit windows with a different compiler. I saw this option in your command line: -ftemplate-depth-200 the virtual memory demands from the compilation could have exhausted the 4gb virtual memory space, but it's possible under 64Gb that it wont be exhausted. |