From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: gcc-help@gcc.gnu.org Subject: Option to use temporary files instead of memory? Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00236.html Message-ID: <20000401000000._6xseNzem5Q-kSPXnpXI4cM3rQOMmMZ4S14dv24Oo04@z> Hello, I am using gcc on LynxOS 2.5.1. Cygnus provides this compiler as part of the LynxOS development stuff. Its a little dated, but... Reading specs from /usr/lib/gcc-lib/m68k-unknown-lynxos2.5/2.7-96q1/specs gcc version 2.7-96q1 I have a file that cause cpp to give up with a "memory exhaustion" error cpp: Memory exhausted. Is there a compiler/preprocessor command line option I can give that will cause gcc to use temporary files instead of memory? I looked through the online manual, but didn't see an option that obviously did what I want... Thanks, Mark Crosland mjc@home.com