lee@AEROSPACE.AERO.ORG (Craig A. Lee) (01/08/91)
Hi, I have a 9K line g++ program that I've developed/compiled/run on a sun4 and now I want to compile it for the i386. On the i386, however, the preprocessor complains about not being able to find multiple include files. The problem is that these files exist in the current directory and the preprocessor has found them once before already. All of these *.h files are wrapped with #ifndef's since most of these files can get included from several places. I poked around in the source for the preprocessor and it appears that there is a limit of 200 for include nesting and it's not producing the error message associated with exceeding this limit anyway. Does anybody know off-hand what's happening and what to do about it? TiA, CL