![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gcc error..compiler cannot create executables | vasanthan | HP-UX | 1 | 06-02-2008 08:20 AM |
| New to C/gcc compiler - compile error. | anish | High Level Programming | 9 | 12-13-2007 04:03 PM |
| aCC compiler error - Redefined symbols | onlyforforum | HP-UX | 2 | 05-04-2007 07:02 AM |
| 280R Memory Error | komang | SUN Solaris | 0 | 01-22-2007 10:41 PM |
| LyX-1.4.3 compiler error on redhat-7.3 | dirgni | UNIX for Dummies Questions & Answers | 3 | 10-06-2006 05:05 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Error: Compiler out of memory
Dear friends,
please tell me why I am getting "Error: Compiler out of memory" message when I run a make file on unix environment. the same makefile was running without any problem previously. but now it's giving that error message. Kindly tell me what might be the solution for this. please reply as soon as possible. thanks in advance, swamymns |
| Forum Sponsor | ||
|
|
|
|||
|
Execute the command top from a different console and see if the compiler is really eating up memory. If it was working earlier , please see if there was any change in the optimiaztion level recently. Have seen some compilers crashing at the hight optimization level for some complex code.
John Arackal |
|||
| Google The UNIX and Linux Forums |