Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!coolidge From: coolidge@roy.cs.uiuc.edu (John Coolidge) Newsgroups: comp.unix.aux Subject: Re: getting started on aux (editor, gcc, gdb) Message-ID: <1990Jun3.044005.3040@brutus.cs.uiuc.edu> Date: 3 Jun 90 04:40:05 GMT References: <4aNc=S200VsAMPUb8E@andrew.cmu.edu> Sender: news@brutus.cs.uiuc.edu Reply-To: coolidge@cs.uiuc.edu Organization: U of Illinois, CS Dept., Systems Research Group Lines: 40 mss+@andrew.cmu.edu (Mark Sherman) writes: >Is there an emacs available for AU/X? Or would I >have to port gun-emacs myself? I've seen the emacs distribution on >apple.com, but that requires completely building it -- see later about >gcc/pcc. The emacs on apple.com is (almost) completely ported to A/UX. The only problem I've seen is that the emacsclient program doesn't work. Other than that, it seems to do quite well. >While I have your >attention, anyone know of a port of gdb to AU/X 1.1.1 >that will run on a Mac IIci? Several people are working on it, I think, but nothing's out yet. >I do not know the story of the gcc on apple.com. I >assume that is only the actual compiler and not a combination of >preprocessor, compiler, optimizer and assembler. The gcc on apple.com includes (last I checked, anyway) the entire package: preprocessor, compiler, and optimizer. By default it uses the A/UX assembler, which is powerful enough to handle assembling anything gcc's thrown it in my experience (including gcc itself, X11R4, g++, emacs, and various other large packages). It does occasional drop branch optimizations on the floor, but that doesn't actually break anything and I doubt they mean much at all in terms of performance, especially given the performance win gcc turns out to be. Gcc produces very good optimized code (much better than A/UX's cc). It's also not subject to the table-size bogosities of A/UX's cc. In other words: get it! --John -------------------------------------------------------------------------- John L. Coolidge Internet:coolidge@cs.uiuc.edu UUCP:uiucdcs!coolidge Of course I don't speak for the U of I (or anyone else except myself) Copyright 1990 John L. Coolidge. Copying allowed if (and only if) attributed. You may redistribute this article if and only if your recipients may as well.