deutsch@jplgodo.UUCP (Michael Deutsch ) (04/23/88)
I am in the process of developing a medium size application under SCO's XENIX-286, using Release 2.2 C - compiler. My application has lots of diagnostic and prompt messages. For ease of perhaps later translating the code into a foreighn language I've moved all the messages into the header file(s). After some time while going through typical make - compile I've got a message: -------------------------- tamsg.h(111) : fatal error 2: out of heap space -------------------------- This blows all my hope for having only one file to translate the entire software package. Is there a flag that you are aware of that will allow me to #define perhaps more than 300 various strings? or I've just ran into a wall, and I have to have relevant definitions in the same file? - hopefully not. If you know the answer please reply ASAP, or you may call me collect: ask for Michael Deutsch (619) 452 - UNIX. Your help and time are greatly appreciated. M. Deutsch
abcscnge@csuna.UUCP (Scott "The Pseudo-Hacker" Neugroschl) (04/27/88)
In article <12850@jplgodo.UUCP| deutsch@jplgodo.UUCP (Michael Deutsch ) writes: |I am in the process of developing a medium size application |under SCO's XENIX-286, using Release 2.2 C - compiler. My application |has lots of diagnostic and prompt messages. For ease of perhaps |later translating the code into a foreighn language I've |moved all the messages into the header file(s). | |After some time while going through typical make - compile |I've got a message: |-------------------------- | tamsg.h(111) : fatal error 2: out of heap space |-------------------------- |This blows all my hope for having only one file to translate |the entire software package. | |Is there a flag that you are aware of that will allow me to |#define perhaps more than 300 various strings? or I've just |ran into a wall, and I have to have relevant definitions in |the same file? - hopefully not. | |If you know the answer please reply ASAP, or you may call me |collect: | |ask for Michael Deutsch (619) 452 - UNIX. | |Your help and time are greatly appreciated. | |M. Deutsch Try using cc -LARGE ... -- Scott "The Pseudo-Hacker" Neugroschl UUCP: ...!ihnp4!csun!csuna!abcscnge -- "They also surf who stand on waves" -- Disclaimers? We don't need no stinking disclaimers!!!