Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!bywater!arnor!prener!prener From: prener@watson.ibm.com (Dan Prener) Newsgroups: comp.unix.aix Subject: Re: COMPILER LIMIT EXCEEDED error on cc -c ! Message-ID: <1991May2.235607.14274@watson.ibm.com> Date: 2 May 91 23:56:07 GMT Article-I.D.: watson.1991May2.235607.14274 References: <1991May1.135538.42405@eagle.wesleyan.edu> Sender: news@watson.ibm.com (NNTP News Poster) Reply-To: prener@prener.watson.ibm.com (Dan Prener) Organization: IBM T.J. Watson Research Center Lines: 24 Nntp-Posting-Host: prener In article <1991May1.135538.42405@eagle.wesleyan.edu>, hoberoi@eagle.wesleyan.edu writes: |> I was trying to compile xps on the IBM RS6000 and got the following |> error code |> |> cc -I/usr/lpp/X11/Xamples -D_BSD -DAIXV3 -c state.c |> 1500-008: (S) COMPILER LIMIT EXCEEDED in GetScreen: Program too complicated |> to be compiled. |> Compilation ended. Reduce the complexity of the program and recompile, or |> lower the level of optimization and recompile. |> 1506-163: (S) Error recovery not possible. Compilation ended. |> make: 1254-004 The error code from the last command is 1. |> |> |> I am using the most recent version of xps from uunet.uu.net X/contrib |> |> any quick solutions ? There is a slight chance, the text of the error message notwithstanding, that you will be able to compile it with optimization. Sometimes the optimization can quickly eliminate some of the bulk that chokes the later stages of compilation. Try it with -O . -- Dan Prener (prener @ watson.ibm.com)