Date: Tue, 25 Jun 1996 08:11:49 +0200 (IST) From: Eli Zaretskii To: Allen Pouratian Cc: djgpp AT delorie DOT com Subject: Re: Leffler's TIFF Library -- DOS compilation? In-Reply-To: <4qmdgs$se4@agate.berkeley.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 24 Jun 1996, Allen Pouratian wrote: > Has anyone done this successfully? DJGPP seems to seg-fault while compiling > the g3states.h file, otherwise, the compilation goes smoothly (in DJGPP) with > BSDTYPES defined. Did you try stubediting cc1.exe to 512k stack? Some source files seem to force the compiler use up huge amounts of stack space which by default has a 256KB limit. If the above doesn't help, add -v to the compilation command line that crashes the compiler and post everything that gcc prints.