Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!sp17.csrd.uiuc.edu!guarna From: guarna@sp17.csrd.uiuc.edu (Vince Guarna) Newsgroups: comp.unix.aix Subject: Re: GNU C under AIX problem Message-ID: <1990Jan10.201935.15542@ux1.cso.uiuc.edu> Date: 10 Jan 90 20:19:35 GMT References: <40540003@acf4.NYU.EDU> Sender: news@ux1.cso.uiuc.edu (News) Reply-To: guarna@sp17.csrd.uiuc.edu (Vince Guarna) Organization: Center for Supercomputing Research and Development Lines: 15 Get rid of the -g in all of the makefiles and all should be well. GCC and G++ run on my model 80 (AIX 1.1) with no problems. You also need to get rid of -O since that seems to cause the recompilations to run out of VM space. I think that was all that was needed...if you still have trouble, send me some e-mail and we can figure it out. One other thing -- I notice that we commented out the define for DBX_DEBUGGING_INFO in the file tm_aix386.h. This disables the -g option in the compiler. Don't really know if this is required or not. If you learn something about this, I would appreciate knowing. Vince Guarna University of Illinois guarna@uicsrd.csrd.uiuc.edu